16 Aug 2015

Image Tag in HTML

How to apply images in HTML in details

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Images</title>
    </head>
    <body>
       
        <img src="images/guinea-pig.jpg" width="300" height="350" alt="A picture of a guinea pig">
       
        <!-- http://pixabay.com/en/guinea-pig-from-the-front-206800/ -->
    </body>
</html>
Share:

0 comments:

Post a Comment