רבכע רבעמב ספוט רותפכ יוניש

<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<style>
.bigChange {color:blue; font-weight:bolder; font-size:175%;
letter-spacing:4px; text-transform: uppercase; background:yellow}
.start {color:yellow; background:blue}
</style>
<script LANGUAGE="JAVASCRIPT">
function highlightButton(s) {
if ("INPUT"==event.srcElement.tagName)
event.srcElement.className=s
}
</script>
<link rel="stylesheet" href="liora3.css">
</head>

<body >

<form NAME="highlight"
onmouseover="highlightButton('start')" onmouseout="highlightButton('')">
<div align="center"><center><p>
<input type="button" Value="העבירו עכבר עלי..אופס...">
</p>
</center></div>
</form>

</body>
</html>