What is Markup?

To use HTML, you must understand the concept of markup:

An example of markup:

Grocery list
<UL>
<LI>Apples 
<LI>Oranges
</UL>

Next Slide