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

What is the use of <style> tag? - Computer Applications

Advertisements
Advertisements

प्रश्न

What is the use of <style> tag?

टिप्पणी लिखिए

उत्तर

For example, if we want to display <h3> tag in a particular font style and size with blue colour in the entire page,we can use <style> tag to define its properties in head section as follows.

<style>
  h3
  {
    color:blue;
    font-family: "Copperplate Gothic Bold";
    font-size: 14pt;
  }
</style>
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×