What does class Target do if we use it with button element?

For example < button class=’’ btn btn-block target"> #Target1 < /button>

It would apply whatever styling is associated with the class target.

There is also :target pseudo class, which you might heard of (if that confuses you)?

Just class = " target" but nvm i got it now