Css Microproject
Css Microproject
Css microproject
MICRO PROJECT
ON
Countdown Timer
Submitted To
2023-2024
TITLE OF PROJECT
Countdown Timer
Group Details:
TITLE OF PROJECT: Countdown Timer
Certificate
2201080088
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style> body {
background-color: #f1f1f1;
text-align: center;
} h1 {
color: #333;
} p{
font-size: 18px;
button {
background-color: #4CAF50;
color: white;
border: none;
cursor: pointer;
font-size: 16px;
button:hover {
background-color: #45a049;
#countdownDisplay {
font-size: 24px;
margin-top: 20px;
</style>
</head>
<body>
<br>
<br>
<div id="countdownDisplay">
document.getElementById('setEvent').addEventListener('click', function() {
clearInterval(countdown);
countdown = setInterval(function() {
if (distance <= 0) {
clearInterval(countdown);
return;
daysElement.textContent = days;
hoursElement.textContent = hours;
minutesElement.textContent = minutes;
secondsElement.textContent = seconds;
}, 1000);
});
</script>
</body>
</html>
Output:
Sincerely,
6 Report Presentation
(A) Process and Product Assessment (Convert above total marks out of 6 marks)
8 Presentation
9 Viva
(B) Individual Presentation /Viva (Convert above total marks out of 4 marks)
(A)
(B) Individual Presentation / Viva Total
Process and Product Assessment (6
(4 marks) marks 10
marks)
Dated Signature:-______________________________________________________________________
6 Report Presentation
(A) Process and Product Assessment (Convert above total marks out of 6 marks)
8 Presentation
9 Viva
(B) Individual Presentation /Viva (Convert above total marks out of 4 marks)
(A)
(B) Individual Presentation / Viva Total
Process and Product Assessment (6
(4 marks) marks 10
marks)
Dated Signature:-______________________________________________________________________