What Is HTML?
HTML stands for Hyper Text Markup Language.
HTML is the standard markup language for Web pages.
HTML elements are the building blocks of HTML pages.
HTML elements are represented by
<>
tags.
For example, a description list is a list of terms, with a description of each term. An HTML description list is defined with a
<dl>
tag.
Terms/names are defined with
<dt>
tags.
Descriptions are defined with
<dd>
tags.
HTML Working Area
A Description List
Coffee
🠞 black hot drink
Milk
🠞 white cold drink
Review: An HTML Description List
Which is NOT one of the tags used by an HTML description list?
<dd>
<dh>
<dl>
<dt>
Result: