HTML Day 4 Flashcards

1
Q

what does the head section of an HTML document contain?

A

important information about the page such as title, description, external style sheets, scripts and more.

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

what does the section of an HTML document contain?

A

important information about the page such as title, description, external style sheets, scripts and more.

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

what does the title element display?

A

The element displays a title for the webpage. The title of a webpage is the text that shows up in the tab.

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

what is metadata?

A

The tag is extremely important for all modern web pages because it is used to describe our websites to search engines.

Shakshuka Recipe

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

what do you use to set characterset information

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

other metatags?

A

page authorship, content-language, social media specific descriptions, and information for the browser about how the page should be served.

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

what is the link tag and what does it do?

A

most commonly used to load an external stylesheet:

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

what is the link tag and what does it do?

A

most commonly used to load an external stylesheet:

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

what does the title element display?

A

The element displays a title for the webpage. The title of a webpage is the text that shows up in the tab.

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

what is metadata?

A

The tag is extremely important for all modern web pages because it is used to describe our websites to search engines.

Shakshuka Recipe

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

what do you use to set characterset information

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

other metatags?

A

page authorship, content-language, social media specific descriptions, and information for the browser about how the page should be served.

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

what is a script tag and what does it do?

A

a script tag allows you to either import javascript files or write javascript.
example:

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

what is the link tag and what does it do?

A

most commonly used to load an external stylesheet:

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

what does the rel attribute in the link tag do?

A

defines the relationship and must refer to stylesheet when loading an external stylesheet file.

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

what does the href attribute in the link tag do?

A

The href attribute specifies the URL of the defined resource, in this case the path to the CSS file being requested.

17
Q

what does the type attribute in the link tag do?

A

Similar to its use in the tag, type declares the content-language for the file being loaded.