Q.1.
What does CSS stand for?
Q.2.
What are the 4 values of the flex-direction property?
Q.3.
How do you utilize flexbox's properties?
Q.4.
If we want define style for an unique element, then which css selector will we use ?
Q.5.
By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code ?
Q.6.
How will you make all paragraph elements 'RED' in color ?
Q.7.
Can we align a Block element by setting the left and right margins ?
Q.8.
Using Responsive Web Design (RWD) ensures that site will display correctly in all desktop browsers and mobile devices.You used a grid-based layout and resize-able images, which is another RWD technique that you can use in responsive design?
Q.9.
If we want to wrap a block of text around an image, which css property will we use ?
Q.10.
Which of the following is the correct CSS syntax?
Q.11.
When we write <img src="img.png">, what "img.png" inside double quote implies?
Q.12.
Which is not a property of attribute Behaviour of <Marquee> tag?
Q.13.
Which CSS code is buggy?
Q.14.
Which css property you will use if you want to add some margin between a DIV's border and its inner text ?
Q.15.
The default value of "position" attribute is _________.
Q.16.
John wants the name of his book to appear in search results for Google. Where should this information beplaced within his webpage?
Q.17.
You should always define a backup font-family in CSS.
Q.18.
What unit of measurement does CSS use for size?
Q.19.
Which is the value in this CSS?p {color: red;}
Q.20.
How can you make a bulleted list?