Features of HTML5

Free Web development courses with real-time projects Start Now!!

Program 1

<html>
    <body>
        <div>
            <p>This is some text</p>
            <ul>
                <li>tea</li>
                <li>milk</li>
                <li>coffee</li>
            </ul>
            <p>i am learning HTML.<span>It is used to create web pages</span></p>
        </div>

        <audio controls>
            <source src="C:\Users\Lenovo\\Downloads\\sample_audio.mp3">
        </audio>

        <figure>
            <img src="C:\Users\Lenovo\Downloads\bird.jpg">
            <figcaption><center>Bird</center></figcaption>
        </figure>
        <progress value="22" max="100"></progress>
    </body>
</html>

 

Did you like our efforts? If Yes, please give DataFlair 5 Stars on Google

courses

DataFlair Team

DataFlair Team provides high-impact content on programming, Java, Python, C++, DSA, AI, ML, data Science, Android, Flutter, MERN, Web Development, and technology. We make complex concepts easy to grasp, helping learners of all levels succeed in their tech careers.

Leave a Reply

Your email address will not be published. Required fields are marked *