repo for github demo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
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>