programming-examples/css/Begin element.html
2019-11-15 12:59:38 +01:00

20 lines
511 B
HTML

<html>
<head>
<style>
.time{ behavior: url(#default#time2);}
</style>
</head>
<body bgcolor="pink">
<span class=time style="color:red;" begin="0" dur="3"
timeaction="display">
<h3>Love Sayings</h3>
<p>A man reserves his true and deepest love not for the species of woman<br>
in whose company he finds himself electrified and enkindled,<br>
but for that one in whose company he may feel tenderly drowsy.<br><br>
George Jean Nathan .</p>
</span>
</body>
</html>