<input type="button" value="click" />
<input type="button" value="click" class="btn-with-class" />
[type="button"]{
width: 100px;
height: 40px;
background: teal;
}
[class^="btn"]{
background: orange;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.