2021年1月3日星期日

Buttons don't show up inside div

I'm using 3 buttons with the tag button inside a div but they just don't show up. If I use the tag input they do and i dont undersand the difference, they both should show. What could the problem?

My code:

    <div class="col-7 col-sm-9">        <button class="button" type="button" value="Viti I" /></button>        <button class="button" type="button" value="Viti II"></button>        <button class="button" type="button" value="Viti III"></button>      </div>  
https://stackoverflow.com/questions/65556563/buttons-dont-show-up-inside-div January 04, 2021 at 09:06AM

没有评论:

发表评论