Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Custom Icons | Metadata and the Head Element
Introduction to HTML

bookCustom Icons

One common use of the <head> element is to include icons that represent the page or website. To add a custom icon to an HTML website, you can use the <link> tag in your HTML document's <head> section. The <link> tag should include the rel attribute, which specifies that the link is an icon, and the href attribute, which specifies the URL of the icon.

index.html

index.html

copy

Additionally, you can specify different icons for different devices and screen resolutions by using the sizes and type attributes.

index.html

index.html

copy

1. What element is used to define the title of a webpage, and is typically placed within the <head> element?

2. Can the <head> element be used more than once in an HTML document?

3. What type of information can be included in the <head> element?

question mark

What element is used to define the title of a webpage, and is typically placed within the <head> element?

Select the correct answer

question mark

Can the <head> element be used more than once in an HTML document?

Select the correct answer

question mark

What type of information can be included in the <head> element?

Select the correct answer

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 3

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

Awesome!

Completion rate improved to 3.45

bookCustom Icons

Deslize para mostrar o menu

One common use of the <head> element is to include icons that represent the page or website. To add a custom icon to an HTML website, you can use the <link> tag in your HTML document's <head> section. The <link> tag should include the rel attribute, which specifies that the link is an icon, and the href attribute, which specifies the URL of the icon.

index.html

index.html

copy

Additionally, you can specify different icons for different devices and screen resolutions by using the sizes and type attributes.

index.html

index.html

copy

1. What element is used to define the title of a webpage, and is typically placed within the <head> element?

2. Can the <head> element be used more than once in an HTML document?

3. What type of information can be included in the <head> element?

question mark

What element is used to define the title of a webpage, and is typically placed within the <head> element?

Select the correct answer

question mark

Can the <head> element be used more than once in an HTML document?

Select the correct answer

question mark

What type of information can be included in the <head> element?

Select the correct answer

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 3
some-alt