CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>Italic Element</title> </head> <body> <p>Some text is italicised using <strong>i</strong> element. </p> <p> <i>Italics tag do not give importance to the text.</i> Therefore it is only italic text not important for browsers. </p> </body> </html>