1. HTML
HTML stands for Hypertext Markup Language. HTML is what makes websites
look nice and works with CSS (Cascading Style Sheets) to make sure
everything looks consistent. HTML is also how we format text and
images on a website. There are many different tags that allow us to do
things like change font size, color, background image, etc. HTML is
not just for making websites though. You can use HTML to create
documents, spreadsheets, presentations, and even apps!
2. CSS
CSS stands for Cascading Style Sheets. CSS is what gives our web pages
their style. It's what controls fonts, colors, layout, spacing, and
much more. CSS is also how we control the presentation of content on a
page. We use CSS to add special effects like rounded corners, shadows,
gradients, animations, and more.
3. Javascript
Javascript is a scripting language that runs inside the browser. It
can be used to add interactive elements to webpages. Javascript can be
used to make dynamic websites where content changes based on user
input. It can also be used to build simple games, animations, and
other fun features.