A List of HTML Tags


This index of tags is arranged alphabetically. Each tag is a link that leads to a description of the tag and its syntax.

Demonstration
The following demonstration shows how the HTML script is displayed on the Web.

     


Review: HTML Comments
Which is a valid HTML comment?
      # This is a comment.
      // This is a comment.
      /* This is a comment. */
      <!-- This is a comment. -->
Result: