d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Does'it Look Right? > ??
Add Reply New Topic New Poll
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Jul 26 2013 12:58pm
Quote
<!doctype html>
<html>
<head>
  <title>Website</title>
  <meta name="description" content="Awesome Description Here">
  <meta charset="utf-8" />

<link rel="stylesheet" type="text/css" href="Css/style.css">
</head>



<body>






<script src="jquery.js"></script>
<script src="scripts.js"></script>
<script>



</script>
</body>
</html>


thanks.
Member
Posts: 3,386
Joined: May 4 2013
Gold: 1,780.00
Jul 26 2013 01:16pm
It will work just fine, but note that scripts usually should go into <head> section, and using UpperCase when naming files may cause problems (eg if you develop on windows and then upload to linux server - if you wrote Css but have a directory "css" it will work on windows but not linux.
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Jul 26 2013 02:23pm
Quote (nuvo @ Jul 26 2013 08:16pm)
It will work just fine, but note that scripts usually should go into <head> section, and using UpperCase when naming files may cause problems (eg if you develop on windows and then upload to linux server - if you wrote Css but have a directory "css" it will work on windows but not linux.



ahh okay thanks alot for the answer.

topic can be closed.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll