What is Cascading Style Sheet Kya hota hai, CSS Rule ?? ?? ?????? ???? ??? Selector ?? Selector ?? Element Property.

CSS ?? ???? ??? ?? Cascading Style Sheet ??| ?? ?? designing language ??, ???? ????? ?? ???? ?? ???? ??| ??? ????? ?? ??? PC ??? Code/text editor ???????? ?? ????? ???? ??, ?? ?? ??? ??????? ?? ????? HTML ??? ?? ??????? ?? ????????/??? ??? ???| ????? ????? Web Page ?? ????????? ????? ??? ???? ???? ??| ???? ??? ?? ?? ????? ?????? ?? ???-??? ?????? (Design) ?? ?????? ?? ???? ???| ???? ?? Headings, Paragraphs, Lists ???| ?? ?? ??? ??????? ?? ??? ??? ???? ??? ???, ???? ?? ??????? ?? ??? ??????? ?? ????? ??| CSS ?? ?? webpages ?? text color, font family, background, margin, padding ?? position ??? set ?? ???? ??? CSS ?? ???????? ?? webpage ?? ?? ?????? Design ????? ??. HTML ?? CSS ????? ??? ??? ?? ???????? ???? ???? ???. HTML ?? ?? ???????? ?? ???? ?? ???? CSS ??, ????? CSS ?? ???? ?? ????| ??????? HTML File ????? ??? ?? ?? HTML Tag ?? CSS ??? ???? ??, ??? ???? HTML ???? ???? ????? ?? CSS ???? ??? ???? ??.



What is Cascading Style Sheet , CSS Kya hota Hai.

CSS Rule ?? ?? ?????? ???? ??? Selector ?? Selector ?? Element Property.

What is Cascading Style Sheet , CSS Kya hota Hai.

Selector - ????? ?? ???? HTML Tag ?? ??????? ?? ?? ???? ?????? ?????? ???? ???| Selector ?? tag ?? ??? ???? ?? ??? ?? ?? CSS apply ???? ????? ???
Element Property - ????? ?? ???? HTML Tag ?? ??????? ?? ?? Curly Brackets ?? ????? Element Property ?? ??? ?? ?? ?? Value ?? ?? ???????? HTML Tags ?? ?????? ?? ?????? ???? ???|

Cascading Style Sheet ?? ?????? ?? 3 ??? ?? HTML tags ?? designing apply ?? ???? ???
Inline - ?? method ??? ?? CSS ?? HTML tag ??? ?? define ?? ???? ??? ???? ?? <h1 style="color:red"> ??? ??? ??? ?? ???? ??|</h1>
Internal - ?? method ??? ?? CSS ?? HTML file ??? ?? ?????? Script Tag ?? ??? ?? define ???? ??? ???? ?? - <h1> ??? ??? ??? ?? ???? ??|</h1> <style>h1{color:red;}</style>
External - ???????? ??? ?? method ?? ?? ????? ???? ???| ??????? ?? ????? ?? ?? ??? CSS ???? ????? ??| ?? HTML ??? ?? Tags ?? Style????? ?? ????? ?? HTML Tag ?? ??????? ?? ?? ?? ????????? CSS ???? ??? ??? ???? ??| ???? ??? ???? ?? CSS File ?? ???? HTML File ??? Head Tag ?? ????? CSS File ?? ???? ??? ???? ???| ???? ?? - <head> <link rel="stylesheet" type="text/css" href="filename.css" /> </head> ???? ??? CSS File ???? ?? ????? head tag ?? ????? ?? ???|

HTML ??? ??? ???????? ???? ???? ???? ??? ???? ?? - Heading ke liye <h1> text </h1>tag, Text Font ?? ??? <font>Font text</font>tag, Table ????? ?? ??? <table> tag, Image ?? ??? <img> tag etc.
Cascading Style Sheet ?? ??????

Note- CSS ?? ?????? ??? ??? ?? ?? External CSS ???? ????????| ?? ???? ???? HTML ???? ??? ????? ???|
CSS ?? ????? ???? ?? ???? ??? ???? ??? ?? ?? CSS External file ??? ?? ???? ???? ?? HTML ??? ??? ?????, ?? ?? css ?????? ????? ???? ???? HTML tag ??? apply ?? ???? ??|
Browser ??? ????? load ????- ?? ?? ?? ?? HTML Tag attributes ?? ?????? webpage ?? decorate ???? ?? ?? ?? element ?? ??? ??? ?? attribute ?? value define ???? ???? ??? ??? ???? ?? code ???? ???? ?? ???? ?? ?? pages ???? load ???? ??? ????? ?? ?? CSS ??? ???? ?? ?? ?? webpage ??? ??? ???? ???? ??? tags ?? ??? ?? ?? ??? ?? styles define ???? ??? ??? ???? ?? code ?? ????? ???? ??, ?? ???? pages fast load ???? ???
Maintain ???? ??? ????� CSS ?? ?????? webpage ?? maintain ???? ???? ?? ???? ???? ??? ???? ??? <h1>headings ?? color change ???? ?? ?? ????? CSS File ??? ???? headings ?? ?????? change ?? ???? ???| ???? ??? ?? ??? ??? ??? ?? apply ?? ???????
Support- ?? ??? ??????? ?? ?? ???? ??, ???? Mobile Browser ?? ?? PC Browser.


The full name of CSS is Cascading Style Sheet. This is a designing language, which can be easily taught. To learn it, the code / text editor software is needed in PC, and a web browser that allows the HTML page to display / open on the browser. Which is used to make web pages beautiful. With this help you can apply different styles to different content. Such as Headings, Paragraphs, Lists etc. And how it is rendered on the browser with a color, size or animation on the web browser. CSS lets you set text colors, font family, background, margin, padding and position of webpages. Using CSS, webpage gets an attractive design. HTML and CSS are used together with us. You can use HTML without CSS, but you can not do CSS. Because after writing the HTML file, you can write CSS on the HTML tag, how can you write CSS if you do not make an HTML file? What is Cascading Style Sheet, what is CSS? CSS Rule consists of two parts Selector and Selector's Element Property. What is Cascading Style Sheet, what is CSS? Selector - In this, select an HTML Tag and apply the style to it. The Selector is the name of the tag on which you want to apply CSS. Element Property - In this, you select an HTML tag and apply the design of selected HTML tags by typing Element Property inside Curly Brackets and giving Value. With Cascading Style Sheet, you can apply designing on HTML tags in 3 ways. Inline - In this method, you define CSS only in HTML tags. Like <h1 style = "color: red"> Apple is reddish. </ H1> Internal - In this method, you define CSS with the help of style tag tag in HTML file itself. Like - <h1> Apple is reddish. </ H1> <style> h1 {color: red;} External - Most people use this method. Because in that you create a separate CSS file. Instead of writing Style to every HTML page and tags, you can select that HTML Tag and type in an external CSS file. For this, let us write a link to this CSS file in the HTML file in the head tag under the head tag. As such - <head> <link rel = "stylesheet" type = "text / css" href = "filename.css" /> </ head> always keep the CSS File link in the head tag. Some tags used in HTML such as - Heading ke liye <h1> text </ h1> tag, <font> font text </ font> for text font, <table> tag to create table, Image For <img> tag etc. Cascading Style Sheet's Fayyad Note - Failures of CSS are when we create External CSS files. And put it in the HTML file. Using CSS will save you time. You can apply the same CSS style to as many HTML tags as you can by creating a CSS External file and inserting its link into several HTML pages. Fast Loading in the Browser - When you decorate the webpage with every HTML tag attributes, each element has to define the attribute and value separately. By doing so the code gets too high and the pages are loaded slowly. But when you use CSS, you only define styles for all the tags that are used in that webpage. Doing so requires less writing code, and your pages are fast load. Easy to maintain - easy to maintain webpage through CSS is very easy. As if to change the color of the headings, then just go to the CSS file and change the style of the headings. After this, it will apply to all web pages. Support- It runs on all browsers, such as Mobile Browser or PC Browser.

    Comments