HTML is the language used to make websites and structure the content on a page.
CSS is used to style websites and make them look nice with colors, fonts, and layout.
HTML creates the content, while CSS makes it look good.
It helps keep the website organized and makes styling easier to manage.
H1 is a heading, usually big and important. P is a paragraph for regular text.
It shows a text description if the image doesn’t load, and helps with accessibility.
You use the <a href="page.html"> link </a> tag to go to another page.
A class can be used on many elements, an ID should only be used once per page.
Margin is space outside an element; padding is space inside it.
Use <ol> when order matters (like steps), <ul> for a simple list.