Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有使用<ul>和锚标记的代码,我放了:<br> <br />
<ul>
<br> <br />
<center>(没有一些空格.....)在它上面,这个:''''在它下面。但是我仍然得到 3 行,我总共有 5 个按钮,当你将鼠标悬停在它们上时会改变 4 个,中间有一个下拉菜单。但我需要他们都在一个层面上。谁能帮我这个?
<center>
<div style="text-align:center;"> <button>Button-1</button><button>Button-2</button> <select> <option>1</option> <option>2</option> <option>3</option> </select> <button>Button-3</button><button>Button-4</button> </div>