Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an HTML file in Notepad++ o complete this task, do the following steps: 1. Use your text editor to create a new file. Save

Create an HTML file in Notepad++
image text in transcribed
image text in transcribed
o complete this task, do the following steps: 1. Use your text editor to create a new file. Save your file as sheet3.htm. 2. The title of the page should be Web sheet3. Also add an HTML comment in the section that identifies you as the author of the page. 3. After the > tag, create a level 2 heading as shown in the figure above. Below the heading, enter the description of the purpose of the form in a paragraph. 4. Begin your form. The form name should be survey. Specify the mailto action with your e-mail, the method attribute with the post value. 5. As you code your form, keep in mind that it is good practice to specify a name and an id for some input types to ensure compatibility across browsers. Also keep in mind that you may want to use
tags and other formatting tags to improve the layout and readability of your form. 6. You will use a table to layout the form on the page. Create a table that is six rows by two columns. Give the table cellpadding of 15 and cellspacing of 5. Set the width of the entire table to 65% of the browser window. 7. In the first row of the table, create text boxes for First Name and Last Name, placing one text box in each column as shown. Set the size of each to 50 . 8. In the second row of the table, create radio buttons to allow the user to specify their Gender. Place the label in the left column and the options in the right column. 9. In the third row of the table, create a Dropdown list to allow the user to choose the main reason for using the Internet. - Place the label in the left column and the list in the right column. - The choices are: To do work-related activities, to do school-related activities, for entertainment purposes, other activities. - the (To do work-related activities choice) is the default choice. 10. In the fourth row, create radio buttons to allow the user to specify the type of computer used at home. Place the label in the left column and the options in the right column. 11. In the fifth row, create a textarea box that spans both columns. This area will allow users to comment on the issues of Internet privacy and safety. Set the dimensions of the text area to 5 rows and 100 columns. 12. In the sixth row create a submit button in the left column and a reset button in the right column. Enter the text of each button as shown. 13. View the sheet 3.htm with your browser. Create a Weh form tn ack ncer ahout hiclher ncaoe of intermet as chown helow

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Logic In Databases International Workshop Lid 96 San Miniato Italy July 1 2 1996 Proceedings Lncs 1154

Authors: Dino Pedreschi ,Carlo Zaniolo

1st Edition

3540618147, 978-3540618140

More Books

Students also viewed these Databases questions

Question

testing

Answered: 1 week ago