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 |
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What is universal design?
When to Use a Factory Pattern?
Which Design Patterns you know?
. How can a product be accessible to differently-abled people?
What are 5 common problems in the software development process?
What is proxy in design pattern?
What are the main types of concurrency design patterns?
Can any one suggest me the best institute for Software Design , Design Patterns and architecture in Hyderabad please. Thanks in Advance.
What are the categories in which the design patterns can be divided?
Show us an example of a design that can solve a business problem.
Design Facade pattern - What is its application in projects ?