x
 
<!DOCTYPE html>
<html>
<head>
<style>
i { 
    font-style: italic;
}
</style>
</head>
<body>
<p>An i element is displayed like this:</p>
<i>Some italic text</i>
<p>Change the default CSS settings to see the effect.</p>
</body>
</html>
×

Report a Problem: