Advertisement
reza0310

Devoirs HTML 04/02/2020

Feb 3rd, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="fr">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <title>Travail</title>
  7. <link href="CSS1.css" media="all" rel="stylesheet" type="text/css" />
  8. </head>
  9.  
  10. <body>
  11. <h1>Choix numéro 1</h1>
  12. <ul>
  13. <li class="corps">HTML</li>
  14. <li class="corps">CSS</li>
  15. <li class="corps">JAVASCRIPT</li>
  16. <li class="corps">PHP</li>
  17. <li class="corps">PYTHON</li>
  18. </ul>
  19.  
  20. <h2 class="titre_1">Choix numéro 2</h2>
  21. <ol>
  22. <li class="Han">Maths</li>
  23. <li class="Han">Informatique</li>
  24. <li class="Han">Physique</li>
  25. <li class="Han">Philosophie</li>
  26. </ol>
  27.  
  28. <a href="https://images.google.com/" target = "_blank"><img src="https://i0.wp.com/www.reachconversion.fr/wp-content/uploads/2019/04/trouver-image-libre-de-droit-google.jpg" alt="Snow" style="width:600px; height: 300px"></a>
  29. </img>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement