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>(いくつかのスペースなしで.....) その上、およびこれ: '''' その下。しかし、まだ合計 5 つのボタンがある 3 つの行があり、それらの上にカーソルを合わせると変化する 4 つと、中央に 1 つのドロップダウン メニューがあります。しかし、私はそれらがすべて同じレベルにある必要があります。誰でもこれで私を助けることができますか?
<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>