محتوى الدورة
Learn HTML In Arabic 2021
وصف الدرس

ال Code الموجود في الدرس

<!doctype html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>Book Store</title>
    <meta name="description" content="This Is Our Book Store" />
    <link rel="stylesheet" href="">
  </head>
  <body>
    <h1>Book Store</h1>
    <p>This Is My Book Store, Welcome</p>
    <img src="" alt="">
    <p></p>
    <a href=""></a>
    <audio src=""></audio>
    <video src=""></video>
  </body>
</html>