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 |
SAP Design Studio live classes by Exports
What are 5 common problems in the software development process?
How do you ensure quality of code ?
Why should we not use singleton pattern?
what is diffrence between Function Oriented Design and Obeject Oriented design
11 Answers IBS, TCS,
What are the 23 design patterns?
What are the Design Patterns you know
What is a pattern library?
What are the types of design patterns?
How do you choose a design pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
Is mvc a software design pattern?