हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा ११

Write an HTML document to display the following paragraph as per the given description Using CSS: Font Name: Cooper Black Style: Bold Italics Color: Blue - Computer Applications

Advertisements
Advertisements

प्रश्न

Write an HTML document to display the following paragraph as per the given description Using CSS:

  • Font Name: Cooper Black
  • Style: Bold Italics
  • Color: Blue

“The State Institute of Education (SIE) was established in 1965 to provide for systematic study of problems relating to School Education under the administration of Directorate of School Education.”

संक्षेप में उत्तर

उत्तर

                Mystyle.css
H1
{
   font-family : "Comic Sans MS";
   Font-weight : Bold;
   border:2px solid blue;
}
P {
      Font-family : "Copper Black";
      font-style : Italic;
      color : Blue;
      Font-weight : bold;
}
   ---CSS_Test.htm---
<html>
<head>
<title> Demonstration of using CSS </title>
<link rel="stylesheet"  type="text/css"  href="mystyle.css">
</head>
<body bgcolor = yellow>
<H1> State Institute of Education (SIE) </H1>
<P>
The State Institute of Education (SIE) was established in 1965 
to provide for systematic study of problems relating to school
Education under the administration of Directorate of School Education.
</P> 
</body>
</html>
shaalaa.com
Introduction to CSS
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 13: CSS - Cascading Style Sheets - Evaluation [पृष्ठ २९३]

APPEARS IN

सामाचीर कलवी Computer Applications [English] Class 11 TN Board
अध्याय 13 CSS - Cascading Style Sheets
Evaluation | Q 1. | पृष्ठ २९३
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×