You're tasked with creating an HTML document to showcase various reviews and their respective authors. How would you semantically structure the quotes and authors, ensuring that the citation sources are machine-readable?
- Use the
tag for quotes and the
- Use the
tag for quotes and wrap them inside a
with the author's name. - Use the
and
tags for quotes and authors, respectively. - Use the
and tags for quotes and authors, respectively.
The
tag is suitable for block-level quotations, and within this tag, the
Loading...
Related Quiz
- To create a navigation bar, developers often use the ______ element.
- You are designing a form that requires users to select their country from a dropdown list. How would you implement and structure the "select" and "option" elements to ensure usability and accessibility?
- The ______ attribute in the audio or video tag specifies if the audio or video should be loaded when the page loads.
- The ______ attribute is used to define a unique identifier for an element.
- You're tasked with creating an accessible table for a government website that adheres to WCAG guidelines. What strategies and HTML elements will you utilize to ensure the table is accessible?