Emphasis and Bold
The <em>
, <i>
, <strong>
, and <b>
elements are all examples of inline elements.
The elements of <em>
and <i>
emphasize a text.
index.html
The <strong>
element is similar to the <em>
element but is used to emphasize a text even more stronger.
This element is often rendered in bold text to indicate that the text is critical.
index.html
The <b>
element makes the text bold without implying any additional importance or emphasis.
index.html
Some other common inline elements:
<abbr>
indicates that the text it contains is an abbreviation or acronym;<code>
indicates that the text it contains is a code example or programming language keyword;<mark>
is used to highlight a piece of text within a block of text;<sub>
and<sup>
are used to create subscript and superscript text, respectively;
Each of these elements can be used inline within a block of text to add meaning or formatting to specific words or phrases.
Grazie per i tuoi commenti!
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Mi faccia domande su questo argomento
Riassuma questo capitolo
Mostri esempi dal mondo reale
Awesome!
Completion rate improved to 3.45
Emphasis and Bold
Scorri per mostrare il menu
The <em>
, <i>
, <strong>
, and <b>
elements are all examples of inline elements.
The elements of <em>
and <i>
emphasize a text.
index.html
The <strong>
element is similar to the <em>
element but is used to emphasize a text even more stronger.
This element is often rendered in bold text to indicate that the text is critical.
index.html
The <b>
element makes the text bold without implying any additional importance or emphasis.
index.html
Some other common inline elements:
<abbr>
indicates that the text it contains is an abbreviation or acronym;<code>
indicates that the text it contains is a code example or programming language keyword;<mark>
is used to highlight a piece of text within a block of text;<sub>
and<sup>
are used to create subscript and superscript text, respectively;
Each of these elements can be used inline within a block of text to add meaning or formatting to specific words or phrases.
Grazie per i tuoi commenti!