[thelist] order of tags within head

Michael Collins mcollins206 at home.com
Sun Dec 3 13:05:48 CST 2000


Does someone know whether it matters which order HTML tags appear 
within the head tag?

For example in the following I have a <title>, <link>, <style>, 
<meta>, and <script> tag. Can they be in any order between <head> and 
</head>?

<head>
<head>
<title>Table of Contents</title>
<link rel="stylesheet" type="text/css" href="styles/edit.css" title="default">
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<style type="text/css">
<script language="JavaScript" type="text/javascript"><!--
   function reloadPage(init) {
   }
// -->
</script>
</head>

Thanks

Michael
-- 
==> Michael Collins
--> Kuwago Web Services
--> Seattle, WA, USA
--> mcollins at nwlink.com
==> http://www.lassodev.com




More information about the thelist mailing list