HTML Media


Return To Home Page

I'm img Tag


Syntax:

<img src="image/BS3gim.jpg" alt="Iron Man" width="550px" height="350px">

Output:

Iron Man

I'm img Tag As Link


Syntax:

<a href="#">
    <img src="image/files.png" alt="html document" width="300px" height="350px">
</a>

Output:

html document

I'm Video Tag


Syntax:

<video width="400px" height="320px" controls>
    <source src="image/sunrise.mp4" type="video/mp4">
    Your browser does not support the video tag.
</video>

Output:


I'm Audio Tag


Syntax:

<audio controls>
    <source src="image/Flute.mp3" type="audio/mp3">
    Your browser does not support the audio element.
</audio>

Output:


I'm iframe Tag


Youtube Video

Syntax:

<iframe width="560" height="315" src="https://www.youtube.com/embed/8oYAf5SGMy8"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen> </iframe>

Output:


Google Map

Syntax:

<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d227821.93376242695!2d80.8024251436506!3d26.848929330790813!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.
1!3m3!1m2!1s0x399bfd991f32b16b%3A0x93ccba8909978be7!2sLucknow%2C%20Uttar%20Pradesh!5e0!3m2!1sen!2sin!4v1600591338066!5m2!1sen!2sin"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"> </iframe>

Output: