Jan's Illustrated Computer Literacy 101 Logo:Jegsworks Jan's Illustrated Computer Literacy 101


Home > Jan's CompLit 101 > Working with the Web > HTML & CSS Basics > Exercise Web 2-5
Icon: Arrow - Previous pagePrevious    NextIcon: Arrow - Next page

Jan's Working with the Web

   HTML & CSS Basics: Exercise Web 2-5

Now you can finish making Hector's page pretty.

Exercise Web 2-5:  Hector's Hobbies


Start with: Icon: Class USB , text editor, hector27-Lastname-Firstname.htm 

We left Hector's page with a lot of wasted space in the Hobbies section. You will use what you have learned to position those hobbies side-by-side, with the method of your choice.

  1. Open in your text editor the last version of Hector's page in the web project2 folder of your Class disk, hector27-Lastname-Firstname.htm
  2. Icon: Class USB Save As ex5-hobbies-Lastname-Firstname.htm to the web project2 folder on your Class disk.

    When asked, allow updating links. This keeps the pictures available when you open the page in a browser.

  3. Add HTML code and styles as you wish to place the last three of Hector's hobbies side-by-side, with Fishing in the middle. You can use a table or use CSS to create side-by-side DIVs. Put any styles in the internal style sheet.

    Hobbies - side by side

    Table method: (easier) You could use a table with one row and three columns.
    CSS method: (more flexible) You would need a container DIV and a DIV for each of the three hobbies. Set the position, width, height, left, top, and overflow properties as needed to put the hobbies side by side.

  4. New external style sheet: The external style sheet hchavez27-Lastname-Firstname.css includes a wide right margin for the class hobby that you don't need anymore. Open that CSS file and edit to change the right margin to just 10px and save with the name ex5-Lastname-Firstname.css. Edit the LINK tag in the web page to match.
  5. Add or modify styles as needed in @page and @media print in the internal style sheet to allow all of the hobby text to print while in Portrait orientation. There should be just two pages.
  6. Print Print.

Ex. Web 2-4 print-out