generalized HTML5 page structure. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

generalized HTML5 page structure.

15th Oct 2016, 4:00 AM
Sumit Singh Kushwaha
Sumit Singh Kushwaha - avatar
1 Answer
0
This is a basic html5 skeleton <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>title here </title> </head> <body> <header> <h1>Title </h1> <nav> </nav> </header> <article> </article> <footer> </footer> </body> </html>
2nd Jul 2017, 5:18 PM
Alfredo Oquendo
Alfredo Oquendo - avatar