0
I use bootstrap to create applications for the web and I realized that in numerous examples, they use for buttons the <a href>
as in this link. I wanted to know how I can work in the same way without having to change the location of my page. Today whenever I need to use this tag, I have to make a reference to a null element on the screen as in the example below:
<a href="#">teste</a>
you can use <button class="btn btn-lg btn-Primary" type="button">Primary</button>
– Gabriel Rodrigues
alias n understood, what would be location bar ? buttons in bootstrap support multiple tags, just you use type='button method'
– Gabriel Rodrigues
Are you talking about this? http://i.stack.Imgur.com/wMje2.png
– Jorge B.
Try to clarify what you want.
– Jorge B.