Aprende CSS básico construyendo un menú de cafetería - Paso 3. No veo la respuesta, ya intenté diferentes variantes, pero nada.¿ Alguién me da una pista?

No veo la respuesta, necesito ayuda. Intenté varias variantes, pero nada.

Tell us what’s happening:

Describe tu problema en detalle aquí.

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head> <meta charset=¨utf-8¨></meta>
    <title>Cafe Menu</title>
 </head>

<!-- User Editable Region -->

</html>

Your browser information:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

Aprende CSS básico construyendo un menú de cafetería - Paso 3

You have two issues here

the first issue is your use of quotes.

programming uses straight quotes like these ""

the second issue that meta tags are self closing meaning they don’t have end tags like this

once you fix those two issues, then the test will pass

[quote=“jwilkins.oboe, post:2, topic:679050”]
the second issue that meta tags are self closing meaning they don’t have end tags like this
Tnks!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.