Year 7 Introduction to HTML Lesson 1
5 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What does HTML stand for?

  • Hypertext Mark-up Language (correct)
  • Hypertextual Markup Language
  • Hyper Textual Mark-up Link
  • Hyperlink Mark-up Language
  • What does HTML enable the browser to do?

  • Send emails from a web page
  • Identify how to display text or graphics on a web page (correct)
  • Play videos on a web page
  • Check the weather forecast
  • What are the two types of tags in HTML?

  • List and Table
  • Container and Empty (correct)
  • Bold and Italic
  • Header and Footer
  • In a web page, which part contains the text and visible content?

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

    How is a web page divided according to the information provided?

    <p>Head and Body</p> Signup and view all the answers

    Study Notes

    Introduction to HTML

    • HTML stands for Hypertext Markup Language.
    • HTML is the language of the web, describing the content in web pages.

    HTML Basics

    • HTML is made up of tags and elements.
    • Tags are surrounded by angle brackets (<>), and the words inside are called elements.
    • There are two types of tags: container tags and empty tags.
    • Container tags come in pairs (opening and closing tags), while empty tags stand alone.

    HTML Structure

    • A web page is divided into two parts: the head and the body.
    • The head section is not visible in the browser, while the body section is visible.

    Creating an HTML Page

    • To create an HTML page, you need to structure it with HTML tags.
    • Save the file with an .html extension in the HTML folder.

    HTML Tags

    • Examples of HTML tags include , , and <br>.
    • The `` tag sets the title of the web page, which appears in the browser's title bar.
    • The `` tag contains the visible content of the web page.
    • The <br> tag is an empty tag used to insert a line break.

    Studying That Suits You

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

    Quiz Team

    Description

    This quiz covers basic concepts of HTML for Year 7 students. Topics include understanding what HTML is, structuring static web pages using HTML, and creating a simple HTML static web page. It also focuses on developing initiative and making connections between different elements.

    More Like This

    Use Quizgecko on...
    Browser
    Browser