Computer Science, asked by namitnamit007, 3 months ago

Before HTML5, audio and video files could only be played in a browser with a plug-in. *

True

False

Answers

Answered by studay07
1

Answer:

true

reason: HTML didn't have the ability to embed video and audio on the Web Before HTML5

<!DOCTYPE >

      <head >

       <head>

       <meta charset="utf-8">

       <meta http-equiv="X-UA-Compatible" content="IE=edge">

       <title>My Web page</title>

       <meta name="viewport" content="width=device-width, initial-scale=1">

       <link rel="stylesheet" href="">

       </head>

       <body>

       <h1>School Name:Sunshine Worldwide School</h1>

       <h2>Roll no:17120501</h2>

       <h3>class:6th</h3>

       <h4>section:A</h4>

       <h5>subject:Computer</h5>

       </body>

        </html>

Similar questions