HTML Flashcards

1
Q

HTML

A

Hypertext Markup Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is HyperText Markup Language?

A

language of the web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What tag is used for all visible content?

A

<p>
</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How many HTML heading levels are there?

A

6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

<p> are used to code?
</p>

A

Paragraph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What should be the first tag in a HTML file

A

<html>
</html>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly