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

What are the Design Patterns you know

4 Answers  


what is diffrence between Function Oriented Design and Obeject Oriented design

11 Answers   IBS, TCS,


Write the code for a singleton class?

0 Answers  


What are the most important software design patterns?

0 Answers  


What is grouping in CSS?

1 Answers  






Describe the builder design pattern

0 Answers  


Is bean a singleton?

0 Answers  


what is cascading order?

1 Answers  


Why is singleton bad?

0 Answers  


Is singleton scope thread safe?

0 Answers  


In which application lifecycle phases is an application architecture produced?

1 Answers   Microsoft,


What is architecture and what is design?

0 Answers  


Categories