What are External Style Sheets?
Answer / swapna
External Style sheets are applied for many pages
Created in a external file *.css
<Link> tag to be used inside <Head> Tag
The *.css file should not contain any HTML tags
Ex: <Head>
<Link href=?___.css? rel=?StyleSheet?>
----</head>
MyStyles.css
P{text-Align:Center;
Color:Black;
Font-Family:Arial;
Font-Weight:Bold;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the biggest trends in UX Design these days?
What is the behavioral design pattern?
What are actually Model,view,Controller in MVC Pattern?
What is synchronizer token pattern?
What are 5 common problems in the software development process?
how many types of cookies in php
What do you do to ensure that your design is carried out perfectly from your end?
What would help with feature-related decisions?
What is the gang of four design pattern?
Which design pattern is mvc?
Is bean a singleton?
Is mvc a software design pattern?