TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <style> i { color: #007BFF; font-style: italic; font-size: 18px; } </style> </head> <body> <p>This is a <i>styled</i> example of italicized text.</p> </body> </html>