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".
एक पंक्ति में उत्तर
उत्तर
<h1 style="background-color:green"> My CA Exam </h1>
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
.cs is the extension of CSS file
______ character is used to create an id in CSS.
CSS types are ______, ______ and ______
- internal
- external
- control
- inline
- loop
- style
Positioning types in CSS are ______
- Static
- fixed
- absolute
- position
- dynamic
- nested
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.
Write an external CSS code snippet to set all four margins of the body tag with 5px each.
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.
- Assertion (A): CSS saves a lot of work. It can control the layout of multiple web pages all at once.
- Reason (R): All the required style settings can be stored in an external stylesheet and a link to it can be added in the <head> section of each web page.