can we use multiple heads | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

can we use multiple heads

24th Oct 2016, 4:37 PM
kamali
3 Answers
0
It's strongly recommended to have only one Head tag. The HTML5 says that you code will be valid without Head. In practise you'll see if your solution is going to work! But my opinion is not to do it. There is a possibility to crash the DOM.
24th Oct 2016, 6:26 PM
Elias Papachristos
Elias Papachristos - avatar
0
There can only be one opening and closing tag for html, head,body, and title. You can add as many header,footer,aside,article,section, and nav as you need.
24th Oct 2016, 7:16 PM
Brian
0
You can go for headings h1,h2....
26th Oct 2016, 9:22 AM
George Zacharia
George Zacharia - avatar