Tags Flashcards
1
Q
What is the first tag that goes at the top of the page?
A
<!DOCTYPE html>
2
Q
What is the second tag that gets placed on a page and where does it end?
A
<html>
He gets placed on line number two and it ends at the very bottom of the page
</html>
3
Q
What gets placed after the HTML tag?
A
The <head> tag
4
Q
What gets placed inside of the <head> tag?
A
The <title> tag</title>
5
Q
What tag goes after the <head> tag?
A
The <body> tag
6
Q
What is the <h> tag?</h>
A
The heading tag
7
Q
What is the <p> tag?
A
Paragraph tag
8
Q
What is the <b> tag?</b>
A
The bold tag
9
Q
Where does the </body> tag go?
A
At the bottom of the page right before the </html> tag
10
Q
How many <h1> one tags can you have on one page?
A
Only one