HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p{ font-style: italic; } </style> </head> <body> <h1>CSS font-style Property</h1> <p>font-style of this paragraph is italic.</p> </body> </html>
OUTPUT
×

Save as Private