Check out example codes for "how to italicize text in html". It will help you in understanding the concepts better.
Code Example 1
<i>this is italic</i>
Code Example 2
<i>This is an example of Italic</i>
Code Example 3
<html>
<head>
<title>Italic Text</title>
</head>
<body>
<p>Use the em element to <em>indicates emphasized</em> content.</p>
</body>
</html>
Learn ReactJs, React Native from akashmittal.com