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 the publish/subscribe model?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What are the languages used in the design pattern?
When to Use a Factory Pattern?
What are the main types of concurrency design patterns?
Is singleton bean thread safe?
What is design pattern ?
How to test the quality of design ?
Can we inherit singleton class?
What is universal design?
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
What is the executor design pattern?