HTML5 Application Development Fundamentals — Question 10
Which two semantic tags are used to define layouts in HTML5? (Choose two.)
Answer options
- A. <footer>
- B. <head>
- C. <progress:
- D. <section>
Correct answer: A, D
Explanation
The correct answers are <footer> and <section> because they are semantic tags that provide meaning and structure to the layout of a webpage. <head> is used for metadata and does not contribute to layout, while <progress> is intended for indicating the completion progress of a task.