This is a basic HTML document to review basic HTML skills learned in CS208. The purpose of this project is to utilize the styles and implement good HTML markup practices to replicate the structure of the letter provided in the Lab2 homework assignment.
-
To run website, click on the green button above labeled "Code" and copy the URL under HTTPS.
-
Open GitBash and navigate to a repository/folder where you would like to hold this repository.
-
Run the following command with the URL you copied.
$ git clone [URL]- Open VScode (or other platform), Click on File -> Open Folder, and find the location of the copied repository and open it.
- Click on index.html, right-click on the same file and click "Show preview." This should open the website to the right. You can also copy the URL and paste it into your browser.