Saved Bookmarks
| 1. |
Can we use multiple and elements in html5? |
|
Answer» YES. Both <header> and <footer> tags are made to fulfill their respective purposes in relation to their PARENT “section”. So not only can you use both header and footer elements on a page in HTML5, but you can also use both in every <article> or <section>. A <header> TAG MUST be present for all articles, sections, and pages, although a <footer> tag is not necessary. Our HTML5 interview QUESTIONS are an ideal resource to prepare you for HTML developer job interviews. |
|