Advertisements
Advertisements
Question
Write an external CSS code snippet to set all four margins of the body tag with 5px each.
One Line Answer
Advertisements
Solution
body{
margin-top:5px; margin-right:5px; margin-left:5px; marginbottom:5px;
}shaalaa.com
Cascading Style Sheets in HTML
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
The ______ property is used to set the position for an element.
______ is used with elements that overlap with each other.
A programmer wants to define range for age between 18 to 50, he will use a form with following appropriate control.
A CSS rule set contains ______ and ______.
- Set
- selector
- post
- declaration
- <>
CSS types are ______, ______ and ______
- internal
- external
- control
- inline
- loop
- style
Write a program using html with following CSS specification -
- The background color of the company name should be green.
- The text color of the company name should be red.
- The heading should be large with font ''comic sans ms''
- The description of the company should be displayed in blue color in a paragraph.
Write Html5 code with CSS as follows -
- Create ordered list with names of tourist Cities.
- Create unordered list with tourist places of those cities.
- Divide the list into two sections left and right by using CSS.
Write Html5 code with CSS as follows -
- To create form to accept name, age, email address, from the user.
- Create a submit button to send the data.
- The heading of the form should have a background color and a different font style.
"CSS is the most popular choice for the web developers these days". Write any four advantages of CSS.
Write the equivalent CSS code to set the following styles for a web page:
- The entire page's background color should be yellow.
- Second-level Heading properties should be as follows:
- The text color should be Red.
- Left margin should be 25 px.
