Animal Page

Directions


You need to choose your favorite type of animal and make a page about it. You need to format your page using only Interal CSS (Styles).



  1. Create a new file in your assignments folder named myanimal.html.

  2. Then find a website with information about an animal (of your choice) and make a page about it.

  3. Please use all internal CSS (Styles) to format your page similar to the example below.

  4. Use a wildcard selector (*) to make all text be arial.

  5. Use a div tag (that will be around your entire page. Set the background color to white, width to 80%, padding 10 px, margin-left: auto and margin-right: auto

  6. Set the background color (of body tag) to another color

  7. Set each of the h1, h2, h3 and p selectors to include colorful text and background colors (must be able to read the text).

  8. Save at least one picture to your images folder and add it to your page on the right.

  9. Add an unique picture border (using shorthand).

  10. At the bottom include: “Made by Your Name and the current date.

  11. Also on that same line make a link to the page(s) you found your information.

  12. Raise your hand and ask your teacher to grade your assignment on screen.


Example

Example