HTML Embedding
Embedding is a process for communication between webpage to third part services. Third party cervices like social media accounts. Embed means to insert any mages, videos, gifs and other content into social media posts or other web media.
Example
<html>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/df2vWVIhUJI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>
Output
Comments
Post a Comment