How to link a css file URL to a style sheet for only one tag in html [closed]
I want to link a stylesheet URL for only one tag, so that the attributes do not overlap to other tags.
For example: the first div tag is imported bootstrap stylesheet. Bootstrap attribute is only use inline this div. After close with </ div>, this stylesheet link is not applied to all tags after that.
I use html,css,js only.
How can I do for it? Thank all!
Comments
Post a Comment