HTML 4.01 Strict

Html code posted by Jianlin
created at 12 Sep 00:11

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
   
<html>
    <head>
        <title>HTML 4.01 and CSS Template</title>
        
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

        <style type="text/css">

            body { font: 16px Verdana, sans-serif }
            #oneDiv { width: 300px; height: 200px; border: 6px dashed orange; margin: 20px 0 }
            #validationSection img { border: 0 }
            
        </style>
        
    </head>
    
    <body>
    
        <div id="oneDiv">
            some content
        </div>

        <div id="validationSection">

            <a href="http://validator.w3.org/check?uri=referer"><img 
                src="http://www.w3.org/Icons/valid-html401"
                alt="Valid HTML 4.01 Strict" height="31" width="88"></a><a 
                href="http://jigsaw.w3.org/css-validator/check/referer"><img 
                style="border:0;width:88px;height:31px;margin-left:3px"
                src="http://jigsaw.w3.org/css-validator/images/vcss"
                alt="Valid CSS!"></a>  
                          
        </div>


        
1.19 KB in 3 ms with coderay