HTML CSS JavaScript Beginner Notes
HTML CSS JavaScript Beginner Notes
HTML
HTML stands for HyperText Markup Language.
It is used to create the structure of a webpage.
Common HTML Tags
- <html>
- <head>
- <body>
- <h1>
- <p>
- <div>
CSS
CSS stands for Cascading Style Sheets.
It is used to style webpages.
Examples
- color
- background
- margin
- padding
- display:flex
JavaScript
JavaScript is used to add interactivity.
Examples
- Button click
- Form validation
- Dynamic content updates
Frontend Development Stack
HTML + CSS + JavaScript = Frontend Development
Conclusion
These three technologies are the foundation of modern web development.
Generated on: 23-05-2026 11:07:32