Advertisements
Advertisements
प्रश्न
Write an inline CSS code to set the background color for the first level heading as 'green' containing the text "My CA Exam".
एक पंक्ति में उत्तर
Advertisements
उत्तर
<h1 style="background-color:green"> My CA Exam </h1>shaalaa.com
Cascading Style Sheets in HTML
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
The ______ property is used to set position for an element.
The float property defines the ______ of content.
______ 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.
Positioning types in CSS are ______.
Types of floating properties are ______, ______, ______.
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.
Write any two differences between the Outline and Border-style properties 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.
- 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
