In the Example below, we link an external style sheet file available in css sub-directory within web root folder:
<!doctype html>
<html>
<head>
<title>HTML link Tag Example</title>
<base href="http://www.scholarsglobe.com/" />
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body>
<p>Scholars Globe </p>
</body>
</html>
<!doctype html>
<html>
<head>
<title>HTML link Tag Example</title>
<base href="http://www.scholarsglobe.com/" />
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body>
<p>Scholars Globe </p>
</body>
</html>
No comments:
Post a comment