Horje

How to add The <link> tag inside <head>

(links to an external style sheet) See the Example

index.html
Example: HTML
<html>
<head>
  <link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>

<h1>I am formatted with a linked style sheet</h1>
<p>Me too!</p>

</body>
</html>

Output should be:

How to add The <link> tag inside <head>




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin