How to add button in HTML?

 To add a simple button to a web follow the program-



<div class="container">
  <img src="img_HTML.jpg" alt="html">
  <button class="btn">Button</button>
</div>




Comments

Post a Comment