Noah Jorgensen
WDD 130 — Web Fundamentals
-
HTML
HyperText Markup Language (HTML) is the root of web design. It's what defines the content, and the core structure. Every website is rendered with HTML at it's heart. And without it there would be no web.
-
CSS
Cascading Style Sheets (CSS) is what defines how things are presented. Without CSS, every webpage would look pretty bad. Luckily, thanks to CSS we can make our websites look great! Technically it's not needed to display a webpage, but you are very likely to want it.
-
JavaScript
JavaScript is what makes things that you can interact with. Not all websites have JavaScript, but many do. Actually, most web pages from this class have no JavaScript. But, it is used for some things. This includes some snazzy navbar stuff I have on this page! It's also how you can have websites that interact with servers.