HTML Tags and Elements Quiz

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?

  • Hyperlinks and Text Markup Language
  • Hyperlinking Textual Markup Language
  • Home Tool Markup Language
  • Hyper Text Markup Language (correct)

Which HTML element is used to define the title of a document?

  • (correct)

Where in an HTML document is the correct place to refer to an external style sheet?

  • At the end of the document (correct)
  • In the
  • In the
  • In the

What is the correct HTML element for inserting an image?

<p><img src="image.gif" alt="image.gif"> (A)</p> Signup and view all the answers

Which character is used to indicate an end tag?

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

Where would the tags appear in an HTML file?

<p>As the first line to let the browser know that it is an HTML file (A)</p> Signup and view all the answers

What do the tags indicate in an HTML file?

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

What is the purpose of the

element in HTML?

<p>To allow for styles to be applied to a group of elements within a section of HTML code (B)</p> Signup and view all the answers

What happens if the opening tag also contains the word ‘controls’ as shown below: ?

<p>The browser will display play/pause, stop, volume, fast forward, and rewind buttons on screen (A)</p> Signup and view all the answers

What is the purpose of the tags in HTML?

<p>To show text as underlined (A)</p> Signup and view all the answers

In HTML, what is the purpose of the tags?

<p>To create hyperlinks to other web pages or resources (B)</p> Signup and view all the answers

If an HTML audio tag contains the word ‘controls’, what will happen?

<p>The browser will display play/pause, stop, volume, fast forward and rewind buttons on screen (C)</p> Signup and view all the answers

Which of the following links to a page on the same site as the current page being viewed?

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

Where would the

tags appear in an HTML file?

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

What would this line of HTML create: Example?

<p>A link to a page with the URL <a href="http://www.example.com">www.example.com</a> using the text Example (B)</p> Signup and view all the answers

What is the function of the tag in HTML?

<p>It is used to create a hyperlink to another page or place in the document (A)</p> Signup and view all the answers

This link 'http://www.bbc.co.uk/scotland/' is an example of which of the following?

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

Which HTML element defines the title of a document?

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

What does CSS stand for?

<p>Cascading Style Sheets (B)</p> Signup and view all the answers

Where in an HTML document is the correct place to refer to an external style sheet?

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

Flashcards are hidden until you start studying

Study Notes

HTML Basics

  • HTML stands for HyperText Markup Language
  • The `` element is used to define the title of a document

HTML Elements

  • The `` element is used for inserting an image
  • The `` character is used to indicate an end tag
  • The <div> element is used to group elements together for styling purposes

HTML Tags

  • The <a> tags are used to create hyperlinks
  • The <u> tags are used to underline text
  • The </u></a><p><a> tags are used to define a paragraph of text

HTML Audio

  • If an HTML `` tag contains the word 'controls', it will display audio controls such as play, pause, and volume
  • A link to a page on the same site as the current page being viewed is known as a relative link
  • The `` creates a hyperlink to www.example.com with the text "Example"
  • The link `` is an example of an absolute link

CSS

  • CSS stands for Cascading Style Sheets
  • The correct place to refer to an external style sheet is in the `` section of an HTML document

Studying That Suits You

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

Quiz Team

More Like This

HTML Tags Quiz
3 questions

HTML Tags Quiz

CatchyForethought avatar
CatchyForethought
HTML Elements and Tags Quiz
10 questions
HTML 5 Fundamentals: Structure and Tags
12 questions
Use Quizgecko on...
Browser
Browser