What are External Style Sheets?



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

Post New Answer

More Design Patterns Interview Questions

how many types of cookies in php

1 Answers  


What is Architecture and what is design? Are they related?

3 Answers   Accenture, IBM,


Can we inherit singleton class?

0 Answers  


What is aop design?

0 Answers  


Is singleton a design pattern?

0 Answers  






How did you design your unit tests?What about integration tests?

0 Answers  


Is singleton scope thread safe?

0 Answers  


Dd you useuse OOA/OOD methodologies?did you use design patterns?

1 Answers   HP,


What are the most important software design patterns?

0 Answers  


How do you ensure quality of code ?

3 Answers   Infosys,


What is the S/W model used in the project. What are the optimization techniques used. Give examples ?

2 Answers   Infosys, Symphony, Wipro,


What is the publish/subscribe model?

1 Answers  


Categories