<!DOCTYPE html>
<html>
<head>
<title>This is a Italic text</title>
</head>
<body>
<i>This is a italic text</i>
<p>This is a normal text</p>
<em>This is a emphasize text</em>
</body>
</html>