[Solved] what is the use of adding id in the html link tag [closed]


The id could be used for multiple things.

Out of this context I can’t tell you which because you didn’t provide more of the relevant page. However an id in a stylesheet link could be used with jquery to put the link in an object so you can change, lets say the location, or file or any of the other attributes of that link while keeping it distinct by use of the id.

solved what is the use of adding id in the html link tag [closed]