show-notice
hide-notice

Friday 9 August 2013

HTML link Tag


Introduction:

The HTML link tag is used for defining a link to an external document. It is placed in in the <head> section of the document.

Example:
<html>
<head>
<title>HTML link Tag</title>
<link rel="stylesheet" type="text/css" href="your file here" /> 
</head>
<body>

</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com