HTMLCheckList - Check Your HTML.

Archive for the ‘HTML code’ Category

HTML code

Thursday, August 9th, 2007
  • If table cell contains only image with width and height, then don’t use these attributes for cell.
  • Use minimum cols and rows for tables.
  • All <image> elements must have “width” and “height” attributes.
  • All <image> elements, which are not links, don’t have “border” attribute.
  • All attributes values must be placed in double quotes.
  • All tags and attributes names must be in low case.