Online HTML Editor
Javascript Online Compiler
index.html
Change Theme
Compress code
Uncompress code
Download Code
Clear Code
Copy Code!
RunĀ
Click to run or ctrl+s
Output
<!DOCTYPE html> <html> <head> <title> Homepage </title> </head> <body> <h2>Creating a blank canvas with border.</h2> <canvas id="canvas1" height="150" width="200" style="border: 1px solid gray"> </canvas> </body> </html>
RunĀ