Just out of interest is there any different between what order you add tags inside the <head> tag?
example:
the meta, javascript and CSS tags is there any relevance to what order you put then in Meta first then JS then CSS, or JS then CSS Then Meta etc..HTML Code:<head> <title>[Title]</title> <meta http-equiv="Keywords" content="[Keywords]" /> <meta http-equiv="Description" content="[Description]" /> <script language="JavaScript" type="text/javascript" src="js/global.js"></script> <script language="JavaScript" type="text/javascript" src="js/venue.js"></script> <link rel="stylesheet" type="text/css" href="global.css"> <style type="text/css" title="venue" media="all"> @import url(css/venues.css); </style> </head>








Bookmarks