Good afternoon guys! I have a little doubt regarding the image insertion in an Html page, well, I need to put the logo of a site at the top of the page, but I do not want the white back of the image to appear, I need only the writings, I tried to apply but the effect was not legal. follow the code:
<!--header-top-starts-->
<div class="header-top">
<div class="container">
<div class="head-main">
<img src="/home/ronan/Downloads/Trabalhos 2016/web advocacia/foto.png" width="398 " height="177" alt="Logo" />
</div>