<link> Tag:-
यह टैग current document और किसी भी external resource के बीच relationship specify करता है। यह एक empty tag होगा है।
<head>
<link rel=”stylesheet” href=”styles.css”>
</head>
Attributes of link tag:-
href:- लिंक किए गए document की location Specify करता है
media:- यह Specify करता है कि लिंक किए गए document को किस डिवाइस पर display किया जाएगा
rel:- current document और लिंक किए गए document के बीच relationship Specify करता है
type:- लिंक किए गए document के मीडिया type को Specify करता है
<link> Tag:-
This tag specifies the relationship between the current document and any external resource. This will be an empty tag.
<head>
<link rel=”stylesheet” href=”styles.css”>
</head>
Attributes of link tag:-
href:- Specify the location of the linked document.
media:- This specifies on which device the linked document will be displayed.
rel:- Specify the relationship between the current document and the linked document.
type:-Specify the media type of the linked document