La copie de code est la suivante:
<! Doctype html public "- // w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<adal>
<meta http-equiv = "contenu-type" contenu = "text / html; charset = utf-8" />
<Title> UNT intitulé Document </Title>
<script linguisse = "javascript">
words1 = "bienvenue";
maintenant = new Date ()
words2 = now.tolocalestring ();
drapeau = 0;
fonction flash ()
{
si (drapeau == 0)
{
window.status = words1;
drapeau = 1;
}
autre
{
window.status = word2;
drapeau = 0;
}
setTimeout ("flash ()", 2000);
}
</cript>
</ head>
<body onload = "flash ()">
Contenu de la page Web
</docy>
</html>