Wednesday, August 24, 2011

HTML Tag list.


IMPORTANT
When you save an HTML file, you can use either the .htm or the .html extension. That’s not different output. We use .htm in our examples. It is a habit from the past, when the software only allowed three letters in file extensions. With new software it is perfectly safe to use .html.
There are html tag list



Right html tags rule.
  1. Write in a keyword between “<>” sign.
  2. Its sensitive case “can write in capital and not capital”.
  3. Write in a “couple” except </br> for ex <p> text</p>,
  4. Between 1st tag and last tag can write another tag.
  5. A good html must Written in right rule, for ex
<tag1><tag2> teks </tag1></tag2> → ×
<tag1><tag2> teks </tag2></tag1> Right

1 comment: