If for example, I have a tag: <a href="#">Ex1</a>, I want to identify what that tag is doing there. Title,class & id attributes aren’t options as I use class&id for CSS and title displays text when hovered. So, is there any attribute to do that? Thanks!
If for example, I have a tag: <a href=#>Ex1</a> , I want to identify
Share
Not really sure what your asking, but are you trying to apply meta-data as an attribute? If so, you can add more than one class (
class="one two three fourClasses"), or use thedata-attribute.