I want to say that I learned HTML and CSS before this on my own and for another class. Both these coding languages got me interested in learning other languages such as JQuery, javascript, and C++. With my first experience with HTML I learned about the skeleton of how web pages work. Everything needs a tag such as paragraphs, links, and images so it could work. It is very importantly that they are closed properly so the code doesn’t mess up. Something new I learned is that other coding languages are embedded in HTML; I wasn’t sure how they connected before. CSS is what really makes the web page look appealing. Every element has their own div which can get a bit confusing if you want to style a div in another div.