HTML Link Tag Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
<link rel="stylesheet" type="text/css" href="cssfile.css"/>
</head>
<body>
<h2> Link Tag Example < link > </h2>
<p> When we add some external CSS resource file then we use link tag </p>
</body>
</html>
OUTPUT<html>
<head>
<title> www.kod4u.blogspot.com </title>
<link rel="stylesheet" type="text/css" href="cssfile.css"/>
</head>
<body>
<h2> Link Tag Example < link > </h2>
<p> When we add some external CSS resource file then we use link tag </p>
</body>
</html>
No comments:
Post a Comment