Button Test

This page contains various methods for displaying buttons. Goals are:

Example #1: Using <input type="button"> with CSS background image

Example #2: Using the <button> element with nested <img>

Example #3: Using the <div> element with nested <img> (No ARIA)

Play

Example #4: Using the <div> element with nested <img> (with ARIA)

Play

Example #5: Using <input type="image">