Skip to content

Commit 116bb78

Browse files
Linking CSS Stylesheets to HTML
Linking CSS Stylesheets to HTML Co-Authored-By: Mohammad Moiz Ali <[email protected]>
1 parent db34c8a commit 116bb78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Mastering Linking Techniques in HTML</title>
5+
<link rel="stylesheet" type="text/css" href="styles.css" />
6+
</head>
7+
<body>
8+
<!-- HTML content goes here -->
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)