How to Make a Webpage

These are instructions for creating a webpage.

HTML

First you create the html file.

  1. Create index.html
  2. Add tags to html file
  3. Run server and check

CSS

Then you create the css content.

  1. Create style.css file
  2. Link html file to the css file
  3. Add some rules to the css file
  4. Refresh page