Page 155 - DCAP202_Fundamentals of Web Programming
P. 155
Fundamentals of Web Programming
Notes 12.9 Keywords
<header> tag: This tag represents a group of introductory or navigational aids.
Check boxes: These are used when you want to let the visitor select one or more options from a
set of alternatives.
Comments: Comments are a great asset to new developers and a great way to place little notes
to yourself reminding yourself what pieces of code are doing what.
Drop down menus: Depending on your settings, drop-down menus can serve the same purpose
as radio buttons (one selection only) or check boxes (multiple selections allowed).
get: The get method sends the form information by including it on the URL.
Method: The method attribute tells the server how to submit the form information.
post: Post method sends the form information in the HTTP environment.
Text area: These are text fields that can span several lines.
12.10 Review Questions
1. What are forms? How they are created?
2. How do you use scripts on HTML?
3. How do you use Form’s Action Attribute and Submit Button in HTML?
4. How do you use Text Field and Radio Button in Form?
5. How do you understand about Forms output?
6. How to create tables in HTML?
7. Write some useful table tags that we use in HTML.
8. Discuss the significance of comments in HTML.
9. Illustrate how to use HTML Checkboxes in form. Give example.
10. Describe the use of <font> with example.
Answers: Self Assessment
1. get 2. Post
3. Action 4. <input>
5. button 6. Type
7. <header> 8. Text areas
9. </textarea> 10. Check boxes
11. radio buttons 12. Input
13. <value> 14. Select
15. drop-down menus
148 LOVELY PROFESSIONAL UNIVERSITY