I want to add a contact button, a button for yelp, a button for kudzu, a button for twitter, Facebook etc. in the header (which is a h1 tag).
Should I add the markup inside the H1 tag or should add it after the h1 tag and place the button over the header with CSS?
What is the best way to add the button? is the code above ok?
Thanks.