Paragraph
Lesson 3 of 10 in Coddy's Stopwatch - HTML/CSS/JS Project course.
Challenge
EasyInside the container, add a paragraph tag with the text 00:00:00 and id attribute of stopwatch.
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>All lessons in Stopwatch - HTML/CSS/JS Project
1Introduction
Overview