Is it correct | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

Is it correct

Is this a correct code:<HTML> <head> Hi </head> </HTM

17th Nov 2017, 5:15 AM
super vlog
1 Respuesta
+ 1
The very basic structure of HTML document: <html> <head><title>Document Title</title></head> <body> Anything you want to show on the document goes here, in the document body. </body> </html> Keep learning HTML course, you'll figure it out :)
17th Nov 2017, 6:59 AM
Ipang