Open devferx opened 3 years ago
Gracias fer
El mié., 30 jun. 2021 12:18 p. m., devferx @.***> escribió:
- Agrega semantica al código con las etiquetas main, section
This 👇👇
https://camo.githubusercontent.com/1bc465e7c855688cceccae599103ae9a000c2a831bd313bbaeebe59ef7558dee/68747470733a2f2f36342e6d656469612e74756d626c722e636f6d2f39373935306461363034653563326238353633306666646564393464343666372f626236353937326361643437613735652d31392f73353030783735302f343064333364396435316436623663323639626230326638306533616130333738363065393336312e67696676 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document> </head> <body>
</body> <html>- usa html entities para solucionar ese problema
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cristhian2020/Nemiun/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/APAA6IAXEKAROXLCUUXI55DTVM7UNANCNFSM47SVPBZQ .
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document> </head> <body> <br> </body> <html> </pre>