HTML - Tags
A web browser reads an HTML document from top to bottom, left to
right. Each time the browser finds a tag, the tag is rendered
accordingly. Paragraph tags render paragraph text, image tags render
images, etc. By adding tags to an HTML document, you are not only coding
HTML, but also signaling to the browser, "Hey look, this is paragraph
text; now treat it as such!"
Do you recall that HTML elements are comprised of three major parts:
the opening tag, the content, and the closing tag? As you will learn,
there are infinite combinations of HTML tags/elements, including those
used for forms, images, and lists. Everything displayed on an web page
requires the use of a tag or two.
ConversionConversion EmoticonEmoticon