HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. D

    correction in html code, this code comes from a book, HTML5 in easy steps, the code is wrong but i an not able to figure out how to correct it

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Image Button Example</title> <script src="ibotton.js"> </script> </head> <body> <form id="form-1" method="GET" action="http://localhost/echo.pl"> Please Supply your Email address: <input id="adr"...
Back
Top