3.2.3 Mastery Check

3.2.3 Mastery Check

11th Grade

7 Qs

quiz-placeholder

Similar activities

Google Sites

Google Sites

7th - 12th Grade

10 Qs

10601

10601

9th - 12th Grade

10 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

Computer Science Semester 1 Exam Review VOCABULARY

Computer Science Semester 1 Exam Review VOCABULARY

9th - 12th Grade

11 Qs

Advanced HTML

Advanced HTML

10th - 12th Grade

10 Qs

Creating a Website Using Google Sites to Make a Microbusiness

Creating a Website Using Google Sites to Make a Microbusiness

11th Grade

11 Qs

Web Design Best Practices Part 2

Web Design Best Practices Part 2

9th - 12th Grade

12 Qs

Web Design Best Practices Part 1

Web Design Best Practices Part 1

9th - 12th Grade

11 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