View Single Post
Old 01-20-2004, 09:34 PM   #7 (permalink)
mr_mcrafe
Banned
 
Location: auckland, nz
There's also <br>, <hr> etc which turn into <br /> <hr /> respectively. All attributes are to surrounded by brackets, alt attributes are to be included in all <img /> tags, no capitals are to be used.

The advantages are the code is tidier, and it's easier to read (am I forgetting any?). When combined with CSS layout techniques you get very light code which is great for page load time and for search engine optimisation.

I myself code in XHTML 1.0 Strict, I might get round to learning what 1.1 is one day.
mr_mcrafe is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47