W3.CSS Template
Open from 6am to 5pm
the
Cafe
15 Adr street, 5015
ABOUT THE CAFE

...

...

"Use products from nature for what it's worth - but never too early, nor too late." Fresh is the new sweet.

Chef, Coffeeist and Owner: Liam Brown

Opening hours: everyday from 6am to 5pm.

Address:>>>>>>>>

WHERE TO FIND US

Find us at some address at some place.

FYI! We offer full-service catering for any event, large or small. We understand your needs and we will cater the food to satisfy the biggerst criteria of them all, both look and taste.

Reserve a table, ask for today's special or just send us a message:

Syntax Hide and Show





<script type="text/javascript">
function Hide()
{
document.getElementById("p1").style.display="none";
}
function Display()
{
document.getElementById("p1").style.display="block";
}
</script>

<input onclick="Hide()" type="button" value="Hide text" />

<div id="p1">
Your text here.</div>


<input onclick="Display()" type="button" value="Show text" />