The following elements are newly added elements in HTML5: <section> <article> <aside> These elements are called _____________
Answer options
A
True
B
False
Correct answer: True
Explanation
The <section>, <article>, and <aside> elements introduced in HTML5 are called semantic elements. They convey meaning about their content to browsers, developers, and accessibility tools.