'i' displays enclosed text in an italic font : i « Tags « HTML / CSS






'i' displays enclosed text in an italic font

    
<html>
<head>
<title>i element example</title>
</head>
<body>
    <p align="center">
        <font size="4">text <i>text</i> text <i>text</i>.</font>
    </p>
</body>
</html>
    
      
      








Related examples in the same category