Ahm854
0
Q:

how to link external css to html

<link rel="stylesheet" type="text/css" href="mystyle.css">
9
<link rel=“stylesheet” type=“text/css” href=“style.css” />
8
<head>
	<link rel='stylesheet' href='style.css'>
</head>
5
  <link rel="stylesheet" href="PathToYourFile.css">
18

  <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="mystyle.css">
</head>
<body>

<h1>This is a heading</h1>

  <p>This is a paragraph.</p>

</body>
</html> 
0
<link rel="stylesheet" type="text/css" href="style.css">
1

New to Communities?

Join the community