2 つのボタンの周りにライン ボックスを作成する最も簡単な方法は何ですか?
<div align="center" style="max-width:380px; border:2px;">
<INPUT type="button" value="Find Missing Definitions" onclick="promptUser()">
<INPUT id="processDefinitionsButton" type="button" value="Process Missing Definitions" onclick="processDefinitions()">
</div>
私は何を間違っていますか?これは 2px 幅の線を追加すべきではありませんか?
thnx