The default <button> and <input type="submit"> tags work great but look super drab. Sometimes, you want jazz things up by adding images and stylized text. This can be easily done by converting a simple <span> into a button replacement. First, we will define a class called "button". Note the DOCTYPE declaration. We use the HTML5 […]
↧