aboutsummaryrefsloggenerated by cgit v1.2.3 (git 2.39.1) at 2025-08-11 01:43:44 +0000 span>"A submit button"> <a href="#">An anchor</a> </div> <h1>CSS Buttons</h1> <button class="ui-button ui-widget ui-corner-all">A button element</button> <input class="ui-button ui-widget ui-corner-all" type="submit" value="A submit button"> <a class="ui-button ui-widget ui-corner-all" href="#">An anchor</a> <div class="demo-description"> <p>Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor.</p> <p>Buttons can be styled via the button widget or by adding the classes yourself. This avoids the JavaScript overhead if you don't need any of the methods provided by the button widget.</p> </div> </body> </html>