Articles → HTML → Italic Tag In HTML
Italic Tag In HTML
Purpose
Syntax
Example
<html>
<head>
<title>italic demo</title>
</head>
<body>
This is an <i>italic</i> text
</body>
</html>
Try It
Output
Browser Support
| Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
|---|
| Yes | Yes | Yes | Yes | Yes | Yes |
| Posted By - | Karan Gupta |
| |
| Posted On - | Monday, October 10, 2016 |
| |
| Updated On - | Friday, September 22, 2017 |