rulmy
0
Q:

how to make a coronavirus statistics webpage

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <title>okay</title>

    <link rel="stylesheet" href="/style.css" />

    <script src="/script.js" defer></script>
  </head>
  <body bgcolor="beige">
    <p>
      <strong>Coronavirus Video #1</strong>
    </p>
    <iframe
      width="1903"
      height="806"
      src="https://www.youtube.com/embed/NMre6IAAAiU"
      frameborder="0"
      allow="accelerometer; autoplay; encrypted-media; gyroscope; 
             picture-in-picture"
      allowfullscreen
    ></iframe>
    <p>
      <strong>Coronavirus Video #2</strong>
    </p>
    <iframe
      width="1903"
      height="806"
      src="https://www.youtube.com/embed/dRVwrgds0rI"
      frameborder="0"
      allow="accelerometer; autoplay; encrypted-media; gyroscope; 
             picture-in-picture"
      allowfullscreen
    ></iframe>
  </body>
</html>
1

New to Communities?

Join the community