Tag (markup language)

From Wiki @ Karl Jones dot com
Revision as of 07:37, 8 May 2015 by Karl Jones (Talk | contribs) (Containers, code.)

Jump to: navigation, search

Tags representing elements in HTML documents.

One Tag, Two Tag

  • Some elements have one tag

<img src="image.jpg" alt="element with one tag" />

  • Most elements use two tags: an opening tag, and a closing tag.

Text inside paragraph.

Elements with two tags serve as containers. Any content between the opening tag and the closing tag is contained by the container element.