<html>
<body>
Your time zone is: <span id="timezone">Eastern</span>
</body>
</html>
The span element is a inline level container for child elements.
The span element allows a run of text to be styled using CSS, or accessed from JavaScript.
A live example:
N of