IT Study/Web
[HTML] 영상(video) 출력
도뿌리
2018. 8. 6. 14:03
1 2 3 4 5 6 7 8 9 10 11 12 13 | <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> </head> <body> <video width="500" controls="controls"> <source src="terry.mp4" type="video/mp4"> </video> </body> </html> | cs |
결과 화면