Html notes

From raju

Note:- This page will be migrated to http://www.kamaraju.xyz/dk/html_notes. Once the migration is done, it will be deleted.

tag names demystified

tag name stands for
tr table row
td table data
th table header
h1,h2,...,h6 headers. 1 is largest
ul unordered list
ol ordered list
li list item

nomenclature

DOM stands for Document Object Model. It is the tree representation of html tags.

footnotes