Button Basics

Bellow is the default HTML button w/ no styling.

The buttom element allows you to apply content within, such as text and images.

Amoungst other attributes, be sure to specify the type attribute, different browswers will apply different defaults if not specified.

I've displayed a couple of simple examples that you can look review and adjust as you see fit for additional practice.

Styled Buttons

Hoverable Button