Question: 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

1 Expert Approved Answer
Step: 1 Unlock

Webpage 1 html DOCTYPE html html head title My Webpage title style body backgroundcolor lightblue fontfamily Arial sansserif h1 fontsize 36px color na... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!