Correct Answer: manual
Explanation:
Note: This Question is unanswered, help us to find answer for this one
CSS 3 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More CSS 3 MCQ Questions
Which property doesn't take up space?
Which is the initial value for the column-fill property?
Which is not a valid property of an aural style sheet?
Read the following: @page rotated {size: landscape} TABLE {page: rotated; page-break-before: right} What will this code do?
What will happen if the following style declaration is used in the given HTML code? div.container { width:38em; border:1em solid black; } div.split { box-sizing:border-box; width:50%; border:1em silver ridge; float:left; } HTML code:
To turn text into all uppercase, use:
This code will affect: @media print {h1#first { position: static }
What is the shorthand version of the CSS3 property transition?
If there is not enough room for a float on a line it is:
_____ positioned boxes are taken out of the normal flow.