Revision: 78208
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 9, 2019 07:02 by ogrebattle
Initial Code
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link ref="stylesheet" href="style.css"> <!--indiquer le chemin complet vers le fichier feuille de style--> <title>Titre</title> <!--le titre qui apparait dans l'onglet du navigateur--> </head> <body> <h1>Gros titre niveau 1</h1> <div><p>ceci est un paragraphe</p> </div> <h2>Titre de niveau 2</h2> <div><p>ceci est un paragraphe</p> <img src:"https://www.thecatconnection.com/resources/wp-content/uploads/2015/10/Vintage-Halloween-Postcards-3.jpg" width="320px" height="198px"></div> </body> </html>
Initial URL
Initial Description
example de structure html élémentaire
Initial Title
Page HTML de base
Initial Tags
html
Initial Language
HTML