HomeAbdullah Diaa

التعريف ب id, class, div

الدرس يشرح بشكل مبسط تعريف DIV HTML tag و طريقة استخدامه، و كذلك يشرح id, class و كيفية استخدام javascript معهم

الكود الخاص بالدرس

<!DOCTYPE html>
<html>

<head>
  <title>Abdullah Diaa</title>
  <meta charset="UTF-8" />
</head>

<body>
  <h1 id="name">Abdullah Diaa</h1>
  <h2 id="job">Software Engineer</h2>
  <div class="title">My Title</div>
  <div class="title">My Title 2</div>
</body>
  <script src="/script.js"></script>

</html>

LinkedIn

GitHub

البريد الإلكتروني

YouTube

جميع الحقوق محفوظة © عبدالله ضياء ٢٠٢٤