حالت آفلاین — محتوا از حافظهٔ کش نمایش داده می‌شود

نمایش ویدیو در صفحه

تمرین آسان 1381 visibility link download flag

کدی بنویسید که ویدیویی با آدرس (test) را در صفحه بارگذاری کند. دکمه های کنترل ویدیو نیز وجود داشته باشد

👨‍💻 8 ساعت قبل کاربر ناشناس این تمرین رو مشاهده کرد

reply 13

visibility

برای مشاهده این جواب باید اشتراک داشته باشی

دریافت اشتراک

جواب شماره 2828

برای مشاهده این جواب باید اشتراک داشته باشی

دریافت اشتراک

جواب شماره 7260

برای مشاهده این جواب باید اشتراک داشته باشی

دریافت اشتراک

جواب شماره 5984

<!doctype html>
<html lang="fa">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Show video on page</title>
    <style>
      body {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    </style>
  </head>
  <body>
    <video width="500" controls>
      <source src="./test.mp4" type="video/mp4" />
      <source src="./test.mkv" type="video/mkv" />

      Error: Browser not supported
    </video>
  </body>
</html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>adress</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
     <video src="2.mp4" controls width="1290" height="600"></video><hr>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ZARAS</title>
    <link rel="shortcut icon" href="favicon (14).ico" type="image/x-icon">
</head>
<body>

    <video width="400" height="400" controls>
        <source src="test.mp4">
    </video>

</body>
</html>
<!DOCTYPE html>
<html>
  <head>
    <title>نمایش ویدیو</title>
    </style>
  </head>
  <body>
    <video autoplay controls>
      <source src="test.mp4" type="video/mp4">
    </video>
  </body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>video</title>
    <link rel="stylesheet" href="">

</head>
<body>
    <a href="D:\FILM\انیمیشن\بالا" title="FILM" target="_blank">
        <video src="video/Up.2009.480p.Farsi.Dubbed.mkv" controls ></video>
    </a>

</body>
</html>
<< صفحه قبل 1 2 صفحه بعد >>

ارسال جواب

جوابت را با Markdown بنویس و ثبت کن

×
بستن