page vide – structure de code minimale d’une page web HTML5
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link rel="shortcut icon" type="image/ico" href="img/favicon.gif" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title> titre </title> </head> <body> </body> </html>