Search This Blog

HTML Link Tag Example

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 Link Tag Example

No comments:

Post a Comment