tags Flashcards
1
Q
give example of tag
A
<body></body>
2
Q
what is a tag
A
element name surrounded by angle brackets. usually come in pairs (start & end tag)
3
Q
do some tags close themselves
A
yes
4
Q
give example of self closing tag
A
<br></br>
5
Q
how many header tags are there? which are more commonly used?
A
6 h tags, mainly use h1 and h2. rarely use anything else
6
Q
tag to insert link
A
anchor tag, a href
7
Q
example of tag to open link in same tab
A
<a>Discord</a>
8
Q
example of tag to open link in new tab
A
<a>discord</a>
9
Q
you want to stay on same website but go to different path
A
create file, connect file with ./
if in different folder use ../
10
Q
tag for navigation bar
A
nav
11
Q
A