Outils pour utilisateurs

Outils du site


tech:notes_html

Ceci est une ancienne révision du document !


Table des matières

Notes HTML

Exemples

apt-get install w3c-markup-validator tidy

XHTML5

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr" dir="ltr">
<head>
	<title>Titre de la page</title>
	<link rel="shortcut icon" href="/favicon.ico" /> 
	<link rel="stylesheet" href="styles/main.css" type="text/css"/> 
	<meta name="description" content="Bref description de la page"/> 
	<meta name="category" content="flog,games,movies"/> 
</head>
 
<body>
	<div id="root">
		<p>Hello World !</p>
	</div>
 
</body>
</html>

EDI

  • Atom
  • Bluefish
tech/notes_html.1746471940.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki