1.3 Basic Elements & Tags Flashcards

(5 cards)

1
Q

How many heading levels does HTML provides?

A

Six, from <h1> (most important) to <h6> (least important).

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

What is the purpose of the <P> tag?

A

It defines a paragraph of the text.

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

What does the <br></br> tag do?

A

It inserts a line break within text.

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

What is <hr> tag used for?

A

It creats a horizontal rule or thematic break berween sections.

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

How do you write a comment in HTML?

A

Using <!--comment goes here-->, which is not displayed in the browser.

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