حل مشروع الصور

محتويات الدرس

حل المشروع اللى فى الدرس

				
					<!DOCTYPE html>
<html>
  <body>
    <h1>Welcome to our Multi-Media Project</h1>

    <h2>Paragraphs and Text Formatting</h2>
    <p>
      This is a <strong>bold</strong> text and this is <em>italic</em>. We can
      also use <u>underline</u> and <del>strikethrough</del>.
    </p>

    <h2>Images</h2>
    <img decoding="async" src="ضع مسار الصورة" width="300" />

    <h2>Audio</h2>
    <audio controls>
      <source src="ضع مسار الصوت" type="audio/mpeg" />
      Your browser does not support the audio element.
    </audio>

    <h2>Video</h2>
    <video controls width="500" poster="ضع مسار الصورة>
      <source src="ضع مسار الفيديو" type="video/mp4" />
      Your browser does not support the video element.
    </video>
  </body>
</html>

				
			

تقدر تشوف الدرس

X