Answer Posted / 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 |
Post New Answer View All Answers
Which design pattern is mostly used in net?
What are structural design patterns?
What is meant by design pattern?
What is the factory pattern in the design pattern?
Which design patterns have you used in your project ?
What is viper architecture?
What are the most commonly used design patterns?
What is the creational design pattern?
What are the types of participants of the prototype design pattern you will get?
Where should we use singleton design pattern?
What is the use of repository pattern?
What are useful tools for developing and testing color schemes for web sites?
What is a behavioral design pattern?
What are the categories in which the design patterns can be divided?
What is the difference between architecture and design?