Web Tech

Web Tech

12th Grade

24 Qs

quiz-placeholder

Similar activities

Link Html

Link Html

12th Grade

19 Qs

CodeHS Unit 5

CodeHS Unit 5

8th - 12th Grade

20 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

CodeHS Unit 5 Test

CodeHS Unit 5 Test

8th - 12th Grade

20 Qs

Web Page Evaluation

Web Page Evaluation

KG - University

22 Qs

HTML Test

HTML Test

9th - 12th Grade

20 Qs

CSS Quiz

CSS Quiz

7th - 12th Grade

20 Qs

Part 1 Advance HTML and CSS

Part 1 Advance HTML and CSS

9th - 12th Grade

20 Qs

Web Tech

Web Tech

Assessment

Quiz

Computers

12th Grade

Easy

Created by

CSC Teachers

Used 2+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one advantage of storing CSS in an external file rather than embedding it within HTML files?

It makes the website load slower.

It allows for easier updates and maintenance.

It increases the file size of HTML documents.

It prevents the use of styles across multiple pages.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one disadvantage of using styling as attributes in tags rather than a linked CSS file for the site's owner?

Easier to maintain

Increases page load speed

Harder to update styles across multiple pages

Reduces code complexity

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one disadvantage of using styling as attributes in tags for the site's visitors?

Faster page rendering

Consistent styling across devices

Slower page load times

Improved accessibility

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What factor affects a site's ranking in a search engine using the PageRank algorithm?

The number of images on the site

The site's loading speed

The number of links to the site

The site's color scheme

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is JavaScript?

A type of coffee

A programming language for web development

A web browser

A database management system

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is JavaScript usually interpreted rather than compiled?

It is faster to compile

It allows for dynamic execution

It requires less memory

It is more secure

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How should the CSS be written to make the text "Unauthorised access to this system will be prosecuted" appear in red with a monospace font?

#warning { color: blue; font-family: serif; }

#warning { color: red; font-family: monospace; }

#warning { color: green; font-family: sans-serif; }

#warning { color: red; font-family: cursive; }

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?