1. Home
  2. /
  3. Blog
  4. /
  5. دورة تصميم الويب 3
Web design and development

دورة تصميم الويب 3

October 2, 2022 1 min read 129
دورة تصميم الويب 3


<!--  image --------------  -->

<img src="22/sv.jpg" alt="this is image" width="320" height="240">

<!--  image as a link --------------  -->


<a href="https://www.google.com">
<img src="22/sv.jpg" alt="this is image" width="320" height="240">
</a>

<!-- #1 adding audio method #1  -------------- -->

<audio src="sv.mp3" controls="" >

<!-- #2 adding audio method #2 --------------  -->

	<audio controls="">
<source src="sv.mp3" type="audio/mp3">


</audio>

    <!--  adding video--------------  -->

<video controls loop  autoplay height="240" width="320" >
	<source src="sv.mp4" type="video/mp4"  >

</video>


<div class="separator" style="clear: both; text-align: center;"><iframe class="BLOG_video_class" allowfullscreen="" youtube-src-id="Blr66qsVF-8" width="600" height="498" src="https://www.youtube.com/embed/Blr66qsVF-8"></iframe></div>

Share:
Read next

Related articles