Answers for "add an image as a banner in html"

1

how to insert a banner in html

<style>
  .main-header {
  text-align: center;
}
</style>

<header class="main-header" role="banner">
  <img src="mybannerimage.gif" alt="Banner Image"/>
</header>
Posted by: Guest on April-18-2021

Code answers related to "add an image as a banner in html"

Browse Popular Code Answers by Language