0% found this document useful (0 votes)
29 views2 pages

Ex 2

Uploaded by

Nhek Vibol
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

Ex 2

Uploaded by

Nhek Vibol
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<html>

<head>
<title>Jake's coffee shop</title>
</head>
<body>
<h1>Jake's Cofee Shop</h1>
<a href="table.html" target="right">Home</a>
<a href=#>Menu</a>
<a href=#>Music</a>
<a href=#>Job</a>
</br>
<p>Come in adn experience...</p>
<img src="image/12.jpg" width="200" height="200"></img></br>
<ul type="Disc">
<li>Specialy Coffee and Tea </li>
<li>Freshly made sandwiches </li>
<li>Bagels, Muffins, and Organic Snacks</li>
<li>Music and Poetry Readings</li>
<li>Open mid nights</li>
<li>...</li>
</ul>
<p>23 Pine Road</br> Nothingham, NG1 5YU </br>0115 9324567</p>
<p> Copyright c 2011 jake's Coffee House</p>
<a href=#>[email protected]</a>
</br>

<table border=4 bordercolor="Red" width=40%>


<tr>
<td>A</td>
<td>B</td>
<td>C</td>
</tr>
<tr>
<td>D</td>
<td>E</td>
<td>F</td>
</tr>
</table>
</br>
<table border=4 bordercolor="Blue" width=40%>
<tr>
<td>A</td>
<td>D</td>
</tr>
<tr>
<td>B</td>
<td>E</td>
</tr>
<tr>
<td>C</td>
<td>F</td>
</tr>
</table>
</br>
<table border=4 bordercolor="Blue" width=40%>
<tr>
<td colspan=3>Title goes here</td>
</tr>
<tr>
<td>A</td>
<td>C</td>
<td>E</td>
</tr>
<td>B</td>
<td>D</td>
<td>F</td>
<tr>
</tr>
</table>
</br>
<table border=1 bordercolor="Blue" width="40%" cellspacing=0>
<tr>
<td rowspan=3>Title goes here</td>
<td>A</td>
<td>D</td>
</tr>
<tr>
<td>B</td>
<td>E</td>
</tr>
<tr>
<td>C</td>
<td>F</td>
</tr>
</table>
</body>
</html>

You might also like