Test of CSS knowledge - Part 6
- Question 1: What attributes are used to create distances between elements?
- margin
- spacing
- padding
- border
-
- Question 2: Which attribute is used to create the distance between the border and the content inside the element?
- margin
- spacing
- padding
- border
-
- Question 3: What attributes are used to create space between text lines?
- line-spacing
- line-height
- spacing
- letter-spacing
-
- Question 4: How can I format the elements on the same row?
- display: left;
- display: inline;
- display: horizontal;
- There is no right answer
-
- Question 5: If you want to create an interesting footer attached to the bottom of the user window (not just at the bottom of the page), what attributes would you use?
- position and bottom
- display and float
- position and float
- display and bottom
-
- Question 6: What attributes are needed to install an image in the background?
- image
- background-image
- background: image
- image: background
-
- Question 7: What is the valid CSS attribute used to place an element on the right side of its container?
- display: right;
- float-right: 0px;
- display-right: 0px;
- float: right;
-
- Question 8: In a table, how to get the background color of alternating rows?
- tr: even {background-color: #CCC;}
- td: even {background-color: #CCC;}
- td: nth-child (even) {background-color: #CCC;}
- tr: nth-child (even) {background-color: #CCC;}
-
- Question 9: What attributes would you use to change the border of the element?
- border-size: 5px;
- border: width: 5px;
- border-width: 5px;
- border: size: 5px;
-
- Question 10: What attributes are used to change the display list type to Roman numerals instead of normal numbers?
- list-style-type: upper-roman;
- list-type: roman;
- list-bullet-type: roman-numerals;
- list-style: roman;
-
5 ★ | 2 Vote
You should read it
- Test of CSS knowledge - Part 5
- Test of CSS knowledge - Part 8
- What do you know about programming language C # P1
- eQuiz - Test of knowledge about the browser
- Test common knowledge about social culture P1
- Test common knowledge about social culture P2
- Set of multiple choice questions about programming with P12
- Test general knowledge about social culture P3
May be interested
- Testing computer science knowledge, doing a bit of fun (part 7)after part 6, network administrator continues to introduce part 7. let's try to see how many answers you can answer?
- Testing computer science knowledge, doing little for fun (part 9)after section 8, network administrators continue to introduce part 9 of the series of computer science knowledge tests.
- Test of terminology and technology - Part 10test your technology knowledge with 30 technology multiple choice questions below.
- [QUIZ] Test your understanding of SQL - Part 3the test set comes with sql lessons that give you lots of useful knowledge.
- Testing computer science knowledge, doing little for fun (part 4)after the previous sections, network administrator continues to introduce part 4.
- Multiple choice quiz about Python - Part 10following the previous test, part 10 returned with the python function. let's try with quantrimang to try the 10 questions below.
- [QUIZ] Test your understanding of SQL - Part 5multiple-choice questions on sql help you familiarize and review useful knowledge for work and learning sql language.
- [QUIZ] Check your understanding of SQL - Part 2continue series what do you know about sql? , part 2 continues with questions that revolve around basic knowledge in databases.
- eQuiz - Multiple choice test on programming language C - part 1this is part 1 of a series of tests on knowledge of c programming language, in total there will be 15 questions with no time for answering each sentence.
- [QUIZ] Test your understanding of SQL - Part 4let's try our knowledge with multiple choice questions about sql database management system.