mardi 9 août 2016

HTML - Making proper use of DIV tag

The following is a sample of my code -

    <html>
    <body bgcolor="red">
     <div class='log' style="background-color:white;width:auto; margin:0; padding:15px 20px">
     <marquee scrollamount="6" scrolldelay="100"><font size='4' color='black'>Test</marquee>
    <hr>
</div>
    </body>
    </html>

When I run it, I can see extra div space, Is there any possible way to remove the extra div space? Thanks.




Aucun commentaire:

Enregistrer un commentaire