Andrew Ng
0
Q:

html italic text

<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
<!--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
/* I know i already made a HOW TO MAKE CSS TEXT ITALIC but here's one 
100% css */
#italic-selector {font-style:italic;}
1
<i>This is an example of Italic</i>
0

New to Communities?

Join the community