Prev Demo
JavaScript
>
Italic Style
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h1>Italic Style using JavaScript</h1> <script> document.write("This is Italic text "); document.write(" This is Italic text".italics()); </script> </body> </html>
Note: We DO NOT save your trial code in our database.
Output