HTML and CSS Reference
In-Depth Information
Street.
</p>
<p>
To celebrate this new opening we're giving all of our
customers the chance to get 10% off their next order. Just
mention this post when placing your order.
</p>
14. Now create two more articles to go underneath the one you just added. I have provided two examples here
that you might want to use, or you could come up with your own.
<article>
<header>
<h1>Joe's Pepperoni Special Named New York's Best Pizza
</h1>
<p>
Posted on
<time datetime="2013-10-18">18th October 2013</time>.
</p>
</header>
<div>
<p>
We are very happy to announce that one of our pizzas has been voted
the best pizza in New York. Our Joe's Pepperoni Special is a favorite
amongst our customers and we would like to thank everybody that voted for
us.
</p>
<p>
As an extra thank-you we are giving everybody 20% off a Joe's Pepp-
eroni Special pizza for the next 2 weeks. Just quote the promo code
NYBESTPIZZA when placing your order.
</p>
</div>
</article>
<article>
<header>
<h1>Joe's Wins Annual Basketball Game</h1>
<p>
Posted on
<time datetime="2013-10-12">12th October 2013</time>.
</p>
</header>
<div>
<p>
On Saturday we geared up for our annual basketball game with local
rivals, Antonio's Pasta. It was a close game but we just managed to clinch
it at the end with a basket from none other than Joe Balochio himself. The
game ended 94-89.
</p>
</div>
</article>
Search WWH ::




Custom Search