CSS Tutorial for Beginners Part 1 – Introduction to CSS | Learn Web Technologies
CSS Introduction
Pre-requesting – Html for beginners
HTML for beginners, I strongly recommend doing first. Without knowing HTML, CSS is useless, so you can go through my channel and you will get the playlist of HTML
CSS – Cascading Style Sheet
Cascading – Means Flow
Style – Means design on HTML element
like you are doing to some customization on your HTML page, for example, custom height, custom width, custom color etc
Sheet – Means document
in my case its a computer document
so, CSS means Cascading Style Sheet that means, it’s a digital document that contains styles for your HTML page.
So, I have a few questions related to CSS, if you know the answer you will get the basic details of CSS.
Q. What is CSS?
A. Css is a Markup language use to create style and customize HTML element available in a webpage.
Q. Why to use CSS?
A. By using CSS, we can create more affective, attractive and customized Web pages in less time and code.
Q. How to use CSS?
A. You will require a web page with HTML structure, a text editor and a browser installed in your system.
Then you’ll have to create css code block and establish a link between Elements and css code.
Q. Benefits of CSS?
A. Time Saving
Less Page Size
Creative Look
Easy to learn and implement
Video for same