Italic Tags in HTML

Italic tag gives the Italic font-style  in HTML.

Generally Italic style is a calligraphic handwriting.

Italic tag is also a span type.

Syntax:

       <i>.......</i>
  1. It attracts the user . It is also a cursive writing.
  2. Italics are used to naming plants, animals, binomial nomenclatures, scientific names, physics theories and etc.
Now we create italic style using <i>

Example:

  1. <i>Hibiscus rosa-sinensis</i> -output- Hibiscus rosa-sinensis.
  2. <i>Solanum tuberosum</i> -output-Solanum tuberosum.
  3. <i>"For an every action ,there is a opposite reaction"</i> -output-"For an every action ,there is a opposite reaction".

Code:

<!DOCTYPE html>
<html>
<head>
     <title>Italics tag</title>
</head>
<body>
     <i>Nicolas Tesla</i><br>
     <i>Albert Einstein</i><br>
     <i>Musa paradisiaca</i><br>
</body>
</html>

Output:

italic tags
Italic tags

Normal text vs Italics:

Normal textItalics
HTMLHTML
CSSCSS
JavascriptJavascript
LionLion
CocunutCocunut

For Biological website building , italics takes place more.

Post a Comment

Post a Comment (0)

Previous Post Next Post