Find-Q

HomeChartsBlog

CSS

Total Correct Answer: 0

What is the meaning of CSS?

  • Chicken Salad Sandwich
  • Cascading Style Sheet
  • Central Security Service
  • Cold Shrimp Salad
  • Click to know Answer

    Which tag will you use to add style on your website?

  • <css></css>
  • <color></color>
  • <style></style>
  • <head></head>
  • Click to know Answer

    How will you add blue color to all paragraph tags?<p>Hint: write four parts of a style rule</p>

  • p{ blue: color }
  • p{ color = blue }
  • p{ color : blue; }
  • p{ text: “blue”; }
  • Click to know Answer

    <span style="background-color: transparent; color: rgb(0, 0, 0);">How would you set a purple background color to an element?</span>

  • color:purple;
  • background color:purple;
  • background-color:purple;
  • backgroundColor:purple;
  • Click to know Answer

    How to set the width of all paragraph tags as half of the available width? <p>Hint: think about the total width as a percent and then think about the half of the width</p>

  • p{ width: 1/2 }
  • p{ width: 50%; }
  • p{ width: 0.5; }
  • p{ width: half; }
  • Click to know Answer

    Which one is not true?

  • The value of multiple ID attributes has to be unique
  • Use ID to style a specific HTML element
  • Same ID should be used in different HTML tags
  • Click to know Answer

    How can we add multiple classes to an HTML element?

  • Separate class names by a whitespace
  • Separate class names by a comma
  • You cannot apply more than one class name
  • Use id
  • Click to know Answer

    How many values a margin style rule cannot have?

  • One
  • Two
  • Seven
  • Four
  • Click to know Answer

    © 2022 Copyrights — MD Mohaiminul Islam