End Term III Web Development (Year 5 & 6 - Intermediate)

End Term III Web Development (Year 5 & 6 - Intermediate)

6th Grade

14 Qs

quiz-placeholder

Similar activities

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

JRDL - Adv HTML & CSS

JRDL - Adv HTML & CSS

6th Grade - Professional Development

12 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

Chapter 14 Vocabulary Quiz

Chapter 14 Vocabulary Quiz

6th - 8th Grade

15 Qs

Ch2 Unit 2 CSD

Ch2 Unit 2 CSD

6th Grade

10 Qs

Networking Quiz 5

Networking Quiz 5

6th - 8th Grade

10 Qs

Test Unit 1 & 2 Grade 6

Test Unit 1 & 2 Grade 6

6th - 7th Grade

15 Qs

Web Design Creating Part 2

Web Design Creating Part 2

6th Grade

13 Qs

End Term III Web Development (Year 5 & 6 - Intermediate)

End Term III Web Development (Year 5 & 6 - Intermediate)

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Lumona Mulengwa

Used 3+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does HTML stand for?

HyperText Markup Code

Highly Technical Markup Language

HyperText Markup Language

Hyperlink Text Markup

2.

MULTIPLE SELECT QUESTION

30 sec • 2 pts

Which tag is used to define an unordered list in HTML?

    3.

    MULTIPLE CHOICE QUESTION

    30 sec • 2 pts

    What property is used in CSS to change the background color of an element?

    color

    text-color

    color-change

    background-color

    4.

    MULTIPLE CHOICE QUESTION

    30 sec • 2 pts

    What does CSS Grid layout allow you to do?

    Change colors of text

    Create 3D animations

    Create complex grid-based layouts

    Play audio files

    5.

    MULTIPLE SELECT QUESTION

    30 sec • 2 pts

    Which tag is used to create a table in HTML?

    6.

    MULTIPLE CHOICE QUESTION

    30 sec • 2 pts

    How can you create a navigation bar using HTML and CSS?

    Use a

    element for each navigation link and style with CSS properties like float: left; margin: 10px; text-decoration: underline; to create a navigation bar.

    element with rows and columns for each navigation link and style with CSS properties like border-collapse: collapse; padding: 5px; to create a navigation bar.

    Use an unordered list (

      ) for navigation links and style with CSS properties like display: inline-block; padding: 10px; text-decoration: none; to create a navigation bar.

    7.

    MULTIPLE CHOICE QUESTION

    30 sec • 2 pts

    What is the correct way to add a background color to a div element in CSS?

    color: red;

    background-color: blue;

    background: red;

    background-color: red;