Untitled
unknown
plain_text
2 years ago
749 B
6
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I Love You, Suparna</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>I Love You, Suparna!</h1>
<img src="heart.jpg" alt="Heart">
<p>Every moment with you is like a beautiful dream come true. I cherish you more than words can say.</p>
<button id="playButton">Play Our Song</button>
<audio id="loveSong">
<source src="love-song.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
</div>
<script src="script.js"></script>
</body>
</html>
Editor is loading...
Leave a Comment