+ 1
can we use multiple heads
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.
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.
0
You can go for headings h1,h2....