Explore topic-wise InterviewSolutions in .

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?
Here i have used different CSS rules to design button shapes color and hover functionality. I have start with first create a button in .html page as given below.



HTML Button

As in above HTML code we use class button and i have define the CSS rule either on .css file or inline CSS which is placed on .HTML page. Below are the different design and CSS rules.

(1)First CSS code to display Button on Page



Simple Button

(2)SECOND CSS to display button with background color

Button backgroundcolor

(3)Third CSS to display button with background and Text with border of button


Button background

(4)Fourth CSS to display button with Background and Text WITHOUT border


Button round corner

(5)Fifth Button with Round radius to corner


Button corner

(6)Sixth round corner button


Button corner

(7)Seven Use Hover function on mouse hover to button


Button hover css

(8)Eight Use TAB KEY to focus on button


Button tab focus css

(9)Ninth is auto focus on the button



Button css focus

So above all method helps you to design your button with css

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?
Below is the CSS which need to apply to table to GET its corner as rounded.



Round Corner

4.

How to set colour of link with CSS

Answer»

< HTML>
< head>
< TITLE>class< /titlle>
< style>
A:link
{
color:green;
text-decoration:NONE;
}
< /style>
< /head>
< body>
< div id=cha>
< H1>This is interview QUESTION web site< /h1>
< p>this is < a href="http://www.getproductprice.com/"> Interview Questions < /a>For you< /p>
< /div>
< /body>
< /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.
Choose the CORRECT option from below list
(1)Both < em> and < li> elements
(2)Any < em> elements that are INSIDE a < li> element
(3)The first < em> element that is inside a < li> element
(4)The < li em> element

Answer:-(1)Both < em> and < li> elements

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?
Choose the correct option from below list
(1):LINK
(2):visited
(3):hover
(4):active

Answer:-(2):visited

7.

Can external JavaScript files be linked using the < link> element?

Answer»

Can external JavaScript files be linked USING the link ELEMENT?
Choose the correct option from below LIST
(1)True
(2)False

Answer:-False

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.
Choose the correct option from below list
(1)!main
(2)!override
(3)!priority
(4)!IMPORTANT

Answer:-(4)!important

9.

Among the following types of style rules, ____ has the highest priority.

Answer» AMONG the following types of STYLE rules, ____ has the highest priority.
Choose the correct option from below list
(1)User Defined Rules
(2)Inline Styles
(3)External Style Rules
(4)EMBEDDED Rules

Answer:-(1),(2)
10.

Which of the following property of a anchor element signifies unvisited hyperlinks?

Answer»

Which of the following PROPERTY of a ANCHOR element signifies unvisited hyperlinks?
CHOOSE the correct option from below list
(1):link
(2):VISITED
(3):HOVER
(4):active

Answer:-(1):link