By Abhijat Bhardwaj and Chaitanya Keshri
This doc aims to give a holistic overview on two of the most important languages for any web development project i.e HTML and CSS.
HTML is the language using which we define the structure of any webpage you see on the internet and to make it look amazing we take help of the Cascading Style Sheets (CSS)
- HTML
- Role of HTML
- Document structure
- HTML elements
- Tags
- Attributes
- Data representation
- Tables
- Links
- CSS
- Role of CSS
- Syntax
- Selectors
- Common CSS Properties
- Centering a Div
- Responsive design
- Creating your own webpages