Advertisement
Guest User

ÜBUNG

a guest
Apr 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Erste Seite</title>
  4. </head>
  5. <body>
  6.  
  7.  
  8. <p>This is a Paragraph.</p>
  9. Das ist eine Uebung von David Vonic
  10. <img src="buch.png" style="width:100px;height:100px;">
  11.  
  12. <ul>
  13.     <li>Besser HTML verstehen
  14.     <li>Leichter lernen
  15.     <li>Kartoffelbrei
  16. </ul>
  17. </br>
  18. <ol>
  19.     <li>Ja
  20.     <li>Auf jeden Fall
  21.     <li>Unbedingt
  22. </ol>
  23.  
  24. <h1> UEBERSCHRIFT1 </h1>
  25.  
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement