set button text in css code example
Example 1: css button style rectangle
<div class="placeholder-box">
<button type="button"> Button Text Here </button>
<p>Nunc condimentum mauris elit</p>
<ul>
<li>Duis quis eros felis</li>
<li>Nulla facilisi</li>
</ul>
</div>
Example 2: how to resize submit button in html
#search {
width: 20em; height: 2em;
}