DEV Community

RagDev
RagDev

Posted on

Just made a form have buttons in HTML

just add href="" in the

to make it a button

Top comments (1)

Collapse
 
theoriginalragdev profile image
RagDev • Edited
index.html
style.css
script.js
assets

td{
font-family: 'Roboto', sans-serif;

background-color: black;
color: white;
border: black;
}
table{
background-color:black;
color: black;
border: black;
}
td:hover{
font-family: 'Roboto', sans-serif,'bold';
background-color: white;
color: black;
border: black;
}