html-css

Session on HTML and CSS, markup languages used for creating websites.

View the Project on GitHub dhsouthbend/html-css

Commands for new folder and file

After opening the terminal:

cd ~/Desktop/projects
mkdir website
cd website
code index.html

«< Back