Skip to content

Commit

Permalink
Update 11-balises.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-studio committed Apr 23, 2024
1 parent aeb639f commit 84b1438
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions 11-balises.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,16 @@ Exemple:
<html>
<head>
<title>My Page</title>
<meta charset="utf-8">
<meta name="description" content="A description of my page.">
<link rel="stylesheet" href="style.css">
<style>
h1 {
color: #424242;
}
h1 { color: #424242; }
</style>
<script src="https://jquery.com/base.js"></script>
</head>
<body>
<!-- Ici commence le contenu de la page -->
<h1>Welcome to my page!</h1>
</body>
</html>
Expand Down

0 comments on commit 84b1438

Please sign in to comment.