CSS

CSS

Test your CSS knowledge with free quizzes on MyCodeSkills covering core concepts.


  1. What does CSS stand for?

    • Cascading Style Sheets
    • Color Style Syntax
    • Computer Styled Sections
    • Coded Style Sheets
  2. Which HTML tag is used to link an external CSS file?

    • <css>
    • <link>
    • <style>
    • <script>
  3. Which property changes the text color in CSS?

    • font-color
    • color
    • text-style
    • foreground-color
  4. Which symbol is used for class selectors in CSS?

    • #
    • .
    • $
    • *
  5. Which CSS property changes the background color?

    • background
    • color
    • background-color
    • bgcolor
  6. Which CSS property creates a flexible box container?

    • grid
    • flex
    • display: flex
    • position: flex
  7. Which property aligns flex items horizontally?

    • justify-content
    • align-items
    • align-content
    • align-horizontally
  8. Which property aligns flex items vertically?

    • justify-content
    • align-items
    • align-vertical
    • align-self
  9. Which display value creates a grid container?

    • display: grid
    • flex
    • grid-layout
    • display-grid
  10. Which CSS property specifies grid row sizes?

    • grid-template-rows
    • grid-rows
    • grid-template-rows
    • grid-row
  11. Which CSS property defines complex shapes for clipping?

    • clip
    • clip-path
    • shape-path
    • shape-clip
  12. Which function defines CSS variables?

    • var()
    • --var
    • variable()
    • set-var()
  13. Which property blends background layers?

    • background-blend
    • background-blend-mode
    • layer-blend
    • blend
  14. Which filter applies a blur effect?

    • filter: blur()
    • filter-blur
    • blur-effect
    • gaussian
  15. Which function is used for calculations in CSS?

    • calc()
    • compute()
    • calculate()
    • math()