Blockquotes and Inline Quotations in HTML
Master blockquote and q elements in HTML for long-form quotes and inline text quotations, including cite attributes for source tracking.
Master blockquote and q elements in HTML for long-form quotes and inline text quotations, including cite attributes for source tracking.
Learn how to correctly use the cite tag to reference creative works, books, research papers, movies, and external articles.
Use the abbr element with title attributes to provide tooltips and clear expansion definitions for acronyms and abbreviations.
Compare the semantic em tag for stress emphasis with the visual i tag for technical terms, idiomatic phrases, and alternate voices.
Discover utility semantic text tags including mark for highlighted text, small for fine print, time for machine-readable dates, and data for values.
Understand the semantic difference between the strong tag for high importance and the b tag for stylistic bold offset in HTML.
Wrap self-contained media content with figure and provide semantic text captions using figcaption for clean document structure.