eQuiz - A quiz about CSS

Welcome to the test series of TipsMake.com with topics related to the fields of information technology.
  1. Sentence 1. CSS is an acronym for:
    1. Creative Style Sheets
    2. Computer Style Sheets
    3. Cascading Style Sheets
    4. Cascade Style Sheets
  2. Question 2. Which part of the HTML file is the code to external style sheet?
    1. In the card
    2. At the end of the HTML file
    3. At the beginning of the HTML file
    4. In the card
  3. Question 3. Which HTML tag is used to initialize internal style sheet?
    1. Css
    2. Text / style
    3. Style
    4. Script
  4. Question 4. What HTML attributes are used to initialize inline style?
    1. Font
    2. Style
    3. Css
    4. Text
  5. Question 5. Which of the following CSS syntax is correct:
    1. Body {color: black}
    2. Body: color = black
    3. {body: color = black (body}
    4. {body; color: black}
  6. Question 6. How to insert a caption into CSS file
    1. / * footnote * /
    2. 'footnote
    3. // paragraph comment //
    4. // comment paragraph
  7. Question 7. Which attributes are used to change the background color
    1. Bgcolor
    2. Background-color:
    3. Color
  8. Question 8. How to assign background color to all tags'

    '

    1. all.h1 {background-color: #FFFFFF}
    2. h1.all {background-color: #FFFFFF}
    3. h1 {background-color: #FFFFFF}
  9. Question 9. How to change the text color of any card:
    1. Text-color:
    2. Color:
    3. Tex-color =
    4. Font-color:
  10. Question 10. Which CSS properties are used to control the size of the text:
    1. font-stye
    2. text-style
    3. font-size
    4. text-size
  11. Question 11. Which CSS syntax is used to transfer all tags

    into bold:

    1. p {text-size: bold}
    2. p {font-weight: bold}
    3. Style: bold
    4. p {font: bold}
  12. Question 12. How do I display hyperlink without underline?
    1. a {decoration: no underline}
    2. a {text-decoration: no underline}
    3. a {underline: none}
    4. a {text-decoration: none}
  13. Question 13. How to convert all the first letters into uppercase:
    1. Text-transform: uppercase
    2. Text-transform: capitaliza
    3. Can not do with CSS
  14. Question 14. How to transfer the font of any card:
    1. Font-face:
    2. Font-family:
    3. F:
    4. Font-style:
  15. Question 15. How to display text content in bold:
    1. Font: b
    2. Style: bold
    3. Font-weight: bold
  16. Question 16. How to display the border as follows: The top border = 10 pixels, The bottom border = 5 pixels, The left border = 20 pixels, The right border = 1 pixel
    1. Border-width: 10px 20px 5px 1px
    2. Border-width: 10px 1px 5px 20px
    3. Border-width: 10px 5px 20px 1px
    4. Border-width: 5px 20px 10px 1px
  17. Question 17. How to change the left margin of the content:
    1. Padding:
    2. Indent:
    3. Margin-left:
    4. Text-indent:
  18. Question 18. To create a space between border and content, we will use padding attribute, but will we accept negative values:
    1. Have
    2. Is not
  19. Question 19. How to create a list showing all the elements in the square:
    1. Type: square
    2. List-style-type: square
    3. List-type: square
    4. style-type: square
  20. Question 20. Which HTML tag is used to point to external style sheet:
  21. Question 21. Which HTML tag is used to initialize internal style sheet:
5 ★ | 2 Vote