summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/CSS/4.3.external.html
blob: 9f7df07ed55c106b9764f056497e43161d5ac610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
<title>External Styles</title>
<meta charset="utf-8">
<!--Changing CSS name is a requirement for this to function given the new naming scheme-->
<link rel="stylesheet" href="4.3.color.css"> 
</head>
<body>
    <p>This web page uses an external style sheet.</p>
</body>
</html>