Code Editor Panel
Home
HTML Tutorial
HTML Formatting
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <i>This is a italic text.</i>
<em> This is important text, display same as itatlic</em> </body> </html>
Output