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 is impedance mismatch and How to solve the problem?

1 Answers   HP,


Explain what is good design?

0 Answers  


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

1 Answers   HP,


What WYSIWYG web design tools are available?

1 Answers   HP,


How can we design/implement singleton object?

3 Answers   HP,






Using any system, product, or service your organization provides, identify the human system roles for the product.

0 Answers  


What are the advantages of asynchronous architectures?

1 Answers   Microsoft,


Describe the builder design pattern

0 Answers  


Is dependency injection a design pattern?

0 Answers  


Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

0 Answers  


Why have we used synchronized here?

0 Answers  


How do you ensure quality of code ?

3 Answers   Infosys,


Categories