<html>
<head>
<script type="text/javascript">
function singASong(){
var paroleProfonde = "Around the world";
var title = "<h3>" + paroleProfonde + "</h3>";
var song = title;
for(var i=1; i<73; i++){
song += paroleProfonde + ", " + paroleProfonde.toLowerCase() + "<br/>";
(i % 4 == 0)? song += "<br/>" : null;
}
document.getElementById("song").innerHTML = song;
}
</script>
</head>
<body onload="javascript: singASong();">
<div id="song"></div>
</body>
</html>
Canzone scritta da A.
Nessun commento:
Posta un commento