What is an HTML Tag?

HTML is used to define the structure and appearance of documents, which can be delivered quickly and easily to a user over a network. HTML does provide many different ways to define the appearance of the documents. Using HTML tags one could indicate the semantics of the document content.

The general syntax of an HTML tag:

<tag name> ..content ... </end tag>
   list of attributes = value types (string, color, ...)
   <subordinate tag name> ..content ... </end tag>
      list of attributes = value types (string, color, ...)

Next>

What is HTML?
HTML Evolution
HTML Tags
HTML Tag List
HTML Character Entities
HTML Color Names and Values
Want to learn more?

About Us | Contact Us | Disclaimer | Privacy Policy | ©2008 thewebguru.com