[ HTML Tag Information | Return to HTML Background File ]

What's an HTML tag?


  • Nearly all HTML Tags come in pairs and have the same format:

    < tag > tagged stuff < /tag >

  • Opening < tag > and Closing < /tag > Tags

  • Example of an HTML Anchor Tag

  • * HTML Tags come in pairs

    * HTML Tag format: "< tag > tagged stuff < /tag >"



    * Opening Tags: < tag > and * Closing Tags: < /tag >


    EXAMPLE:
    Here's how the commonly-used "a" or "Anchor" Tag might be written:

  • In your HTML file:
    Go back to the <a href="intro.htm">Introduction</a>!

  • Produces this:
    Go back to the
    Introduction!

    Notice that "tagged text" has a different COLOR and is UNDERLINED.
    We'll look at the Anchor Tag and others in detail later on.

  • Hyperlinks: Introduction | Table of Contents

    Questions? E-mail your Instructor - Dr. Charles Rubenstein
    Tutorial Copyright (c) 1996-2006 C.P.Rubenstein