Homeaudio tag How to insert audio and image to your website by using HTML5 audio tag and image tag byScience and technology -June 25, 2021 0 Copy this code and paste it to your code editor : <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>HTML</title> <link rel="stylesheet" href="style.css"><style type="text/css" media="all"> body{ background-color: pink } </style></head><body><p><b>Hello, This Is A Audio Player</b></p><div style="color: green"> 1.NCS Song</div> <audio controls> <source src="NCS.mp3" type="audio/mpeg"> Your browser does not support the html audio tag. </audio> <h4><b>The song may not play in your browser, because this song is in my phone.If you want to play song from your phone, then select any song from your music Player and rename as song name.mp3. Then copy this song to your code editor(like vs code)in source tag and run.</b></h4> <img src="image.jpg" alt="Nature image" /></body></html> Tags: audio tag How to insert audio and image in website html HTML5 image tag Facebook Twitter