Tryit<!DOCTYPE html><html><head><title>Wikitechy data attribute</title></head><body><h2>HTML data attribute with example</h2><object width="300" height="300" data="hibiscus.mp4"></object></body></html>
Code Explanation for data Attribute in HTML:
<object> tag is used to embed a video object within the document.
data is an attribute, which indicates the URL of the video.