HTML & CSS Test
Sign in to Google to save your progress. Learn more
Email *
1) Which of the following keywords do we use to write inline style to an html element?
10 points
Clear selection
2) We want to give the body element a style. Which of the following css syntax is correct?
10 points
Clear selection
3) Which keyword is used to select all elements in a document in a css action?
10 points
Clear selection
4) Which of the following selects all h1 elements in a css action?
10 points
Clear selection
5) What is the process where browsers apply their own styling rules called?
10 points
Clear selection
6) { width: 100px; padding:10px; How many px does a div with the style margin-left:10px} occupy on the screen?
10 points
Clear selection
7) Which of the following selectors do we use so that we do not select ALL p's in a div?
10 points
8) Which of the following is a keyword related to the polymorphism principle of OOP?
10 points
Clear selection
9) { width: 100px; padding:10px; margin-left:10px; How many px does a border:2px} style div occupy on the screen?
10 points
Clear selection
10) {width: 300px; height: 100px; padding: 50px; border: 1px solid red; How many px does a div with the style box-sizing: border-box;} occupy on the screen?
10 points
Clear selection
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy