About Lesson
-
HTML (HyperText Markup Language):
- Structures the content of the website.
- Tags define elements like headings (
<h1>), paragraphs (<p>), and images (<img>).
-
CSS (Cascading Style Sheets):
- Styles the structured content.
- Example: You can change a paragraph’s font to bold and its color to blue using:

-
JavaScript:
- Adds interactivity to web pages.
- Example: A JavaScript script might show an alert when a button is clicked.
-
Front-End Development Tools:
- Text Editors: Visual Studio Code and Sublime Text for coding.
- Graphics Tools: Figma and Adobe XD for creating layouts and wireframes.