Advertisements
Advertisements
प्रश्न
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.
टीपा लिहा
Advertisements
उत्तर
i. {background-color: yellow;}
ii. h2 {display: block; font-color: Red ; margin-left: 25px;}shaalaa.com
Cascading Style Sheets in HTML
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
The ______ property is used to set the position for an element.
The float property defines the ______ of content.
______ character is used to create an id in CSS.
A CSS rule set contains ______ and ______.
- Set
- selector
- post
- declaration
- <>
CSS types are ______, ______ and ______
- internal
- external
- control
- inline
- loop
- style
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 an external CSS code snippet to set all four margins of the body tag with 5px each.
Write any two differences between the Outline and Border-style properties of CSS.
