repo for github demo
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

14 líneas
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>