Lia
8
Q:

html italic

<i>This text will be in italics</i>
10
<b>I'm a content</b> <!-- Ce texte va etre en gras -->
<i>I'm a content</i> <!-- Ce texte va etre italic -->
<u>I'm a content</u> <!-- Ce texte va etre souligner -->
1
<i>this is italic</i>
4
<!--Italic text, without any extra importance-->
<i>I'm a content</i>

<!--Emphasized italic text, with added semantic importance-->
<em>I'm another content</em>
6
<!--Emphasized bold text. It's for content that is of greater importance-->
<strong>I'm a content</strong>

<!--Bold text. It's used to draw attention to text without indicating that it's more important-->
<b>I'm another content</b>
5
<text>Your Text...</text>
3

<p>This is normal text - <b>and this is bold text</b>.</p>
 
6

New to Communities?

Join the community