Hacker News new | ask | show | jobs
by djrconcepts 4579 days ago
Start Here.

Step 1) open a text editor.

Step 2) paste in the following code.

<!doctype html>

<html>

  <head>

    <title>my first website</title>

  </head>

  <body>

    <p>hello world</p>

  </body>
</html>

Step 3) save the file as index.html

Step 4) open the file in your internet browser.