hello gyes...........help me ............... please tell me how to add an image in html programme with a video
Answers
Answered by
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 ☆☆ :)
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
Answered by
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>
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>
Similar questions