xxxxxxxxxx
<html>
<body>
<h1>Basic object element example</h1>
<!--Embed an image:-->
<object
data="https://res.cloudinary.com/thewebmaster/image/upload/ar_16:10,c_fill,f_auto,g_auto,q_auto,w_300/image/google-update-march-2017.jpg"
width="300"
height="188"
></object>
<!--Embed a HTML page:-->
<object
data="https://www.thewebmaster.com/"
width="500"
height="200"
></object>
<!--Embed a movie file:-->
<object
data="https://file-examples-com.github.io/uploads/2020/03/file_example_WEBM_1920_3_7MB.webm"
width="250"
height="200"
></object>
</body>
</html>