A step-by-step guide to set up html and css on your local machine using vscode
New folder for every project (Project Name in small letters)
Inside the project folder
VS code as Run as Administrator
Open folder (Select the Project folder)
Create index.html
Create style.css
Go to index.html and create Default HTML code
(Type html5 and Enter)Change title name (Project name)
Example: Google, Netflix.link favorite icon (favicon) Local image or Network image
link style.css
(Optional) link Fontawesome or Bootstrap Etc…
create header, main and footer (Always for any Project)
In HTML Create tags (div, img…etc)
Always give class name for div’s
We can style in css for Tag, class and ID