Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.
Tu código hasta el momento
<!-- User Editable Region -->
/DOCTYPE html/
<html></html>
<!-- User Editable Region -->
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
Challenge: Aprenda los colores de CSS construyendo un conjunto de marcadores de colores - Paso 1
Enlaza al desafío:
1 Like
A doctype statement should be included in tags like so:<
doctype statement=html>
and should begin with the ‘!’ symbol. Then to declare the language of your Html code declare a html
tag followed by the attribute ‘lang’ with the value of ‘en’ and then closed with a closing Html
tag like so:<html
attribute=‘value’><html
>
I am sorry that I replied in English neverless I hope this helps you and you could always use google trans to translate the answer.
Uma instrução doctype deve ser incluída em tags como: <doctype statement
=html> e deve começar com o símbolo ‘!’. Em seguida, para declarar o idioma do seu código Html, declare uma tag html seguida do atributo ‘lang’ com o valor ‘en’ e depois feche com uma tag Html de fechamento da seguinte forma:<html
attribute=‘value’><html
>