Problem about html tags | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Problem about html tags

for using video tag which way is correct? (<video> <source src=".." type="video/mpeg"> <video/>) ____________ or this: (<video> <source src=".." type="video/mpeg"/> <video/>) the difference is a "/" at the last part of source tag

14th Feb 2017, 11:24 AM
Aref moloughi
Aref moloughi - avatar
1 Answer
14th Feb 2017, 12:33 PM
Jafca
Jafca - avatar