हिंदी

An incomplete HTML code of a webpage is given below. Fill in the empty spaces in the <style> tag to meet the specifications given. - Computer Applications

Advertisements
Advertisements

प्रश्न

An incomplete HTML code of a webpage is given below. Fill in the empty spaces in the <style> tag to meet the specifications given.

<html>
<head>
    <title>CSS Demo</title>
    <style>
         body { 
             ______: Yellow;
         }
         h1 {
               ______: red;
               ______: Arial
         }
         p {
              ______: 16px;
         }
    </style>
</head>
<body>
    <h1>Welcome to My Webpage</h1>
    <p>This page demonstrate CSS styling.</p>
</body>
</html>

Specifications

  • Set the background color of the webpage to yellow.
  • The heading (<h1>) should have a Red color and use the Arial font.
  • The paragraph text (<p>) should have a font size of 16px.
रिक्त स्थान भरें
Advertisements

उत्तर

<html>
<head>
    <title>CSS Demo</title>
    <style>
         body { 
             background-color: Yellow; 
         }
         h1 {
               color: red;
               font-family: Arial
         }
         p {
              font-size: 16px;
         }
    </style>
</head>
<body>
    <h1>Welcome to My Webpage</h1>
    <p>This page demonstrate CSS styling.</p>
</body>
</html>

shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2025-2026 (March) Board Sample Paper
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×