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 should be terminated by
Which of the following indicates that the text included is a comment?
What is the use of <style> tag?
What is Inline Style?
What are the advantages of using CSS? Advantages of CSS
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.
