Write the HTML page for a two-column table that contains the names of your friends and their birthdays. The first row of the table should span two columns and contains the following heading: Birthday List. Include at least two people in your table. 2. Create a web page about your favourite movie that uses a two-column table containing details about the movie. Use CSS to style the table border and background colour. Include the following in the table: • Title of the movie • Director or producer • Leading actor • Leading actress • Rating (G, PG, PG-13, NC-17, NR) • A brief description of the movie • An absolute link to a review about the movie • Place an e-mail link to yourself on the web page. • Save the page as movie8.html. Aim: Working with Forms 3. Write the HTML form webpage to create the following: a. A text box named user that will be used to accept the user name of web page visitors. The text box should allow a maximum of 30 characters to be entered. b. A group of radio buttons that website visitors can check to vote for their favourite month of the year. c. A select list that asks website visitors to select their favourite social networking site. d. A fieldset and legend with the text “Shipping Address” around the following form controls: AddressLine1, AddressLine2, City, Province, Postal Code e. A hidden input control with the name userid f. A password box form control with the name pword g. A form tag to invoke server-side processing using https://webdevbasics.net/scripts/demo.php and the post method. h. Save the page as myForm.html Note: make sure you give each input a name and an id.
Write the HTML page for a two-column table that contains the names of your friends and their birthdays. The first row of the table should span two columns and contains the following heading: Birthday List. Include at least two people in your table. 2. Create a web page about your favourite movie that uses a two-column table containing details about the movie. Use CSS to style the table border and background colour. Include the following in the table: • Title of the movie • Director or producer • Leading actor • Leading actress • Rating (G, PG, PG-13, NC-17, NR) • A brief description of the movie • An absolute link to a review about the movie • Place an e-mail link to yourself on the web page. • Save the page as movie8.html. Aim: Working with Forms 3. Write the HTML form webpage to create the following: a. A text box named user that will be used to accept the user name of web page visitors. The text box should allow a maximum of 30 characters to be entered. b. A group of radio buttons that website visitors can check to vote for their favourite month of the year. c. A select list that asks website visitors to select their favourite social networking site. d. A fieldset and legend with the text “Shipping Address” around the following form controls: AddressLine1, AddressLine2, City, Province, Postal Code e. A hidden input control with the name userid f. A password box form control with the name pword g. A form tag to invoke server-side processing using https://webdevbasics.net/scripts/demo.php and the post method. h. Save the page as myForm.html Note: make sure you give each input a name and an id. <form method=”post” action = “ “ > <lable for UserID <input type = “hidden” no hand and no image
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 6 images