ویدیو گزاری با html

PHOTO EMBED

Thu Sep 07 2023 18:26:44 GMT+0000 (Coordinated Universal Time)

Saved by @Mohammadrezasmz

< ! DOCTYPE html>
<html lang="en">
<head>
<rneta
<meta http-equiv="X-UA-Compatib1e" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=l.0">
<title>Document</title>
</head>
<body>
<video width="300" controls loop muted preload="none">
  <!--قسمت type مشخص میکنه که فرمت ویدیو بارگزاری شده ختما باید mp4 باشه-->
<source src="codeyad.mp4" type="video/mp4">
</video>
</body>
</html>
content_copyCOPY

ویدیو گزاری با html