Advertisements
Advertisements
Question
Write the general format of linking CSS with HTML.
Solution
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>
APPEARS IN
RELATED QUESTIONS
Which of the following is the page level style?
CSS is also called as ______.
The extension of CSS file is ______.
The declaration should be terminated by
Which of the following ways below is correct to write a CSS?
What is the use of <style> tag?
What is Inline Style?
What are the advantages of using CSS? Advantages of CSS
Write an HTML document to display the following paragraph as per the given description Using CSS:
- Font Name: Cooper Black
- Style: Bold Italics
- Color: Blue
“The State Institute of Education (SIE) was established in 1965 to provide for systematic study of problems relating to School Education under the administration of Directorate of School Education.”
List and explain the Font and text element properties and values used CSS.