Wednesday, September 15, 2010

Nevermind, its brown now.

Had to change my color, so now I'm gonna research and make a website about brown.

My color to research: ORANGE

I'm going to make a website about the color orange for the next assignment.


Linked Haiku html

Our next assignment was to create a 3 page website that depicted the haiku poem we picked in the last assignment. I decided to keep my design simple and clean and use color cues to show the links.






Wednesday, September 8, 2010

Haiku in html

The code:

 <html>
<title>A Haiku Illustrated</title>



<!--  The Poem  -->

<body bgcolor="red">
<p style="text-align:center; font-size:30">To be a <a style="color:white">mistress</a> </p>
</br></br></br></br></br>
<p style="text-align:center; font-size:45">Is enough to <a style="color:white">tame</a> me</p>
</br></br></br>
<p style="text-align:center; font-size:30">and</p>
</br></br>
<p style="text-align:center; font-size:20">I cut
</br></br></br>a
</br></br>
<em><a style="color:white; font-family:verdana; font-size:60">watermelon</a></em>.</p>


</body>
</html>