Advertisements
Advertisements
प्रश्न
Write the general format of linking CSS with HTML.
टिप्पणी लिखिए
Advertisements
उत्तर
General format of linking CSS with HTML
<Link rel = “stylesheet” type = “text/css” href = CSS_File_Name_with_Extension>
Example:
<head>
<title> Demonstration of using CSS </title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>shaalaa.com
Introduction to CSS
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which of the following is the page level style?
What is selector?
The Declaration block of CSS is surrounded by
What is the property to set text as bold?
Which of the following ways below is correct to write a CSS?
What is Inline Style?
Write down general format of CSS declaration.
Write a CSS file to define text color and alignment to <p> tag.
Write a CSS file to define font type, style and size to <h1> tag.
List and explain the Font and text element properties and values used CSS.
