Advertisements
Advertisements
प्रश्न
Write an external CSS code snippet to set all four margins of the body tag with 5px each.
एका वाक्यात उत्तर
उत्तर
body{
margin-top:5px; margin-right:5px; margin-left:5px; marginbottom:5px;
}
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
The ______ property is used to set the position for an element.
The float property defines the ______ of content.
______ is used with elements that overlap with each other.
CSS types are ______, ______ and ______
- internal
- external
- control
- inline
- loop
- style
Types of floating properties are ______, ______, ______
- left
- zero
- right
- all
- none
- dock
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 -
- 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.
What type of CSS is the following code snippet?
<h1 style="color:blue;">A Blue Heading</h1>
Write any two differences between the Outline and Border-style properties of CSS.
- Write a CSS code to display the first level heading text as "My School" in Green color and center-aligned.
- Write the CSS code to display the following paragraph below the above-mentioned heading:
This is my School
I study in class 12
The properties of the paragraph content should be as follows:
(I) Text color should be yellow
(II) Font size should be 25 px
(III) Font style should be bold