Codecademy

Codecademy is a website that offers courses for many different programming languages. They have several tutorials that cover HTML and CSS. In these tutorials we learned about the different elements of HTML and CSS. We went through how to put these elements together and make basic webpages with them. These tutorials helped provide a base for us to get an understanding of how to code with HTML and CSS.

The lessons start off with the very basics of HTML. We learned how to set up a basic HTML doc and began adding some text. Each lesson builds off the previous one, teaching more elements that you can add to a webpage.



The final lessons went into CSS. In these lessons we learned how to stylize our HTML elements. We covered classes, ids, and element positioning. These lessons allowed us to make more complete looking webpages.