Generation

fix invalid codeTue, 04 Apr 2023

Dentro del elemento head, anida un elemento title con el texto Colored Markers. <!DOCTYPE html> <html lang="en"> <head> </head> <body> </body> </html>

<!DOCTYPE html> <html lang="en"> <head> <title>Colored Markers</title> </head> <body> </body> </html>

Want to kickstart your project?Use the new AI Studio to create your code