Making two HTML buttons go side by side

后端 未结 3 1602
情书的邮戳
情书的邮戳 2021-01-12 04:24

Okay, I\'m not very familiar with HTML, or how it comes together with CSS. I have been looking all over on how to make two HTML buttons go side by side. Here is the code I\'

3条回答
  •  耶瑟儿~
    2021-01-12 04:47

    You could also try wrapping them in a table tag. That's how I fixed my similar issue. The table automatically set them side by side.

提交回复
热议问题