How to Code a Basic Website – Refactoring HTML, CSS, and JavaScript [Part 9]

by | Jul 4, 2021 | 0 comments

How to Code a Basic Website – Refactoring HTML, CSS, and JavaScript [Part 9]

by | Jul 4, 2021 | CSS Tips and Tricks | 0 comments



In this ninth tutorial video for how to code a basic website, we learn how to refactor our code.

We cover how to make a website load more efficiently in a browser and clean up our code while producing the same result for our visitors. Also, we’ll learn how to use JavaScript to pull in different pieces of our website to avoid duplicating our HTML and CSS code in multiple locations.

Project Files – https://tutmo.com/resources/

source