Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <h1>Example of Interactive content</h1> <form> <select> <option value="books">Books</option> <option value="html">HTML</option> <option value="css">CSS</option> <option value="php">PHP</option> <option value="js">JavaScript</option> </select> <br><br> <textarea name="comment" rows="12" cols="35">Send your comments to the author.</textarea> <br> <button type="button">Send</button> </form> </body> </html>