HTML Basics Quiz

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؟

  • (correct)

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

  • لإظهار محتوى المستند
  • لإضافة أسلوب إلى الموقع
  • لإنشاء رابط гипер متعدد
  • لتخزين بيانات عن المستند (correct)

ما هو النوع من العناصر التي تسمى بالعناصر البنائية؟

  • العناصر الهيكلية (correct)
  • العناصر الدلالية
  • العناصر التركيبية
  • العناصر التصويرية

ما هو الغرض من السمة id في عنصر HTML؟

<p>لفorum 唯ح Identification (C)</p> Signup and view all the answers

ما هو العنصر المستخدم لإنشاء رابط гипер متعدد؟

<p>(C)</p> Signup and view all the answers

ما هو النوع من العناصر التي تسمى بالعناصر التصويرية؟

<p>العناصر التصويرية (B)</p> Signup and view all the answers

ما هو الاسم الكامل ل HTML؟

<p>HyperText Markup Language (C)</p> Signup and view all the answers

ما هو الجزء الأساسي من بنية مستند HTML؟

<p>عناصر (D)</p> Signup and view all the answers

ما هو النوع من العناصر التي يمكن أن تحتوي على عناصر أخرى؟

<p>عناصر كتلة (D)</p> Signup and view all the answers

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

<p>لأضافة معلومات عن الصفحة (A)</p> Signup and view all the answers

ما هو الوسم الذي يحتوي على محتوى الصفحة؟

<p>(A)</p> Signup and view all the answers

ما هو الوسم الذي يعلن نوع المستند؟

<p>&lt;/div&gt; (B)</p> Signup and view all the answers

ما هو الغرض من السمة href في عنصر HTML؟

<p>لتعيين عنوان الهدف للرابط (D)</p> Signup and view all the answers

ما هو العنصر الذي ي 定ف القسم الرئيسي من مستند HTML؟

<p>main (A)</p> Signup and view all the answers

ما هو الغرض من السمة alt في عنصر HTML؟

<p>لتعيين النص البديل للصورة (D)</p> Signup and view all the answers

ما هو النوع من HTML الذي يركز على معني المحتوى أكثر من عرضه؟

<p>HTML سيميانتيكي (A)</p> Signup and view all the answers

ما هو العنصر الذي ي địnhف القسم من المحتوى ذات الصلة؟

<p>section (A)</p> Signup and view all the answers

ما هو العنصر الذي ي địnhف قسم النavigation في مستند HTML؟

<p>nav (B)</p> Signup and view all the answers

Flashcards are hidden until you start studying

Study Notes

HTML Basics

  • HTML stands for HyperText Markup Language
  • It's a standard markup language used to create web pages
  • HTML is the backbone of a website, providing structure and content

HTML Structure

  • HTML Document:
    • Starts with <!DOCTYPE html> declaration
    • <html> element is the root element
    • <head> contains metadata about the document
    • <body> contains the content of the HTML document

HTML Elements

  • Elements:
    • Represented by tags ( <tag> )
    • Tags usually come in pairs, with the opening tag preceding the content and the closing tag following the content
    • Some elements are self-closing (e.g., <img> )
  • Types of Elements:
    • Structural Elements (e.g., <p>, <h1>, <ul> )
    • Semantic Elements (e.g., <header>, <nav>, <footer> )
    • Presentational Elements (e.g., <b>, <i> )

Common HTML Elements

  • Headings:
    • <h1>, <h2>, <h3>, ..., <h6> for headings
  • Paragraphs:
    • <p> for paragraphs
  • Links:
    • <a> for hyperlinks
  • Images:
    • <img> for images
  • Lists:
    • <ul> for unordered lists
    • <ol> for ordered lists
    • <li> for list items

HTML Attributes

  • Attributes:
    • Provide additional information about an element
    • Consist of a name and a value (e.g., href="https://www.example.com" )
  • Common Attributes:
    • id for unique identification
    • class for styling and grouping
    • style for inline styling
    • title for tooltips and additional information

Studying That Suits You

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

Quiz Team

More Like This

HTML5 Basics
8 questions

HTML5 Basics

BetterKnownLandArt avatar
BetterKnownLandArt
HTML5 Basics Quiz
40 questions

HTML5 Basics Quiz

AbundantWerewolf avatar
AbundantWerewolf
Use Quizgecko on...
Browser
Browser