Copy link to clipboard
Copied
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A4P3 Alex Argueta</title>
<link href="a4p3.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<h1>The Full Cup of Coffee</h1>
<nav><a href="#" title="Home">Home</a><a href="#" title="About">About</a><a href="#" title="Stores">Stores</a><a href="#" title="Coffees">Coffees</a><a href="#" title="Shop">Shop</a><a id="thispage" href="#" title="Entertainment">Entertainment</a><a href="#" title="Jobs">Jobs</a></nav>
</header>
<h2>Entertainment</h2>
<p><img id="musicpic" src="musicncoffee.jpg" alt="Musical entertainment at the coffee house">Here at the "Full Cup", you not only get the best coffee drinks and snacks in town, but you also get an opportunity to experience some of the fine local entertainment that your area has to offer. From live bands to poetry readings, to open microphone, we offer a wide variety of entertainment for you.</p>
<p>Below you will find our weekly schedule of entertainment.</p>
<caption>Weekly Entertainment Schedule</caption>
This is the CSS part, also the CSS is in a different file.
caption {
font-weight: bold;
margin-bottom: 5px;
text-align: center;
}
<table id="database">
<tr>
<th>Day</th>
<th colspan="2">9am - 1pm</th>
<th colspan="2">1pm - 6pm</th>
<th>6pm - close</th>
</tr>
<tr>
<td>Sun-Mon</td>
<td colspan="4">In store music</td>
<td>Live local jazz</td>
</tr>
<tr>
<td>Tue-Thur</td>
<td rowspan="2" colspan="3">Children's book readings</td>
<td>Open mic poetry</td>
<td>Open mic rap</td>
</tr>
<tr>
<td>Fri-Sat</td>
<td>In store music</td>
<td>Live world music</td>
</tr>
</table>
<p>The above schedule is subject to change without notice. Visit your local "Full Cup" for more details.</p>
<footer>Copyright "Full Cup Of Coffee", all rights reserved.<br />Web site design by Alex Argueta</footer>
</body>
</html>
Copy link to clipboard
Copied
Is this question related to Adobe's RoboHelp product? If not, you are
asking in the wrong place.