HTML Notes

Here you will find some of my notes on HTML. HTML stands for HyperText Markup Language. It is used to structure websites. Need a new heading? A new paragraph? A navigation bar? HTML does all that for you and more.

CSS Notes

Check out my CSS Notes. CSS stands for Cascading Style Sheets. CSS provides the styling for websites such as this. These notes will list some of the properties I have used on this website and on other projects.

JavaScript Notes

Here you will find some helpful notes on JavaScript. JavaScript is a scripting or programming language. Often shortened to JS. I could not have built my projects without JS. JavaScript makes things happen!