ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" /> <title>Starbuzz Coffee Beverages</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Actor" type="text/css" /> <style type="text/css"> div { text-align: center; } </style> </head> <!-- THE BODY --> <body> <h1 style="font-family: Trebuchet MS"> Starbuzz Coffee Beverages =) </h1> <h2>House Blend, $1.49</h2> <p>A smooth, mild blend of coffees from Mexico, Bolivia and Guatemala.</p> <h2>Mocha Cafe Latte, $2.35</h2> <p>Espresso, steamed milk and chocolate syrup.</p> <h2>Cappucino, $1.89</h2> <p>A mixture of espresso, steamed milk and foam.</p> <h2>Chai Tea, $1.85</h2> <p>A spicy drink made with blank tea, spices, milk and honey.</p> <p id="houseblend"> A smooth, mild blend of coffees from Mexico, Bolivia and Guatemala.</p> <hr /> <div id="footer"> <a href="http://apple.com/mac/"> <img src="image/mwmac.png" alt="made on a mac" /> </a> <br /> © Afiq Zulkifly <br /> <a href="http://afiq.org/">Home</a> | <a href="elixir.html">Elixir</a> | <a href="lounge.html">Lounge</a> | <a href="http://validator.w3.org/check?uri=referer" title="W3C Validation">XHTML</a> <!-- <br /> <a href="http://validator.w3.org/check?uri=referer" id="validation"> <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /> </a> --> </div> </body> </html>