Hello. Can someone explain me how to add videos on HTML page?
I will use this code to add images:
but when i replace the name of the photo with the name of the video, it doesn't work.
I will use this code to add images:
</div>
<div class="Gallery-Content--mediaContainer"><a name="NAME_OF_IMAGE.JPG"></a>
<div class="Gallery-Content--media">
<div class="imageContainer">
<img class="image-thumb" src="./NAME_OF_FOLDER_THAT_CONTAINS_IMAGE/NAME_OF_IMAGE.JPG"/>Full-size image is <a href="./NAME_OF_FOLDER_THAT_CONTAINS_IMAGE/NAME_OF_PHOTO,JPG">here.</a>
</div>
<div class="Gallery-Content--mediaContainer"><a name="NAME_OF_IMAGE.JPG"></a>
<div class="Gallery-Content--media">
<div class="imageContainer">
<img class="image-thumb" src="./NAME_OF_FOLDER_THAT_CONTAINS_IMAGE/NAME_OF_IMAGE.JPG"/>Full-size image is <a href="./NAME_OF_FOLDER_THAT_CONTAINS_IMAGE/NAME_OF_PHOTO,JPG">here.</a>
</div>
but when i replace the name of the photo with the name of the video, it doesn't work.