Introduce Yourself
An About page for yourself as a web developer.
Skills:Process
- Create a new Digitech folder on your laptop
- Open that new folder in Visual Studio Code
- Create a new file in that folder called
about.html
- Write the the basic HTML template code into the file
- Open the same file in a browser to see your web page
- Create a new file in the same folder called
style.css
- Write some basic CSS code to style your page
- Link to the CSS page in the HTML page with
<link rel="stylesheet" href="style.css">