html button tag web design

 

Html button tag web design Example:


<!DOCTYPE html>

<html lang="en">

<head>

<title>Button</title>

<style>

a{

text-decoration:none;

}

</style>

</head>

<body>

<br>

<button>Button 1</button>

<button>Button 2</button>

<button>Button 3</button>

<button>Button 4</button>

<br>

<br>

<a><button>Button 5</button><a href="#">

<a><button>Button 6</button><a href="#">

<a><button>Button 7</button><a href="#">

<a><button>Button 8</button><a href="#">

</body>

</html>

Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.