Forum : CSS started
Brief description  about Online courses   join in Online courses
View Gigi Rachel  Joseph 's Profile

CSS started

Sir, What is rel??
<head>
<title><title>
<link href="mystyle.css" rel="stylesheet" type="text/css"/>
</head>
<body>

This code is from text tutorial of CSS, why title is not closed??
Asked by Gigi Rachel Joseph | Jul 21, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi

The REL and REV attributes define the nature of the relationship between the documents and the linked resource. REL defines a link relationship from the current document to the linked resource while REV defines a relationship in the opposite direction.

Regards
Jul 22, 2010