HTML links,audio and video tag
In this brief article, we are going to discuss how we can insert media i.e audio or video in our web pages using the tags audio and video.
Links
Syntax -> <a >...</a>
The attributes of the anchor tag:
<a href="https://google.com/">Google</a> href g...
manvendra1097.hashnode.dev3 min read