WorksheetsQuiz sobre Metadados em HTML
Total questions: 5
Worksheet time: 3mins
Durante a construção da estrutura básica das tags HTML, inserimos meta tags dentro da tag
. Essas meta tags definem metadados, ou seja, informações sobre os dados de um documento HTML. Abaixo, você pode ver novamente quais metadados foram informados no projeto Alura Book. A partir das afirmações abaixo, selecione as corretas sobre metadados. Selecione duas alternativas.a) A metadata com o nome viewport indica ao HTML que a página está sendo aberta com um celular.
b) A metadata charset indica o idioma preferido do usuário.
c) A metadata viewport detecta o tamanho do dispositivo que acessa a aplicação.
d) A metadata charset refere-se à codificação de caracteres.
What tag is used to configure essential information in the structure of a web page?
In the given meta tag, what should be the value of the "name" attribute to set the viewport?
viewport
width
initial-scale
device-width
What is the correct value to set the width of the device in the meta tag?
device-width
viewport
initial-scale
1.0
What value should be used for the "initial-scale" attribute in the meta tag?
1.0
viewport
width
device-width
