Difference between revisions of "HTML element"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (details) |
Karl Jones (Talk | contribs) (Tag|tags) |
||
Line 1: | Line 1: | ||
An elements is a fundamental units in [[HTML]]. The HTML language is made up of a set of elements, and rules for using them. | An elements is a fundamental units in [[HTML]]. The HTML language is made up of a set of elements, and rules for using them. | ||
− | Elements are the basis for [[tags]]: | + | Elements are the basis for [[Tag|tags]]: |
A tag is how an element gets written down in an HTML document. | A tag is how an element gets written down in an HTML document. |
Revision as of 17:41, 10 May 2015
An elements is a fundamental units in HTML. The HTML language is made up of a set of elements, and rules for using them.
Elements are the basis for tags:
A tag is how an element gets written down in an HTML document.
One Tag, Two Tag
- Some elements 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.
-