Today we are going to learn how to make a button in html, follow these steps:
<html>
<head>
<title>My first html button</title>
</head>
<body>
<button>Click me!</button>
</body>
</html>
This is an example of a button
Keepup
#keepup
Today we are going to learn how to make a button in html, follow these steps:
<html>
<head>
<title>My first html button</title>
</head>
<body>
<button>Click me!</button>
</body>
</html>
This is an example of a button
Keepup