HTML program to display flags of different countries using image tag

HTML Code

<html>
<head>
    <title>Flags</title>
</head>
<body>
    <h1>Flags of Countries</h1>
    <p><img src="images/india.jpg" alt="Sorry this Image cannot be displayed." width="100px" align="center"
            hspace="10px" vspace="10px" /><b>INDIA</b></p>
    <p><img src="images/us.jpg" alt="Sorry this Image cannot be displayed." width="100px" align="center" hspace="10px"
            vspace="10px" /><b>US</b></p>
    <p><img src="images/china.png" alt="Sorry this Image cannot be displayed." width="100px" align="center"
            hspace="10px" vspace="10px" /><b>CHINA</b></p>
    <p><img src="images/australia.png" alt="Sorry this Image cannot be displayed." width="100px" align="center"
            hspace="10px" vspace="10px" /><b>AUSTRALIA</b></p>
    <p><img src="images/france.png" alt="Sorry this Image cannot be displayed." width="100px" align="center"
            hspace="10px" vspace="10px" /><b>FRANCE</b></p>
</body>
</html>

OUTPUT



"Coding Hub - Learn to code" app now available on Google Play Store