0% found this document useful (0 votes)
4 views1 page

HTML CSS Notes Harshit WebDev

This document outlines HTML tags and CSS properties utilized in web development projects. It lists various HTML elements like <div>, <img>, and <h1>, along with CSS properties such as display: flex and background-color. The notes are specifically prepared for Harshit, a web development beginner.

Uploaded by

kharshit511
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

HTML CSS Notes Harshit WebDev

This document outlines HTML tags and CSS properties utilized in web development projects. It lists various HTML elements like <div>, <img>, and <h1>, along with CSS properties such as display: flex and background-color. The notes are specifically prepared for Harshit, a web development beginner.

Uploaded by

kharshit511
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

HTML & CSS NOTES (Based on Your Projects)

HTML TAGS YOU USED


• <div> – layout/container banane ke liye
• <img> – image show karne ke liye
• <video> – website me video chalane ke liye
• <source> – video file ka path dene ke liye
• <h1> – main heading ke liye
• <p> – paragraph/text ke liye
• <a> – link banane ke liye

CSS PROPERTIES YOU USED


• display: flex – items ko row/column me arrange karta hai
• position: relative – child element ke liye base banata hai
• position: absolute – overlay / upar chipkane ke liye
• z-index – kaunsa element upar dikhega control karta hai
• background-color – background ka color set karta hai
• width / height – element ka size control karta hai
• margin – element ke bahar ka space
• padding – element ke andar ka space
• transform – move / scale / center ke liye
• object-fit: cover – image/video ko box me fit karta hai
• :hover – mouse le jane par effect lagata hai

Prepared for: Harshit (Web Development Beginner)

You might also like