css - What does class="target" do in <button class="target"> Like</button>? -


i trying create bootstrap button. class"target" here?

like

additionally, tried searching on devdocs|css documentation msdn|css couldn't find anywhere. what's correct way such class attributes. isn't class attribute?

this basic html 101, css class identifier. while bootstrap defines bunch of css classes, don't believe "target" 1 of them it's whatever example pulled uses other purpose.

the page should have <style> section or link css file defines elements "target" class should appear like. it's possible it's tagged target class jquery selection.


Comments