Computer Science, asked by pintukumar8863097, 1 day ago

Write the step to display the video in HTML​

Answers

Answered by Anonymous
0

Answer:

HTML allows playing video in the web browser by using <video> tag. To embed the video in the webpage, we use src element for mentioning the file address and width and height attributes are used to define its size. Example: In this example, we are using <video> tag to to add video into the web page

Similar questions