-Contact- | Comsee Home > Articles Index > HTML

Hypertext Markup Language, HTML is the predominant markup language for web pages. The HTML tags and attributes tell your browser how to layout the web page and present it as the author intended. A working knowledge of HTML can help you juice up your web pages, blogs, comments and forum topics.

HTML Cheat Sheet

Basic Document Layout / Template

<!DOCTYPE html>(Defines Document Specifications)
<html>
      <head>

            (Insert meta tags and other non displayed information)
            <title> (Insert Document Title) </title>
      </head>
      <body>

      (Insert Document Body)
      </body>
</html>


Basic Tags Header Tags Body Attributes Text Tags Links Formatting Graphical Elements Tables Table Attributes Frames Frames Attributes Forms


site by Com'See