Mondher : Différence entre versions
Ligne 2 : | Ligne 2 : | ||
<syntaxhighlight lang="html"> | <syntaxhighlight lang="html"> | ||
− | < | + | <!DOCTYPE html> |
+ | <html> | ||
+ | <head> | ||
+ | |||
+ | <meta charset="utf-8"> | ||
+ | <title>scroll2</title> | ||
+ | <link rel="stylesheet" href="styles.css"> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | |||
+ | <!--header> | ||
+ | |||
+ | </header> | ||
+ | <main> | ||
+ | |||
+ | </main> | ||
+ | <footer> | ||
+ | |||
+ | </footer--> | ||
+ | |||
+ | <section id="main"> | ||
+ | <div id="content"> | ||
+ | <div id="subcontent"> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </section> | ||
+ | <script src="script.js"></script> | ||
+ | </body> | ||
+ | </html> | ||
</syntaxhighlight> | </syntaxhighlight> |
Version du 15 octobre 2021 à 08:56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>scroll2</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!--header>
</header>
<main>
</main>
<footer>
</footer-->
<section id="main">
<div id="content">
<div id="subcontent">
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>