Web development_Q3

Web development_Q3

6th - 10th Grade

6 Qs

quiz-placeholder

Similar activities

CSS Quiz 1

CSS Quiz 1

6th - 10th Grade

10 Qs

RGB Colors

RGB Colors

4th - 7th Grade

10 Qs

Microbit Experiments 4-6

Microbit Experiments 4-6

6th - 8th Grade

10 Qs

ASESMEN SUMATIF CSS

ASESMEN SUMATIF CSS

9th - 12th Grade

10 Qs

AP CSP Unit 3 Review: Looping and Random Numbers

AP CSP Unit 3 Review: Looping and Random Numbers

9th - 12th Grade

10 Qs

Using CSS

Using CSS

5th - 8th Grade

8 Qs

ICS Unit 2 Lesson 7 Review - RGB & CSS Classes CSD

ICS Unit 2 Lesson 7 Review - RGB & CSS Classes CSD

7th - 12th Grade

10 Qs

Estilos CSS

Estilos CSS

10th Grade

10 Qs

Web development_Q3

Web development_Q3

Assessment

Quiz

Computers

6th - 10th Grade

Hard

Created by

Yiwen Mok

FREE Resource

6 questions

Show all answers

1.

OPEN ENDED QUESTION

10 mins • 1 pt

The famous waterfall in the world:

1 .Angel Falls, Venezuela

2. Gullfoss, Iceland

3. Sutherland Falls, New Zealand

4. Niagara Falls, USA/Canada

Make 1 unordered list and 1 ordered list for the information given above.

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

5 mins • 1 pt

Write a coding line to add an image (file: Liverpoo.jpg) with height of 200 and width of 300.

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

5 mins • 1 pt

Media Image

Write a coding line to add a hyperlink for the picture given.

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

5 mins • 1 pt

Write a coding for paragraph styling using border double style.

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

10 mins • 1 pt

Media Image

Make a website based on the information given as below:

First line: font-family: Calibri;

        color:rgb(15, 45, 168);

        font-style: italic;

        text-decoration: underline;

        text-shadow: 2px 2px 5px rgb(0,255,242);

        text-align: center

Second line: font-family: Calibri;

        color:rgb(0, 132, 255);

        text-shadow: 2px 2px 5px rgb(0,255,242);

        text-align: left

Third line: make an unordered list for the creation list.

Evaluate responses using AI:

OFF

6.

MATCH QUESTION

1 min • 1 pt

Match the following

make bold text

td

group the code and make read and style become easier

th

make column in each row

tr tag

make table

table tag

make row

div tag