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).
2
Q
What is the purpose of the <P> tag?
A
It defines a paragraph of the text.
3
Q
What does the <br></br> tag do?
A
It inserts a line break within text.
4
Q
What is <hr> tag used for?
A
It creats a horizontal rule or thematic break berween sections.
5
Q
How do you write a comment in HTML?
A
Using <!--comment goes here-->, which is not displayed in the browser.