InterviewSolution
Saved Bookmarks
| 1. |
Is it possible for a webpage to contain multiple or elements? |
|
Answer» Yes, both <header> and <footer> can be ADDED multiple times in a webpage. Both of these tags are designed to serve a crucial purpose in relation to their parent SECTION. Not only the page <BODY> contains a header and a footer, but every <section> and <article> also contains these two, ALTHOUGH the use of multiple footers is ALWAYS not required. |
|