Table of Contents
This article presents EQuiz - a Quiz About CSS in a clear, structured format. It helps readers review key concepts, test their understanding, and learn from the material.
Understanding EQuiz
- Sentence 1. CSS is an acronym for:
- Creative Style Sheets
- Computer Style Sheets
- Cascading Style Sheets
- Cascade Style Sheets
- Question 2. Which part of the HTML file is the code to external style sheet?
- In the card
- At the end of the HTML file
- At the beginning of the HTML file
- In the card
- Question 3. Which HTML tag is used to initialize internal style sheet?
- Css
- Text/style
- Style
- Script
- Question 4. What HTML attributes are used to initialize inline style?
- Font
- Style
- Css
- Text
- Question 5. Which of the following CSS syntax is correct:
- Body {color: black}
- Body: color = black
- {body: color = black (body}
- {body; color: black}
- Question 6. How to insert a caption into CSS file.
- /* footnote */
- 'footnote
- //paragraph comment//
- //comment paragraph
- Question 7. Which attributes are used to change the background color.
- Bgcolor
- Background-color:
- Color
- Question 8. How to assign background color to all tags'.'
- all.h1 {background-color: #FFFFFF}
- h1.all {background-color: #FFFFFF}
- h1 {background-color: #FFFFFF}
- Question 9. How to change the text color of any card:
- Text-color:
- Color:
- Tex-color =
- Font-color:
- Question 10. Which CSS properties are used to control the size of the text:
- font-stye
- text-style
- font-size
- text-size
- Question 11. Which CSS syntax is used to transfer all tags.
into bold:
- p {text-size: bold}
- p {font-weight: bold}
- Style: bold
- p {font: bold}
- Question 12. How do I display hyperlink without underline?
- a {decoration: no underline}
- a {text-decoration: no underline}
- a {underline: none}
- a {text-decoration: none}
- Question 13. How to convert all the first letters into uppercase:
- Text-transform: uppercase
- Text-transform: capitaliza
- Can not do with CSS
- Question 14. How to transfer the font of any card:
- Font-face:
- Font-family:
- F:
- Font-style:
- Question 15. How to display text content in bold:
- Font: b
- Style: bold
- Font-weight: bold
- 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.
- Border-width: 10px 20px 5px 1px
- Border-width: 10px 1px 5px 20px
- Border-width: 10px 5px 20px 1px
- Border-width: 5px 20px 10px 1px
- Question 17. How to change the left margin of the content:
- Padding:
- Indent:
- Margin-left:
- Text-indent:
- Question 18. To create a space between border and content, we will use padding attribute, but will we accept negative values:
- Have
- Is not
- Question 19. How to create a list showing all the elements in the square:
- Type: square
- List-style-type: square
- List-type: square
- style-type: square
- Question 20. Which HTML tag is used to point to external style sheet:
- Question 21. Which HTML tag is used to initialize internal style sheet:
FAQ
What is the main point of EQuiz - a Quiz About CSS?
CSS is an acronym for: Creative Style Sheets Computer Style Sheets Cascading Style Sheets Cascade Style Sheets Question 2. Which part of the HTML file is the code to external style sheet?
Why is EQuiz - a Quiz About CSS important?
EQuiz - a Quiz About CSS matters because it can affect how readers understand, choose, use, or respond to the subject discussed in the article.
What should readers verify about EQuiz - a Quiz About CSS?
Check the date, product or software version, compatibility, and any current guidance before acting, especially when technology, security, health, or pricing is involved.
Reader Comments 0
Sign in with email or Google to join the discussion.