Create a web page that looks like the sample.

  1. The background color is #ffffdb
  2. Create a heading using GIMP
  3. Use these these images:      
  4. Create a table
  5. The bullets are called an unordered list. The code looks like this:

<ul>

<li>Text goes here</li>

<li>Text goes here</li>

</ul>

 

 

Sample