Can a web page contain multiple elements? What about elements?
1 Like
Technically, we can have multiple <header> and <footer> elements in a particular page. But, it doesn’t make sense to have it. To include the contents related to “heading”, we can add only one <header> tag. and same thing - for the <header> tag.