Prev Demo
JavaScript
>
How To Apply Big Style To The Text In Javascript?
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h1>Big style using JavaScript</h1> <script> document.write("This is big text "); document.write(" This is big text".big()); </script> </body> </html>
Note: We DO NOT save your trial code in our database.
Output