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

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

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

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

reply 13

visibility
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>نمایش ویدئو در صفحه</title>
</head>
<body>
    <video controls>
        <source src="test" type="video/mp4">
        خطا: مرورگر پشتیبانی نمی کند
    </video>
</body>
</html>
<!DOCTYPE html>
<html>
    <head>
        <title>Video traning</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="تمرین آپلود ویدیو">
        <meta name="keyword" content="video,upload">
    </head>
<body>

    <video width="200px" controls autoplay muted>
        <source src="test.mkv" type="video/mkv">
        Error buddy. cant support this file!!!
    </video>

</body>
</html>
<!DOCTYPE html>
<html lang="fa">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>

    </style>
</head>
<body>
    <video controls>
        <source src="test" type="video/mp4">
        error
    </video>
</body>
</html>
<!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 بنویس و ثبت کن

×
بستن