html for beginners in hindi html for beginners in hindi | iframe tag | WEB development



CODE

-----------------------------------------------------------------------------------------

<!DOCTYPE html>
<html>
<head>
<title>kameshwar sah</title>
</head>
<body>
<!-- Data ------->
<input type="date" name="">
<br>
<hr>
<!--- color ----------->
<input type="color" name="">
<br>
<hr>
<!-- ifarme ----------->
<iframe src="home.html" width="400px"></iframe>

<iframe src="home.html"></iframe>
<iframe src="home.html"></iframe>


<iframe src="https://www.youtube.com/embed/PhRiL-cTy0k"></iframe>
<br>
<hr>
<!-- audio ------->
<audio controls>
<source src="mysong.mp3" type="audio/mpeg">

</audio>

<!-- video ----->
<video width="320" height="240" controls>
  <source src="myvideo.mp4" type="video/mp4">
 
</video>



<iframe width="560" height="315" src="https://www.youtube.com/embed/PhRiL-cTy0k" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

</body>
</html>
-----------------------------------------------------------------------------------------

Comments