HTML Language Basics

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

ما هو الغرض الأساسي من لغة HTML؟

  • لإنشاء صفحات ويب ديناميكية
  • لإنشاء هيكل estructure وเนื้อห CONTENT لصفحات الويب (correct)
  • لإنشاء قاعدة بيانات على الويب
  • لإنشاء تطبيقات مóbile

ما هو الفرق بين عنصرین BLOCK-LEVEL وINLINE في لغة HTML؟

  • ال_Block-level_ Elements هي عناصر خاصة بالtexts
  • ال_Block-level_ Elements هي عناصر تحتل مساحة كاملة على الصفحة mientras que ال_Inline_ Elements تحتل مساحة محتوى فقط (correct)
  • ال_Inline_ Elements هي عناصر خاصة بالlinks
  • ال_Block-level_ Elements هي عناصر خاصة بالpictures

ما هو الغرض من استخدام الAttributes في لغة HTML؟

  • لإضافة رابط إلى الصفحة
  • لإضافة صورة إلى الصفحة
  • لإضافة لون خلفي إلى الصفحة
  • لإضافة معلومات إضافية عن العنصر (correct)

ما هو الهدف من استخدام عناصر semánticas في لغة HTML5؟

<p>لتوفير معنى لSTRUCTURE لصفحة الويب (C)</p> Signup and view all the answers

ما هو الاسم الذي يطلق على العنصر ``؟

<p>رأس الصفحة (A)</p> Signup and view all the answers

ما هو الهدف من استخدام عناصر HEADINGS في لغة HTML؟

<p>لإعطاء عنوانيات للسفحات (A)</p> Signup and view all the answers

ما هو الفرق بين عناصر الlistsOrdered و الlistsUnordered في لغة HTML؟

<p>الlistsOrdered هي لعرض قوائم مرتبة ترتيباً 数ical (B)</p> Signup and view all the answers

ما هو العنصر الذي يستخدم لإنشاء روابط في لغة HTML؟

<p><code>(A),</code> (B), <code>(C),</code> (D)</p> Signup and view all the answers

Flashcards are hidden until you start studying

Study Notes

لغة HTML

Definition

  • HTML (HyperText Markup Language) is a standard markup language used to create web pages.
  • It is the backbone of a website, providing the structure and content that the web browser renders to the user.

Basic Structure

  • HTML documents consist of a series of elements, represented by tags (<>).
  • Tags are surrounded by angle brackets (<>) and usually come in pairs, with the opening tag preceding the content and the closing tag following the content.
  • The basic structure of an HTML document includes:
    1. ``: declaration of the document type
    2. ``: root element of the document
    3. ``: contains metadata about the document
    4. ``: contains the content of the document

Elements

  • HTML elements can be either:
    • Block-level elements: occupy a block of space on the page (e.g. <p>, </p><div>)
    • Inline elements: occupy only the space of their content (e.g. <span>, <a>)
  • Elements can have attributes, which provide additional information about the element (e.g. href in </a><a href="https://www.example.com">)

Common HTML Elements

  • Headings: , , ``, etc. for headings
  • Paragraphs: </a></span><p><a href="https://www.example.com"> for paragraphs of text
  • Links: `

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Like This

Use Quizgecko on...
Browser
Browser