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
What is the behavioral design pattern?
Why have we used synchronized here?
What is synchronizer token pattern?
What are the design patterns you know explain?
What is meant by design pattern?
What are the SDLC phases you have invloved ?
What are the disadvantages of singleton pattern?
Why do we need singleton pattern?
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 non-visual coding tools are available for web design?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What is the factory pattern in the design pattern?
What is a lazy initialization in singleton?
Explain three types of components comprise an application design?
What is the difference between 3 tier and n tier architecture?