The em
element is used
to indicate text that is emphasized. All major browsers render
emphasized text in italics.
Example 1: <p>This is <em>the</em> website for web design information.</p>
The strong
element
is used to strongly emphasize the enclosed text. All major browsers render
the text within this element with a boldface font.
Example 2: <p>This product has a <strong>lifetime</strong> warranty.</p>
Attributes
- Core Attributes
The core attributes can be applied to this element.
No comments:
Post a Comment