Hello all, In a stylesheet link, does the order of rel, href and type affect how a browser understands, loads, etc. a stylesheet?
I usually see the rel attribute first, as in the example below, but does the order of attributes matter or is the order convention, convention meaning, "that's what most people do"? <link rel="stylesheet" href="screen.css" type="text/css" /> Thanks in advance, jody ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
