In my previous post, I discussed about HTML form (Part 1) . Same topic will be continued today and this is the Part 2 . In part 1 you've learned creating Text Fields, Password Field, Radio Buttons and Checkboxes. In this post you will learn how to create Submit Button and Drop Down Menu. You should open Notepad from your PC to practice this lesson. Then save the html code with .htm or .html extension and then open the saved file with a browser to see the result. Let's begin: Drop Down Menu: Let me begin with creating a drop down menu. This is very interesting as well as easy to create! Which one is your Favorite Cell Phone Brand? <select> <option>Nokia <option>Samsung <option>iPhone <option>BlackBerry <option>Others </select> You must begin with the <select> tag and end with </select tag>. And every option of the list sho...
Your ultimate choice for Computer, Internet, Blogging, & PC Troubleshooting Tips!