<html>
<head>
<script text="text/javascript">
function displayValentinesMessage()
{
document.getElementById("g
}
</script>
</head>
<body>
<h1> I Love You</h1>
<h2> I Miss you </h2>
<input type="button" onclick="displayValentines
<div id="greeting"></div>
</body>
</html>