🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

HTML Language Basics
8 Questions
2 Views

HTML Language Basics

Created by
@RestfulLagrange

Podcast Beta

Play an AI-generated podcast conversation about this lesson

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 لصفحة الويب</p> Signup and view all the answers

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

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

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

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

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

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

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

    <p>``</p> Signup and view all the answers

    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

    Description

    Learn the basics of HTML, including its definition, basic structure, elements, and common HTML elements. Understand how to create web pages and provide structure and content to a website.

    More Quizzes Like This

    Use Quizgecko on...
    Browser
    Browser