ICT Grade 8 - HTML and CSS Final Exam Revision Vocabulary

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

1/22

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering HTML table structures, CSS styling methods, and element classifications based on the Grade 8 ICT revision worksheet.

Last updated 2:22 PM on 6/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

Block-level element

An element that always starts on a new line, with the browser automatically adding space before and after it, such as

and

.

2
New cards

Caption

An HTML tag used to define the title of a table, usually placed directly inside the

tag.

3
New cards

CSS

The acronym for Cascading Style Sheet; the language used to style an HTML document.

4
New cards

Inline element

An element that does not start on a new line and only takes up as much width as necessary, such as .

5
New cards

bgcolor

An attribute used to set the background colour of a table or table row.

6
New cards

The table header tag used to create a header cell that is usually bold and centered.

7
New cards

A block-level element used to divide or section other HTML tags into meaningful groups.

8
New cards

An inline HTML element used to group a set of inline elements or to style and group small parts of text.

9
New cards

class

An attribute used to point to a class name in a style sheet to apply specific styles to elements.

10
New cards

cellspacing

The attribute used to set a minimum distance or space between two adjacent cells in a table.

11
New cards

The HTML tag used to start the definition of a table.

12
New cards

The HTML tag used to create a table row.

13
New cards

The HTML tag used to create a normal table data cell.

14
New cards

rowspan

An attribute that joins or merges two or more rows together into a single cell.

15
New cards

colspan

An attribute that joins or merges two or more columns into a single column.

16
New cards

border

An attribute used to set the thickness of the border around a table.

17
New cards

cellpadding

The attribute used to set the space inside a cell between the cell content and the cell border.

18
New cards

Inline CSS

A method of adding CSS by applying the style attribute directly within individual HTML elements.

19
New cards

Internal CSS

A method of adding CSS by using a

20
New cards

External CSS

A method of adding CSS by using a element to connect an HTML document to an external CSS file.

21
New cards

bordercolor

An attribute used to set the specific color of the table border.

22
New cards

height and width

Attributes used to define the specific size of an HTML table.

23
New cards

Closing tags

Tags like and used to keep the structure correct and help the browser display rows, cells, and tables properly.