the web workshop

Remember to save all files in your webworkshop folder system.

exercise MyPP

  1. Put an image of yourself on your index.html page
  2. Add text: Your name and a brief description of yourself.

exercise MyPP

  1. Create a new page call it contact.html.
  2. Give it a heading and a title
  3. Create a table with your street address, city, province/state, country, phone number and email.
  4. Link both pages so that users can click hypertext to go back and forth between the pages.
  5. Add a new image to your second web page and use that image to create an internal link to the index.html page.You'll have to think about this one or look up the solution on w3schools.com
  6. Save the file.

exercise MyPP

  1. Create a new page call it education.html.
  2. Give it a heading and a title
  3. Add an unordered list of your past education
  4. Create an absolute link to one of your past schools. If you don't have a link, then link to fanshawec.ca
  5. Save the file
  6. Create a link from index.html to education.html.

exercise MyPP

  1. Create a new page call it employment.html.
  2. Give it a heading and a title
  3. Add an ordered list of your past employment
  4. Create an absolute link to one of your past employers
  5. Add a comment (in the code) anywhere on the page. This will not be visible when viewing in a browser
  6. Save
  7. Create a link from index.html to employment.html.

 

exercise MyPP


  1. View in browser and check that all of the links to the 4 pages you created work, as well as the absolute link .
  2. Make sure it all works. Fix it if it does not work

This workshop is brought to you by jdwwebdesign.com

Please feel free to contact us with any comments and/or concerns about this workshop