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 universal design?
In what cases are synchronous architectures more appropriate than asynchronous architectures?
What is the design pattern?
What is lexi design pattern?
what is cascading order?
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.
What are the languages used in the design pattern?
Dd you useuse OOA/OOD methodologies?did you use design patterns?
What is meant by design pattern?
Is singleton a design pattern?
What design pattern wrapper classes implement?
What are the types of participants of the prototype design pattern you will get?