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
संबंधित प्रश्न
Expansion of CSS ______.
Which of the following is the page level style?
The Declaration block of CSS is surrounded by
The declaration should be terminated by
Which of the following ways below is correct to write a CSS?
What is CSS?
What is Inline Style?
Write a short note on rule of CSS.
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.
