Here is an example of a minimum page structure.
<!doctype html>
<html lang='fr'>
<head>
<meta charset='utf-8'>
<title>Modèle minimal</title>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/
jquery.min.js'></script>
<script type='text/javascript' src='script.js'></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
</body>
</html>
[print-me target= »pre » alt= »Click to print »]
x
<!doctype html>
<html lang='fr'>
<head>
<meta charset='utf-8'>
<title>Modèle minimal</title>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/
jquery.min.js'></script>
<script type='text/javascript' src='script.js'></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
</body>
</html>
Publier 2 novembre 2013 par
dans HTML5 – Structure de base
Commentaires fermés sur HTML5 – Basic Structure