Coding lessons day 4

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

Published by Victor Onwe

I am a programmer who is 11 years old

Leave a comment

Design a site like this with WordPress.com
Get started