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
Shall we use abstract classes or interfaces in policy / strategy design pattern?
Are singletons bad?
Explain three types of components comprise an application design?
What is the difference between proxy and adapter?
What are the types of the proxy design you will get in the design pattern?
What are the most commonly used design patterns?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Can you explain singleton pattern?
What is difference between function oriented design and object oriented design?
Can we inherit singleton class?
What is the gang of four design pattern?
What are creational design patterns?
What is synchronizer token pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
Can we use an equated value as operands for an MVC ? Reason for the same.