Home
ABOUT US
ONLINE-TEST
FEEDBACK FORM
TRAINER FORM
CONTACT US
CSS
CSS
By :
Ntpr centre
-
October 05 , 2020
Welcome to your CSS
Name
Email
Contact no.
Corporate
Individual
1.
1. If we want define style for an unique element, then which css selector will we use ?
ID
Class
Name
2.
2. How can you insert a comment in a CSS file ?
// this is a comment //
/* this is a comment */
‘ this is a comment
// this is a comment
3.
3. If we want to use a nice looking green dotted border around an image, which css property will we use?
border-color
border-decoration
border-style
bg-color
4.
4. What is the correct CSS syntax?
body:color=black
{body:color=black(body}
{body;color:black}
body {color: black}
5.
5. If we want to wrap a block of text around an image, which css property will we use ?
align
float
push
wrap
error:
Content is protected !!