repo for github demo
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

14 Zeilen
310 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>This is the title of the webpage!</title>
  5. </head>
  6. <body>
  7. <p>
  8. This is an example paragraph. Anything in the <strong>body</strong> tag
  9. will appear on the page, just like this <strong>p</strong> tag and its
  10. contents.
  11. </p>
  12. </body>
  13. </html>