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 - email input</title> </head> <body> <h2>HTML form - email input</h2> <form> Email: <input type="email"><br> Password: <input type="password"> <closeform></closeform></form> </body> </html>
RunĀ
x
x