محتوى الدورة
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" />
  </head>
  <body>
    <header>Head Of Website</header>
    <nav>Link - Link - Link</nav>
    <section>
      <section></section>
      <aside></aside>
    </section>
    <footer>Footer</footer>
  </body>
</html>