Tutorials

KodeKite Tools

HTML
Flexbox
SVG
Canvas
HTML Tutorial

More


HTML Italic Element
Italic Element

Italic is a formatting element used to make font italic ,italic text is face down text like italic, italic text or content has no any extra importance.

Syntax

<i>Content</i>

Or

<tag><i>Content</i></tag>


You can apply italic element to any element and use any where within a HTML document.


Example

Italic Text


Italic is a pair tag and output of italic element is face down text like you can see in above example.


Practice Task

Open notepad or any other text editor, follow the following points.


  • Create any HTML element
  • Make it italic by using <i> element

save file with name task.html or task.htm and then open it using any browser and see results.


Solution

heading 5 with italic element

Don't forget italic is less important element than Emphasized Element