asp.net - How to vertically stack two HTML buttons without a table? -


what easiest way vertically stack 2 html buttons without table?

doesn't easier than

<input type='button' ... /> <br /> <input type='button' ... /> 

Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -