HTML
CSS
JavaScript
Bootstrap 5
p5.js & Copilot
The Thing: HTML
HTML (HyperText Markup Language) is the backbone of every web page. It provides the structure and meaning for content, using tags like <h1>, <p>, and <img>. Think of HTML as the bricks and beams of a building—without it, nothing else can stand!
- Defines headings, paragraphs, images, links, and more
- Every web technology builds on top of HTML
- HTML is not a programming language—it's a markup language
Invisible Woman: CSS
CSS (Cascading Style Sheets) is what makes web pages beautiful! CSS controls colors, fonts, layouts, and even animations. If HTML is the structure, CSS is the paint, wallpaper, and design.
- Style any HTML element with color, size, and position
- Use classes and IDs to target specific elements
- Responsive design makes sites look great on any device
Human Torch: JavaScript
JavaScript brings web pages to life! It's a programming language that lets you add interactivity, respond to user actions, and build games. If HTML is the body and CSS is the clothes, JavaScript is the brain and muscles.
- Make buttons clickable and forms interactive
- Change content on the fly without reloading the page
- Used for everything from simple effects to full games
Mr. Fantastic: Bootstrap 5
Bootstrap 5 is a popular CSS framework that helps you build responsive, mobile-friendly websites quickly. It provides ready-made components and a grid system, so you can focus on design and content.
- Easy-to-use classes for layout, buttons, navbars, and more
- Ensures your site looks great on all devices
- Widely used in the industry for rapid prototyping
H.E.R.B.I.E.: p5.js & Copilot
p5.js is a JavaScript library for creative coding, making it easy to draw, animate, and build interactive art and games. Copilot is an AI assistant that helps you write code faster and learn new concepts.
- p5.js: Draw shapes, create animations, and build visual projects
- Copilot: Get code suggestions and explanations as you type
- Together, they help you experiment and learn by doing!