HTML Compiler Online
Javascript Online Compiler
index.html
Change Theme
Compress code
Format code
Download Code
Clear Code
Copy Code!
RunĀ
ctrl+s or click
Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>HTML - placeholder</title> </head> <body> <h2>HTML form - placeholder</h2> <form> Name: <input type="text" placeholder="Enter you names"><br> Age: <input type="text" placeholder="Enter your age"> <closeform></closeform></form> </body> </html>
RunĀ
x
x