Salve mi escono questi errori nel codice dalla home page del domnio di secondo livello con altervista www.poesieracconti.com nella convalida dal sito w3c. Mi sapreste dire come risolvere, grazie...
Error Line 11, Column 50: there is no attribute "FRAMEBORDER"
…rameset rows="100%,*" cols="100%" frameborder="no" framespacing="0" border="0">
Error Line 11, Column 68: there is no attribute "FRAMESPACING"
…rameset rows="100%,*" cols="100%" frameborder="no" framespacing="0" border="0">
Error Line 11, Column 79: there is no attribute "BORDER"
…rameset rows="100%,*" cols="100%" frameborder="no" framespacing="0" border="0">
COdice HTML pagina
Codice HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="shortcut icon" type="image/x-icon" href="http://poesieracconti.altervista.org/favicon.ico">
</head>
<frameset rows="100%,*" cols="100%" frameborder="no" framespacing="0" border="0">
<frame name="XYZZY2" scrolling="auto" src="http://poesieracconti.altervista.org" noresize>
<frame name="XYZZY" scrolling="no" noresize>
<noframes>
<h1><a href="http://poesieracconti.altervista.org">http://poesieracconti.altervista.org</a></h1>
<p><a href="http://poesieracconti.altervista.org">Clicca qui</a> per vedere la versione senza frames.</p>
</noframes>
</frameset>
</html>