1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2: <html><head>
3: <link rel="stylesheet" type="text/css" href="../style/styles.css">
4: <link rel="stylesheet" type="text/css" href="../style/scroll.css">
5: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6: <style type="text/css"><!--
7: body { background:transparent;margin-top:5px;margin-left:10px;margin-right:10px;}
8: --></style>
9: </head>
10: <body>
11: Velkommen
12: </body>
13: </html>
Din doctype erklæring mangler en URL. Prøv med:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd">