+ 3
Does <div> tag can contain <nav> tag?
I wanted to know whether it is true to nest <nav> tag in <div> tag?
3 Answers
+ 3
The answer to this is yes. You can contain a <nav> inside <div>.
However, this is not how we structure HTML pages. You should try to follow the main structure. It will help you as your page grows to maintain the code throughout.
But nothing is really stopping you.
0
hello