2.0: Getting Started
Last updated
Last updated
In this module we'll set up files and folders for the prework for HTML & CSS.
Create a folder where you would like to keep your work for this class, it's best to make this in your C drive.
We'll continue setting up the structure for our PreWork by adding files to the folders now.
Inside the DotNetProjects
folder, create a folder called HTMLCSSPreWork
.
Inside the HTMLCSSPreWork
folder, create a folder called 1-HTML-Basics
.
Go into the 1-HTML-Basics
folder and add the following files, noting that each file has an extension of .html
. Make sure that you are adding the files inside of the 1-HTML-Basics
folder:
Next, we'll scaffold out the files for CSS lessons. Please note that the extensions will alternate between .css
and .html
. 1. Inside the HTMLCSSPreWork
folder, create a folder called 2-CSS-Basics
. 2. Add the following files inside fo that new folder: