Components of HTML Markup

Here is a second example of HTML markup:

<A HREF="Virginia.gif">More about Virginia</A>

Tags can have elements, which are only allowed between them. For example, all HTML tags are elements of the <HTML> tag.

Other tags lack content, attributes or end tags.


Next Slide