© TA Hooper 2016 copyright all materials
Auto Electrics & vehicle Diagnostics in Tunbridge Wells
and Surrounding Area
A11 REPAIRS
Click thumbnail to enlarge
<!DOCTYPE html>
html
>
body
style
=
"text-align: center"
>
<
h2
>
How to Add Video in HTML
</
h2
>
<
video
width
=
"500px"
height
=
"400px"
controls
=
"controls"
>
<
source
src
=
"https://media.geeksforgeeks.org/wp-content/uploads/20231020155223/
Full-Stack-Development-_-LIVE-Classes-_-GeeksforGeeks.mp4"
type
=
"video/mp4"
/>
</
video
>
</
body
>
</
html
>