Question

Which CSS attribute is not relevant to the box model? Question 9 options: color padding width...

Which CSS attribute is not relevant to the box model?

Question 9 options:

color

padding

width

margin-top

border

Question 10 (1 point)

Which of the following is an invalid selector in CSS?

Question 10 options:

p

%h1%

h1, h2

#title a

.cse

Question 11 (0.5 points)

Which of the following is a valid color value in CSS?

Question 11 options:

#fgfgfg

#000000

#red

Cffffff

aaaaaa

Question 12 (1 point)

Which of the following about CSS pseudo-class "hover" is incorrect?

Question 12 options:

hover can be added to HTML tags or CSS classes

hover can be used with tags other than <a>

The hover pseudo-class is used to add special effects when the mouse pointer moves into the defined element.

Pseudo-classes are denoted using a dot (.) prefix.

Question 13 (0.5 points)

Which of the following CSS style property is used to remove the default underlines from links?

Question 13 options:

border-bottom-style

background-color

border-style

text-decoration

link-style

Question 14 (0.5 points)

Which of the following is NOT the place CSS code should be put in?

Question 14 options:

In the <style> block of an HTML page

In the JavaScript file which is linked from the HTML page

In a separate CSS file which is linked from the HTML page

In the "style" attribute of HTML tags

Homework Answers

Answer #1

Answer 9:
margin-top


Answer 10:
%h1%

we dont have anything like % for selectors

Answer 11:#000000
it has decimal value and it should 6 digits

Answer 12:
hover can be added to HTML tags or CSS classes

Answer 13:
text-decoration : none;
so the underlines will not come

Answer 14:
In the JavaScript file which is linked from the HTML page

In javascript file we should not keep css files

Note : Please comment below if you have concerns. I am here to help you

If you like my answer please rate and help me it is very Imp for me

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT