English

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 - Computer Applications

Advertisements
Advertisements

Question

  1. Write a CSS code to display the first level heading text as "My School" in Green color and center-aligned.
  2. 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
Short Note

Solution

i) h1 { display: block; font-color: green ; text-align: center;}
ii) p { display: block; font-color: yellow; font-weight: Bold; font-size: 25px;}
shaalaa.com
  Is there an error in this question or solution?
2022-2023 (March) Set 4
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×