Introduction of <i> tag in HTML5.
Introduction of <i> tag in HTML5.Declaration syntax of i tag in HTML5.
<i >Text for italic.</i> |
<!DOCTYPE html > <html > <head> <title>Title of document</title> </head> <body> <p><b>I tag Example.</b></p> <p><b>Implementation of <i> in HTML5.</b></p> we are working in <i>RoseIndia Technology pvt ltd</i>. <br> RoseIndia is a <i>IT</i> Company. </body> </html> |
No difference. Because It is present in both.