First page Back Continue Last page Image

Example Code

<!DOCTYPE html>

<html>

<head>

<title>Time Zones</title>

<script src="script04.js"></script>

</head>

<body>

<h3>Our office hours are 9:00 am to 5:00 pm, Monday through Friday, at each of our locations. It is now</h3><ul>

<li><span class="tz-8"> </span> in San Francisco</li>

<li><span class="tz-5"> </span> in New York</li>

<li><span class="tz-0"> </span> in London</li>

<li><span class="tz+7"> </span> in Hong Kong</li></ul>

</body>

</html>