<!DOCTYPE html>
<html>
<head>
<title>JavaScript Clock</title>
<link href="script05.css" rel="stylesheet">
<script src="script05.js"></script>
</head>
<body>
<div class="centered">
<h2 id="showTime"> </h2>
Display 24-hour Clock?
<input type="radio" name="timeClock" id="show24" checked><label for="show24">Yes</label>
<input type="radio" name="timeClock" id="show12"><label for="show12">No</label>
</div>
</body>
</html>