Week 12 Flashcards

1
Q

What does the head tag do?

A

Used to contain special page info such as its decoding, title, links to css & javascript

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

What is the body tag for?

A

Used to contain main content of web page

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

What is the header tag for?

A

Used to contain navigation, logos, & other introductory material

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

What is the main tag for?

A

Used to contain main content of the web page

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

What is the footer tag for?

A

Used to contain additional info like contact info, authorship info, etc

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

What is the title tag for?

A

Used to tell the web browser what text should go in the little tab for web pages at the top of the browser

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

What is the p tag for?

A

Used to denote text with a beeline at the end

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

What is the a tag for?

A

It is an anchor tag to put links to other web pages

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

How is an anchor tag formatted?

A

<a href=“url”>link text</a>

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

How is an image tag formatted?

A

<img src=“image_file_or_image_url“>

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

What are a few additional attributes for image tags?

A

alt, width, height

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

What are each of the tags within a table for?

A

tr = table row
td = table data
th = table heading

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

What are the two unordered list tags?

A

ul for outer and li for each bullet point inside

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

How is a comment formatted?

A

<!— comment —>

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