How to add CSS styles Styles to Elements with Particular
Attributes?
Answer / swapna
The style rule below will match all input elements that has
a type attribute with a value of "text"
Input[type="text"] {background-color: blue}
id Selector
Defining styles for HTML elements with the id selector. The
id selector is defined as a #.
The style defined below will effect the element that has an
id attribute with a value of "green? ie., id=?green?
Ex: #green {color: green}
The style rule below will match the p element that has an
id with a value of "para1? ie., <p id=?para1?>
p#para1
{
text-align: center;
color: red
}
Do NOT start a class name or ID name with a number
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the languages used in the design pattern?
Is singleton scope thread safe?
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?
Using any system, product, or service your organization provides, identify the human system roles for the product.
Is mvc is a design pattern?
Explain Internal Style Sheets?
What is Architecture and what is design? Are they related?
What are the benefits of the proxy in the design pattern?
what are design patterns..?what design patterns used in .net.
What do you do to ensure that your design is carried out perfectly from your end?
What is the difference between 3 tier and n tier architecture?
Quartus II software version 6.0 is available for which operating systems (OS)?