Actions

« Julie2022 » : différence entre les versions

De Design numérique

Julie (discussion | contributions)
Julie (discussion | contributions)
 
Ligne 1 : Ligne 1 :
=AFFICHE HTML2PRINT=
<syntaxhighlight lang="html">
 
Code:
<syntax highlight lang="html">
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
Ligne 27 : Ligne 24 :
     </body>
     </body>
</html>
</html>
</syntax>
</syntax>

Dernière version du 22 octobre 2021 à 15:00

<syntaxhighlight lang="html"> <!DOCTYPE html> <html>

  <head>
   <meta charset="utf-8">
   <title>affiche</title>
   <link href="styles.css" rel="stylesheet">
   <script src="script.js"></script>
  </head> 
  <body>
       <section>
       </section>
   </body>

</html>

</syntax>