Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using HTML, create a webpage #1 (chose any title you like) that has the following elements: Webpage has a title Displays three types of headings
Using HTML, create a webpage #1 (chose any title you like) that has the following elements:
- Webpage has a title
- Displays three types of headings
- Webpage has some text in the body of the page (add any information you want)
- Displays an image
- Colored background (pick any color you like)
- Use a hyperlink to another page
- Use at least two different types and size of fonts
- Upload the file to the server (in your home folder/public_html) and provide URL to it (URL will have this format http://students.hi.gmu.edu/~
/some_file.html). See video lecture in C9. - Using HTML create a simple webpage #2 (chose any title you like) that has:
- Webpage has title
- Webpage has a table - add minimum 3 columns and 5 rows. Invent some data and add in the table.
- Table has borders
- Upload the file to the server and provide the URL to your web page (see instructions above).
- For the table exercise at question number 2 add two level headings. Using CSS create a separate file with a stylesheet and link it to the web page #2. The CSS should have different style for each level heading and table.
- Using HTML, create a form that asks for first name, last name, email address, and comments/feedback. The comments box should be large enough to enter 1-2 paragraphs of text. Upload the file to the server and make sure it works; provide URL to your web page.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Webpage 1 html DOCTYPE html html head title My Webpage title style body backgroundcolor lightblue fontfamily Arial sansserif h1 fontsize 36px color na...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