Horje

How to add A link with a rel attribute - HTML rel Attribute

Rel attribute has been added with a HTML Link.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The a rel attribute</h1>

<p><a rel="nofollow" href="https://horje.com/">Horje.com</a></p>

</body>
</html>

Output should be:

How to add A link with a rel attribute - HTML rel Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin