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 extension of CSS file is ______.
Which of the following indicates that the text included is a comment?
Which of the following ways below is correct to write a CSS?
What is the use of <style> tag?
What are the advantages of using CSS? Advantages 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.
List and explain the Font and text element properties and values used CSS.
