What are External Style Sheets?

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


Please Help Members By Posting Answers For Below Questions

What are the most commonly used design patterns?

608


What are the main usage of the patterns?

638


What is singleton design pattern in java?

600


What is a lazy initialization in singleton?

604


Is oop a design pattern?

594






What is the difference between adapter and facade?

640


What is synchronizer token pattern?

616


When singleton pattern is used?

612


Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?

3640


What is the gang of four design pattern?

618


Are singletons bad?

584


What are the benefits of the proxy in the design pattern?

603


2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.

2732


What is factory method in design pattern?

569


Can we have this pattern implemented using static class?

585