Intermediate CSS MCQ Interview Question’s & Answer’s Intermediate CSS 1 / 10 Which of the following is the correct syntax to display the hyperlinks without any underline? a {text-decoration : underline;} a {text-decoration : none;} a {text-decoration : block;} None of the above 2 / 10 What is the correct syntax of border property in CSS? border: border-width border-style border-color border: border-color border-width border-style border: border-style border-width border-color All of the above 3 / 10 Which is the correct inline CSS for p tag to define paragraph's text and background colors? <p> <p> <p> <p style="color: red;background-color: yellow"> 4 / 10 What is/are the correct value(s) of font-weight property? bold, italic, underline normal, bold, italic normal, bold, bolder, lighter, initial, and inherit None of the above 5 / 10 Why font-weight property is used? Sets how thick or thin characters in text should be displayed. Sets the size of the font Both A. and B. None of the above 6 / 10 What are the valid values of font-style property? italic, bold, bolder normal, bold, italicnormal, bold, italic underline, bold, italic inherit, italic, normal, oblique 7 / 10 To make a text italic, which CSS property is used? font font-family font-style All of the above 8 / 10 Which property is used to define the font of the element's text? font font-family font-style All of the above 9 / 10 From the given options which is/are the valid way to represent a color? A valid color name like "blue" HEX code like "#0000ff" RGB Value like "rgb(0,0,255) All of the above 10 / 10 Which property is used to define the background color? bgcolor bg-color background background-color Your score isThe average score is 0% 0% Restart quiz