Première sauvegarde sur git
On va voir si ça marche
This commit is contained in:
40
.history/template_20251107093602.html
Normal file
40
.history/template_20251107093602.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<u>text souligné</u> <br>
|
||||
<a href="#top">lien vers</a>
|
||||
<h1>titre</h1>
|
||||
<h2>titre</h2>
|
||||
<h3>titre</h3>
|
||||
<h4>titre</h4>
|
||||
<h5>titre</h5>
|
||||
<h6>titre</h6>
|
||||
<div>
|
||||
<p>autres contenus</p>
|
||||
</div>
|
||||
<strong>Plus d'informations :</strong>
|
||||
<a href="https://developer.mozilla.org/fr/docs/Web/HTML/Reference/Elements/div">MDN Firefox (DIV)</a><br>
|
||||
( élément de division du contenu )
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Index</title>
|
||||
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
Hello je suis <a href="./sous-dossier/sous-sous-dossier/">Camille</a>
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user