Form 2 Computer Science - Chapter 6 HTML Basics

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

flashcard set

Earn XP

Description and Tags

A set of 30 flashcards covering the definitions, tags, attributes, and structures of HTML as taught in the Level 2 Basic Computer Science syllabus, Chapter 6.

Last updated 1:56 AM on 8/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

What does HTML stand for?

HyperText Markup Language.

2
New cards

What is the function of HTML?

Used to build and organize the content of a website.

3
New cards

What is meant by HTML tags?

Instructions used to determine the structure of website content.

4
New cards

Which symbol is used to write HTML tags?

The < > signs.

5
New cards

Which basic tag marks an HTML document?

6
New cards

What is the function of the tag?

To store information about the HTML document.

7
New cards

What is the function of the

To determine the title displayed on the web browser tab.

8
New cards

What is the function of the tag?

To place the content that is displayed on the website.

9
New cards

Which tag is used to produce the main heading?


10
New cards

How many heading levels are there in HTML?

6 levels, which are

to

.


11
New cards

Which heading is the largest?


12
New cards

Which heading is the smallest?


13
New cards

Which tag is used to create a paragraph?


14
New cards

Which tag is used to move to a new line?


15
New cards

Which tag is used to create a horizontal line?


16
New cards

Which tag is used to display an image?

17
New cards

Which attribute is used to determine the location of an image?

src

18
New cards

What is the function of the alt attribute on an image?

To provide alternative text if the image cannot be displayed.

19
New cards

Which tag is used to create a link?

20
New cards

Which attribute determines the address of a link?

href

21
New cards

What is meant by a hyperlink?

A link that takes the user to another page or resource.

22
New cards

Which tag produces an unordered list?

    23
    New cards

    Which tag produces a numbered list?

      24
      New cards

      Which tag is used for each item in a list?

    1. 25
      New cards

      Which tag is used to build a table?

      26
      New cards

      What is the tag in a table?

      Used to produce a table row.

      27
      New cards

      What is the tag in a table?

      Used to produce a table data cell.

      28
      New cards

      What is the tag in a table?

      Used to produce a table heading cell.

      29
      New cards

      What is the difference between an opening tag and a closing tag?

      A closing tag has a / symbol, for example

      .


      30
      New cards

      Why must the HTML structure be written correctly?

      So that the website can be displayed and function correctly.