Computer Science, asked by harsrisht1416, 1 year ago

hello gyes...........help me ............... please tell me how to add an image in html programme with a video

Answers

Answered by LuckyYadav2578
1
to add an image and video in html programme

for img:-
<img src= " address of the image ">

for video:-
<video width="359" height="365" controls>
<source src="address of the video" type="video type (mp4/ogg)">
</video>

note : you can change width and height
i hope its help ☆☆ :)

LuckyYadav2578: nhi
LuckyYadav2578: email account hai
Answered by psysaghi31
1
This HTML tutorial contains hundreds of HTML examples.

With our online HTML editor, you can edit the HTML, and click on a button to view the result.

Example
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

LuckyYadav2578: dear these syntax and programme is not to add image and video it is for heading and paragraph
Similar questions