HTML “HyperText Markup Language”→ responsible for the display of content; this is the basic structure of a webpage. HTML uses tags to label the different components of a webpage and identifies the purposes they each serve to the overall design and functionality of the page.
CSS “Cascading Style Sheets” → responsible for making content look good & how the HTML elements are displayed visually/styled; CSS can be:
- Inline: using style attributes in each HTML element
- Internal: using <style> </style> in <head>
- External: using an external CSS file
JavaScript → adds interactivity, meaning JS allows us to engage and interact with webpages and makes them functional
In my opinion, CSS is the most important when it comes to users enjoying a website. I bring all of the coding aspect to life with its unique art and designs.
I love your visuals! Also, I like how you formatted your explanation to CSS, HTML, and Javascript very organized.