KazegamiMei Posted May 13, 2020 Posted May 13, 2020 Please help me!! no matter what I do <details> doesn't work code: <!DOCTYPE html> <html lang="pt"> <head> <meta charset="utf-8"> <title>Home</title> <link rel="stylesheet" href="home.css"> </head> <body> <header> <h1>Cooking Everything</h1> <img class="capa" src="imagem/Cooking everything.png" alt="capa do blog"> <nav> <details> <summary>Café da Manhã</summary> <ul> <li>Fácil</li> <li>Médio</li> <li>difícil</li> </ul> </details> </nav> </header> </body> </html> Result:
Ingolme Posted May 13, 2020 Posted May 13, 2020 You might need to upgrade your version of Edge. The <details> tag is not supported in versions prior to 79. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now