What are External Style Sheets?

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


Please Help Members By Posting Answers For Below Questions

What is the concurrency design pattern?

708


Can we use an equated value as operands for an MVC ? Reason for the same.

2026


What are the types of participants of the prototype design pattern you will get?

587


What is the difference between 3 tier and n tier architecture?

609


Why do we need singleton pattern?

588






When should design patterns be used?

589


What are creational design patterns?

632


What is single tone design pattern in java?

549


Can we inherit singleton class?

608


Can we have this pattern implemented using static class?

576


What are the most popular design patterns?

579


Did you use ooa/ood methodologies? Did you use design patterns?

638


What is a behavioral design pattern?

623


Shall we use abstract classes or interfaces in policy / strategy design pattern?

598


When singleton pattern is used?

601