Search Header Logo
Html buttons

Html buttons

Assessment

Presentation

Computers, Other

2nd - 12th Grade

Hard

Created by

G L

FREE Resource

3 Slides • 0 Questions

1

Html buttons

by Lang

2

<button type="button">Click Me!</button>

​The base button

3

<style>.button {  border: none;  color: white;  padding: 15px 32px;  text-align: center;  text-decoration: none;  display: inline-block;  font-size: 16px;  margin: 4px 2px;  cursor: pointer;}.button2 {background-color: #4CAF50;} /* Green */.button2 {background-color: #008CBA;} /* Blue */

.button2 {width: 100%;}</style>

​<button class="button button2">Blue</button>​

​A button when you change the color to coloror own color button

Html buttons

by Lang

Show answer

Auto Play

Slide 1 / 3

SLIDE