Tag Archives: html forms
Frames allow a web developer to display more than one HTML document in a browser simultaneously. A document that defines a frameset normally consists of an html element that contains a head element and a frameset element. The <FRAMESET> tag informs the browser that the page contains frames. The frameset element contain attributes cols and
more..
One of the most powerful parts of the web page is the form. Forms let you collect information from the user. When browsing web sites, users often need to provide such information as search key words, e-mail addresses and zip codes. You can use HTML forms, for collecting such data from user. Data that users
more..
At the end of this lesson you will be able to: Use Ordered and Unordered lists in your Web page. Distinguish between Ordered lists, Unordered lists and Definition lists. Display information in Tabular form. List the various Form Elements. Use various frame elements to create a form to get user information. Divide the Web page
more..