You are on page 1of 2

Comped2 Assignment 1 ‐ advanced 

3rd Trimester AY2017‐2018 
 
You will be creating a simple webpage for Assignment 1. Read through the instructions first 
before starting. 
 
Instruction Set 1:  Prepare your Website 
 
1.  Create a folder named Website1_Advanced 
2.  Inside the folder Website1, create another folder named Images 
3.  Add an Image of a place you want inside the Images folder (make sure size of image is within 
the myportal allowed limit.) 
 
Instruction Set 2: Add HTML file 
1.  Open your HTML Editor (Kompozer, Notepad++, or any appropriate HTML editor you have), 
then add new file. 
2. “Save as” the HTML file with filename:  index.html; and place it inside the Website1 folder 
 
Instruction Set 3:  Code your HTML file 
1.  Add the fundamental tags of HTML file(declaration, <html>, <head> and <body>) 
a. Add a title inside the head tag:  My Favorite Places 
 
2.  Work on the Body: 
a. Using the <h1> tag we learned about, add a heading: Places I Love. This will be your title 
for your content. 
b. Using the <p> tag, Add a simple description; 
c. Using the <img /> tag, add an image after the heading (use relative path). 
d. Using the <li> tag, create an unordered list of places you love. The list should have at 
least three items.  
e. Using the <a> tag, add a link in each item, pointing at the places you love. 
 
Instruction Set 4:  Test your work 
1.  Save your work 
2.  Open the index.html file in a browser 
3.  Fix if there are issues on the webpage 
 
 
 
Instruction Set 5:  Submission / Implementation 
1.  Place the folder Website1 in a zipfile. 
2.  Submit it using the filename:  FirstName_LastName_CompEd2Assign1 
 

You might also like