What is the structure of html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is the structure of html?

28th Mar 2017, 1:45 AM
Wilver Frias
Wilver Frias - avatar
5 Answers
+ 18
<html> <head> <!--Non visual tags--> </head> <body> <!--visual tags--> </body> </html>
28th Mar 2017, 1:52 AM
Immanuel
Immanuel - avatar
+ 16
@umut meta usually in head tag @umut h1, h2,...,h6 usually in body @Álvaro Im srry, thx youve remind me
29th Mar 2017, 10:44 PM
Immanuel
Immanuel - avatar
+ 12
<!Doctype html> <html> <head> <title> </title> </head> <body> </body> </html> and you can check code playground that sololearn offers for you and you will see this main structure of html and you can write your codes more easily.
28th Mar 2017, 8:20 PM
Shehab Amr
Shehab Amr - avatar
+ 5
[CORRECTED] Watch it @Immanuel! The first </html> should be </head>.
28th Mar 2017, 5:40 AM
Álvaro
+ 4
For seo where should we add meta tags? where should we add h1? can we use 2 of h2? thank you
29th Mar 2017, 3:01 PM
Umut Dalkılıç
Umut Dalkılıç - avatar