This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
what is css |
|
Answer» Cascading style sheets (CSS) COLLECT and ORGANIZE all of the formatting information applied to HTML elements on a Web form. Because they keep this information in a single LOCATION, style sheets make it easy to ADJUST the appearance of Web APPLICATIONS. |
|
| 2. |
Use CSS for button style and use different functionality for Hover, Color and background? |
|
Answer» Use CSS for button style and use different functionality for Hover, Color and background? |
|
| 3. |
How to apply CSS to table to create rounded corner of table in HTML? |
|
Answer» How to APPLY CSS to table to CREATE rounded corner of table in HTML? |
|
| 4. |
How to set colour of link with CSS |
|
Answer» < HTML> |
|
| 5. |
The style rule li, em {color: blue} indicates the content of ____ will appear in blue color. |
|
Answer» The style rule li, em {COLOR BLUE} indicates the content of ____ will appear in blue color. |
|
| 6. |
Which of the following property of a anchor element signifies visited hyperlinks? |
|
Answer» Which of the following PROPERTY of a anchor element signifies visited HYPERLINKS? |
|
| 7. |
Can external JavaScript files be linked using the < link> element? |
|
Answer» Can external JavaScript files be linked USING the link ELEMENT? |
|
| 8. |
In CSS, you can override precedence rules by adding the ____ property to a style declaration. |
|
Answer» In CSS, you can override PRECEDENCE rules by adding the ____ property to a STYLE declaration. |
|