Introduce Yourself

An About page for yourself as a web developer.

Skills:
0.14285714285714285%

Process

  1. Create a new Digitech folder on your laptop
  2. Open that new folder in Visual Studio Code
  3. Create a new file in that folder called about.html
  4. Write the the basic HTML template code into the file
  5. Open the same file in a browser to see your web page
  6. Create a new file in the same folder called style.css
  7. Write some basic CSS code to style your page
  8. Link to the CSS page in the HTML page with <link rel="stylesheet" href="style.css">