CSS Interview Questions
CSS Interview Questions
more importantly , CSS enables you to do this independent of the HTML that makes
up web page. it provides powerful control over the presentation of an HTML
document.
___________________________________________________________________________________
_______________________________________________________________________________
2)why do we use CSS?
saves time ,
Easy Maintenance, Search Engines(clean coding technique means search engines won't
have to struggle to "read" its content.
Superior Styles to HTML : CSS has much wide array of attributes than HTML.
Offline Browsing.
___________________________________________________________________________________
______________________________________________________________________________
3)what are the advantages of CSS?
we can use styles multiple times because CSS will automatically apply the requires
styles.
main advantage is one instruction can control several areas which are advantageous.
few lines of programming.
simplifies the websites but also maintenance.
It reduces file transfer size.
___________________________________________________________________________________
______________________________________________________________________________
4) what are disadvantages of CSS?
CSS,CSS1 upto CSS3 , result in creation confusion among web browsers.
developer need to test for running program across multiple browsers.
syntax:-
h1{
color: hsl(H,S,L);
}
___________________________________________________________________________________
_____________________________________________________________________________