Total Questions:-36 Goto Page:
1
2 3 4
R4R ---> Articles--> CSS -->CSS Articles List
Page 1
Articles:
CSS stands for?
a. Central Style Sheets
b. Common Style Sheets
c. Cascading Style Sheets
d. Control Style Sheets
Post Your View
Viewsc. Cascading Style Sheets
For More
By:Vivek
Date:
Articles:
How ca you define CSS padding?
1. td.test1 {padding: 2.0cm}
2. td.test1 {pad: 2.0cm}
3. td.test1 {pad. 2.0cm}
4. None
Post Your View
Views
By:Som
Date:
Articles:
How can i define First-line pseudo-element in CSS?1. selector:pseudo-element {property: value}2. selector:pseudo-elements {property: values}3. select:pseudo-element {property: value}4. None
Post Your View
Views
By:Som
Date:
Articles:
How can we are define at-rule in CSS?
1. 'import','@page'.
2. '@import','page'.
3. '@import','@page'.
4. None
Post Your View
Views
By:Som
Date:
Articles:
How many types of CSS?
1. One
2. Two
3. Three
4. None
Post Your View
Views
By:Som
Date:
Articles:
How to create CSS Border?
Post Your View
Views Using CSS Border we can set the border around a text.
Example:
<html>
<head>
<style type="text/css">
p
{
border: medium double rgb(250,0,255)
For More
By:Vivek
Date:
Articles:
How to set background with CSS?
Post Your View
Views Using the background of CSS we can changed the background effect of element.
Example:
<html>
<head>
<style type="text/css">
body {background-co
For More
By:Vivek
Date:
Articles:
How to set background with CSS?
<style type="text/css">
body {background-color: yellow}
</style>
1. True
2. False
Post Your View
Views
By:Som
Date:
Articles:
How to set CSS comment?
Post Your View
Views Generally, We use comment when we want ro say something about code.We can also also use as remender means using comment get some main information abo
For More
By:Vivek
Date:
Articles:
How to set CSS font?
Post Your View
Views We can set the CSS font by using them.
Example:
<html>
<head>
<style type="text/css">
h3 {font-family: arial}
p {font-family: courier}
p.sanss
For More
By:Vivek
Date:
Go:
1
2 3 4