While designing a blog, how would you semantically structure quotations from external sources and their respective citations to make them SEO-friendly and accessible?
- Embed the quotations as images and use the alt attribute for citations.
- Use
tags for quotations and tags for citations.
- Use the
tag for quotations and tag inside it for citations.
- Use the
tag for quotations and the data-cite attribute for citations.
Thetag represents a block-level quotation from an external source, making it semantic for SEO and accessibility purposes. Inside the
, the tag can be used to reference the source of the quotation. This combination ensures that the content is both semantic and machine-readable, which is preferred by search engines.
Loading... - Use the
Related Quiz
- Which attribute of the anchor tag is used to specify the linked document's URL?
- Can block-level elements be placed inside inline-level elements without affecting validity and semantics?
- You've been asked to enhance the keyboard navigation for a large-scale website. What strategies will you use to implement access keys and tab order without disrupting the existing user experience?
- The _____ property in CSS is used to control the order of navigational elements when the tab key is used.
- Which tag is used to embed images in an HTML document?