Question
Aim: Working with Tables 1. Write the HTML page for a two-column table that contains the names of your friends and their birthdays. The first
Aim: Working with Tables
1. 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 page 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
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started