+ 7
Why we use css language
18 Respostas
+ 15
CSS give your page style.
+ 13
Archana Berad in one sentence css is used to style the websites. This may help you :
https://www.sololearn.com/learn/CSS/1078/
+ 10
to give your html a style.
+ 7
⚡Responsive Pages;
⚡Separation of style and content;
⚡Website Upload Optimization;
📄more info here:
https://webplatform.github.io/docs/tutorials/learning_why_we_use_css/
+ 6
with use of css, you can put same style on every webpage .
you just need to write code for styles only once in a separate file with extension of .CSS and you can link this file with the help of <link> tag.
+ 4
CSS provides a way to define in one place the style of html components.
Before CSS, the only way to do that was the use of style attributes in html.
But in that case, if the style had to change, all the html pages had to be modified, and that's hard work.
Example, let's say we want all subtitles in all pages of a web site to be of colour blue.
without CSS we have to look for all subtitles in all pages and change the colour.
With CSS, only the "subtitle" properties have to change in one place. And it is applied in all pages importing that CSS.
+ 4
Css should be used to make your webpage or website different from a normal one. It provides a new look and feel to an ordinary page.
+ 3
CSS gives beauty to HTML. Or atleast eases the process of doing so
+ 3
To give a webpage a different look or style.
+ 3
Css is something like designing of your home with different types of themes..
css makes a common website different from other....
CSS=atom bomb to design a website.... 😀😀
+ 3
to embed style information in your html document
+ 2
ok
ty
+ 2
Cascade means minimize...Style means look or design....CSS means minimize workloads and make look good
+ 2
☺️☺️☺️
+ 1
to make your page nice style
+ 1
How do girls look when they apply makeup? The same way CSS adds more beauty to HTML
0
To give style to your HTML code.
0
it is also necessary so as we use CSS for describing the presentation of webpage including colour, layout and as well as font......