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 Certification

HTML & CSS Certification

6th Grade - Professional Development

16 Qs

Quiz kelas 6 - SDS Saraswati Sukawati

Quiz kelas 6 - SDS Saraswati Sukawati

6th Grade

10 Qs

AV1/R1 2TEC_FE_AULA 05 A 21_Parâmetros de Requisições HTTP

AV1/R1 2TEC_FE_AULA 05 A 21_Parâmetros de Requisições HTTP

1st Grade - University

13 Qs

web design

web design

6th - 9th Grade

12 Qs

Computer Coding

Computer Coding

KG - Professional Development

12 Qs

Computer Languages

Computer Languages

KG - University

10 Qs

HTML, CSS, and JavaScript

HTML, CSS, and JavaScript

6th Grade

15 Qs

Website constructs

Website constructs

6th - 8th Grade

11 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;