Year 7 Introduction to HTML Lesson 1

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

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 (D)</p> Signup and view all the answers

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

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

Flashcards are hidden until you start studying

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

More Like This

Use Quizgecko on...
Browser
Browser