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