HTML
Hypertext Markup Language
What is HyperText Markup Language?
language of the web
What tag is used for all visible content?
<p>
</p>
How many HTML heading levels are there?
6
<p> are used to code?
</p>
Paragraph
What should be the first tag in a HTML file
<html>
</html>