Is it correct | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

Is it correct

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

17th Nov 2017, 5:15 AM
super vlog
1 Réponse
+ 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