3.2.3 Mastery Check

3.2.3 Mastery Check

11th Grade

7 Qs

quiz-placeholder

Similar activities

T3. C1-C2 Quizizz Post-Test

T3. C1-C2 Quizizz Post-Test

7th Grade - University

10 Qs

Web:  1-4 Viewing Websites

Web: 1-4 Viewing Websites

11th Grade

10 Qs

English Quiziz

English Quiziz

11th Grade

10 Qs

4.11 Quizizz

4.11 Quizizz

8th - 12th Grade

10 Qs

Web Design Pre-Test

Web Design Pre-Test

9th - 12th Grade

11 Qs

Networking

Networking

10th Grade - University

12 Qs

Year 8 - Web Design - SWP

Year 8 - Web Design - SWP

1st - 12th Grade

9 Qs

CS 2 Vocab Quiz

CS 2 Vocab Quiz

9th Grade - University

12 Qs

3.2.3 Mastery Check

3.2.3 Mastery Check

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Alexandria BrenonHodas

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a multi-page website?

A website with only one HTML file

A website with multiple interconnected HTML files

A website that cannot be navigated

A website that only uses images

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is commonly used to create links between pages in a multi-page website?

<href>

<a>

<link>

<li>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a reason developers divide websites into multiple files?

To make the website harder to maintain

To improve clarity and organization of code

To reduce the number of pages

To hide content from users

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer is planning a website for a school. What should they consider to ensure a good user experience?

Making all information available only on the homepage

Dividing content logically across different pages

Using only one long page for everything

Hiding navigation links

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When planning a multi-page website, what is an effective way to ensure users do not get lost while navigating?

Use a consistent navigation menu on every page

Change the navigation menu on each page

Remove navigation menus

Use only text links at the bottom

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer wants to update the style of all pages in a multi-page website. What is the most efficient approach?

Edit the style in each HTML file separately

Use a shared external CSS file linked to all pages

Add inline styles to every element

Avoid using CSS

7.

DRAG AND DROP QUESTION

1 min • 1 pt

Complete the following statement that adds a reference to a CSS file.

<​ (a)   ​ (b)   ="​stylesheet" ​ (c)   ="​text/css" ​ (d)   ="style.css">

script
src
link
rel
type
href