HTML 5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

HTML 5

How do I set up a real HTML 5 structure?

4th Apr 2017, 6:13 PM
Alexander Markoutsis
2 Answers
+ 1
You can use HTML5 Boilerplate instead. Link: https://html5boilerplate.com/ always add this <!DOCTYPE html> then follows <head> <title> <meta> <body> <header> <nav> <article> <section> <footer> instead using of div with id's you can directly use these tags from HTML5
4th Apr 2017, 7:03 PM
Waren Gonzaga
Waren Gonzaga - avatar
0
<header> <nav> <article> <section> <footer>
4th Apr 2017, 6:15 PM
Alexander Markoutsis