HTML:
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="buttons" >
<li><pre><strong><a href="home.html">Home</a></strong> </pre></li>
</div>
</body>
CSS:
.buttons{
font-size:16px;
position:fixed;
bottom:217px;
left:183px;
}
Here is my code without any sound, how can I enter a sound on it?