Les standard du Web

Doctype:


HTML 4 Strict


Code HTML :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
<title>HTML 4 Strict</title>
</head>
<body>
<script></script><script></script></body>
</html>



HTML 4 Transitional


Code HTML :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
<title>HTML 4 Transitional</title>
</head>
<body>
<script></script><script></script></body>
</html>



HTML5


Code HTML :
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
 
<title>HTML5</title>
</head>
<body>
<script></script><script></script></body>
</html>



xHTML 1.0 Mobile


Code HTML :
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<title>XHTML 1.1</title>
</head>
<body>
<script></script><script></script></body>
</html>



xHTML 1.0 Strict


Code HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<title>XHTML 1.0 Strict</title>
</head>
<body>
<script></script><script></script></body>
</html>



xHTML 1.0 Transitional


Code HTML :
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<title>XHTML 1.0 Transitional</title>
</head>
<body>
<script></script><script></script></body>
</html>


xHTML 1.1


Code HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<title>XHTML 1.1</title>
</head>
<body>
<script></script><script></script></body>
</html>
Cette page a été consultée 1272 fois