Semantic HTML Flashcards
How do you display time and dates in HTML?
<time>20:00</time>
How do display time and date with date included?
<time>June 15</time>
How do you display mathematical formulas and equations?
Superscript - symbol or letter printed above a text.
<p>2(2 squared) is 4.</p>
Example of using superscript element for superior lettering.
<p> Monseignuer is often written as <strong>Mgr</strong>.</p>
Unarticulared Annotation Element
Used to represent inline text that has non-textual annotation applied.
Strikethrough Element
used to show when text is no longer relevant.
Ruby Element <ruby></ruby><rt></rt>
represents small text shown above or below the main text. Typically used to show the pronunciation of East Asian characters.