Skip to content

Instantly share code, notes, and snippets.

@hasan-shaikh12
Forked from chrisvfritz/index.html
Created November 29, 2023 07:00
Show Gist options
  • Select an option

  • Save hasan-shaikh12/6e058605c38eac9c22ca20d357abb44a to your computer and use it in GitHub Desktop.

Select an option

Save hasan-shaikh12/6e058605c38eac9c22ca20d357abb44a to your computer and use it in GitHub Desktop.

Revisions

  1. @chrisvfritz chrisvfritz created this gist Nov 18, 2014.
    9 changes: 9 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    <!doctype html>
    <html>
    <head>
    <title>This is the title of the webpage!</title>
    </head>
    <body>
    <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
    </body>
    </html>