HTML Project
For this project I needed to create a 3 page with HTML by following requirements below:
Step 1. Create a folder in your computer. All created HTML files including images should be in this folder.
Step 2. Create following html pages using NotePad (PC) or TextEdit(Mac)
- Page 1: HOME PAGE (50 POINTS)
- Title should read “Home Page”. Use <title> tag.
- Write a sentence welcoming your visitors
- Change color of the page to your choice. Example, Use <body bgcolor=”#E6E6FA”>
- Bold a text and change color of a sentence or at least a word.
- Use <hr> to add at least one line between your objects
- Include an image of your choice (either local image or an image URL). If local image is used, make sure to include that in the folder.
- Create 3 hyperlinks:
- Hyperlink on a text: This link should take you to your Page 2: About Me
- Hyperlink on a text: This link should take you to your Page 3: Contact Me
- Hyperlink on an image: This link should take you to an external link (school website)
- Page 2: ABOUT ME (25 POINTS)
- This page should have “ABOUT ME” title
- It should contain at least one line break (use <hr> tag)
- It should contain at least one header (h1 …. h6)
- Change the color of a heading
- It should also contain a list, use <ul> or <ol>
- It should contain a text based hyperlink to HOME PAGE. Example, click here to go to Home Page
- Page 3: CONTACT ME (25 POINTS)
- This page should have “CONTACT ME” title
- This page should contain an email link (mailto)
- It should contain at least one line break (use <hr> tag)
- It should contain part of the text emphasized (italic) (use the <em> tag
- It should contain a text based hyperlink to HOME PAGE. Example, click here to go to Home Page

