Mondher : Différence entre versions

De Design numérique
Aller à : navigation, rechercher
Ligne 2 : Ligne 2 :
  
 
<syntaxhighlight lang="html">
 
<syntaxhighlight lang="html">
<h1>coucou</h1>
+
<!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

Pad du cours

<!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>