Web Tip: Creating a Reusable “Button” Class
Monday, June 30th, 2008Web pages are full of buttons. Navigation, links, “next” buttons, “submit” buttons, “OK” buttons, “close” buttons… the list goes on. When you go about designing a new web page, chances are its going to have a lot of buttons. Make life easier for yourself by creating a button class that you can reuse over and over in your HTML whenever you need a button.
Not only is this a favor to you, but it’s good for your users and aesthetics as well. Consistency is a key factor in usability. Let’s get started.




















