Buttons
Lesson 4 of 10 in Coddy's Stopwatch - HTML/CSS/JS Project course.
Challenge
EasyBelow the paragraph you just added, add a div with the class attribute buttons and inside it, add two buttons:
- Button with the text
Startand the idstartStop - Button with the text
Resetand the idreset
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