Calendar
March 2007
M T W T F S S
« Feb   Apr »
 1234
567891011
12131415161718
19202122232425
262728293031  
Categories

Best Practice to add an empty line in xhtml

Just use <⁄br>
Not the followings:

  • <⁄br><⁄br> ……will create 2 lines instead of one empty line if that’s what you one.
  • <⁄br> <⁄br>…..should not have an empty space in between
  • <⁄BR>………….Never use upper cases in xhtml (or you will get element “BR” undefined error)
  • Never use upper cases in xhtml

Best Practice to add an empty line in xhtml
Preference:

Math Symbols in HTML:

My website sinofab.com passed the w3.org validation for xhtml 1.0 (click here to see the validation result)

HTML Codes for common symbols

For zencart shopping cart, if you want to add empty line for xhtml 1.0 , use the following:

zencart empty line for xhtml 1.0

Leave a Reply