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 |
What is difference between GoF and J2EE patterns?
Why should we not use singleton pattern?
Design the Factory pattern and What is its application ?
i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do
How do you choose a design pattern?
What is onion architecture?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Run us through your portfolio.
What is impedance mismatch and How to solve the problem?
What is singleton and factory pattern?
What are the types of the proxy design you will get in the design pattern?
Is singleton a design pattern?