Sebuah deklarasi DOCTYPE mengacu pada aturan untuk bahasa markup, sehingga browser membuat konten dengan benar.
Contoh :
Sebuah dokumen HTML dengan DOCTYPE HTML 4.01 Transisi :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
sumber : klik disini
0 comments:
Post a Comment