Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9
Well castading is order of what styling will be displayed. If you have ex. h1 {color:red;} And after that in css you put h1 {color:blue} your h1 will be blue because of cascading. There is also rule for inline, internal and of couse external css. To learn more you can read on w3school. Also if you make more css files with same atributes cascading is very important. Ex. main css and custom css for each page of web site.
30th May 2019, 9:01 PM
PanicS
PanicS - avatar
+ 9
To explain better first answer. Browser style is some default style of browser. Ex to have already some padding and margin around element, User is users custom styles and it overide browser one. Author is what you make like designer of web sites. No worry you will understand all if you practice. Most designer use now some reseting style, where we get rid of default style in browser to user see site how it need to be.
30th May 2019, 9:10 PM
PanicS
PanicS - avatar
+ 5
"Cascading" means that styles can fall (or cascade) from one style sheet to another, enabling multiple style sheets to be used on one HTML document. Even the simplest HTML document may have three or more style sheets associated with it including: The browser's style sheetThe user's style sheetThe author's style sheet Source: http://css.maxdesign.com.au/selectutorial/advanced_cascade.htm Thanks
30th May 2019, 1:53 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 5
See CSS stands for Cascading Style Sheets. - Cascading refers to the way CSS applies one style on top of another. - Style Sheets control the look and feel of web documents. You can learn CSS from this course : https://www.sololearn.com/Course/CSS/?ref=app Thanks
30th May 2019, 1:58 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
0
Cascading is used for style the HTML tag
31st May 2019, 1:40 PM
Ajay
Ajay - avatar