Due: Sept 22nd – 11:59pm
INTE/CMPS 2263 Assignment 1
Be sure to complete all parts of this assignment (there are four!) If you need clarification, view the example.
http://inte2263fall2020.webcoursespace.com/examples/as1/index.html
Part 1 – Instructions
– Create a folder called ‘as1’. Save all your work for this assignment in the folder. – Create an HTML page. Save this as ‘index.html’ in the folder you just made.
– Place your name and the name of your home town in the
It should look like this:
– Add at least two facts about the town/city. Use 2 separate
tags It should look like this:
Some Words….
Some more Words…
– Add an ‘images’ folder.
– Place an image of yourself in the folder.
– Embed the image to the HTML page. Set the width of the image to be 500px.
– Find an image of your town/city online. Embed this external image on your page. Set the image width to be 500px.
– Include 2 links. One that goes to the course webpage, the other goes to the page you will make in Part 2 (it will be called favourite-sport.html).
Part 2
– Create an HTML page. Save this as ‘favourite-sport.html’. – Give it the title ‘Sport’.
– Write what the sport is in an H3 heading. (Example: Rowing) – Embed an image of the sport. Use an external image.
– Set the width of the image to be 300.
– Link the image to the Wikipedia entry about it.
– Finally add a link to ‘ui-example.html’. Make the link read: ‘Examples of good and bad design’
Part 3
– Create a new HTML page. Save this as ‘ui-examples.html’. – Give it a
– Below that add the following in bold. “Web Design Examples” – Insert a 2×2 table
– In the top row, the left column should read Favorite Interface. (It should be in italics)
– In the top row, the right column should read Least Favorite Interface. (It should be in italics)
– In the boxes below put in screen shots of your favorite website design, and your least favorite website
design. The width of each image should be 400px. The images should be saved in the image folder you made in Part 1
Part 4
– Upload to your FTP account.
– Using the method taught in class, visit the site you just uploaded and check for errors.