+ 4
What is difference between link and href ?
Difference between link and href.
2 ответов
+ 6
Link tag defines the link of the page which is to be linked in your webpage like link of style sheet, fonts e.t.c. On the other hand, href is the attribute of anchor tag which let us define the url of the page which we want to link with some text or image.
0
i kinda understand the diffefence betwen a and href but i dont understand the difference between rel and href?
ive seen the link tag with either the href or the rel attribute.. what is the use of each of them ?