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 - checkbox input</title> </head> <body> <h2>HTML form - checkbox button input</h2> <p>Choose your subjects:</p> <form> Coding:<input type="checkbox" name="coding" value="coding"><br> Music:<input type="checkbox" name="music" value="music"><br> Coffee:<input type="checkbox" name="coffee" value="coffee"><br> <closeform></closeform></form> </body> </html>
RunĀ
x
x