Favicon Flashcards

(16 cards)

1
Q

What is a favicon?

A

It is a small image file that represents a website or blog, often displayed in the browser tab.

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

A favicon is also referred to as a “_____ icon” or “website icon.”

A

tab

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

Where exactly in a web browser is the favicon displayed?

A

It appears in the browser tab, immediately to the left of the page title.

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

What is the most universally supported file format for favicons?

A

The .ico format is the most universally supported.

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

Name two examples of modern image formats, other than .ico, that are supported for favicons.

A

Modern browsers also support formats like .png and .gif for favicons.

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

Where should the favicon image file ideally be stored within a website’s project folders?

A

It should be stored in the root directory of the website.

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

Which HTML tag is specifically used to insert a favicon into a webpage?

A

The <link></link> tag is used to insert a favicon.

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

The HTML tag for a favicon must always be placed inside the _____ section of the document.

A

<head>
</head>

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

Is the <link></link> tag used for favicons a paired tag (requiring a closing tag)?

A

No, the <link></link> tag is an empty (void) tag and does not require a closing tag.

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

What is the function of the rel attribute in the <link></link> tag for a favicon?

A

It defines the relationship between the HTML document and the linked file.

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

When using the <link></link> tag for a favicon, what value should be assigned to the rel attribute?

A

The rel attribute should have the value icon.

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

What information does the href attribute provide in a favicon’s <link></link> tag?

A

It specifies the path or destination to the favicon image file.

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

Provide an example of the syntax for an href attribute pointing to a standard favicon file.

A

An example is: href=”favicon.ico”

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

Write the complete line of HTML code needed to add a favicon named “robot.png”.

A

<link></link>

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

What is the purpose of the online resource favicon.cc in relation to favicons?

A

favicon.cc is a resource used to create a custom favicon.

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

What is the purpose of the online resource flat icons in relation to favicons?

A

flat icons is a resource used to download a pre-made favicon.