i have 2 things to put in the <head> section...how do i do it?

liunx

Guest
i have to put CSS and a javascript in my header...how do i do that?<!--content-->I'm pretty sure you can just use them in the head fine but I don't really understand your question could you be more specific.<!--content--><html><br />
<head><br />
<!-- This is the head section --><br />
<title></title><br />
<br />
<style type="text/css"><br />
/* This is where the CSS stuff goes<br />
<br />
</style><br />
<br />
<script type="text/javascript"><br />
<!--<br />
// This is where the javascript goes<br />
<br />
//--><br />
</script><br />
</head><br />
<br />
<body.......<!--content-->
 
Back
Top