Advanced Web Final Review

Advanced Web Final Review

12th Grade

50 Qs

quiz-placeholder

Similar activities

Basic Java with CodeHS

Basic Java with CodeHS

9th - 12th Grade

50 Qs

Comptia Network+ chapter 1-3 exam

Comptia Network+ chapter 1-3 exam

11th Grade - University

45 Qs

OCR GCSE Computer Science Keywords Set 1

OCR GCSE Computer Science Keywords Set 1

9th - 12th Grade

45 Qs

Networking - Practice Test #1

Networking - Practice Test #1

9th Grade - University

47 Qs

Test A

Test A

9th - 12th Grade

55 Qs

SAINS KOMPUTER TINGKATAN 4

SAINS KOMPUTER TINGKATAN 4

12th Grade - University

55 Qs

Adobe Animate 2015

Adobe Animate 2015

9th - 12th Grade

46 Qs

Latihan USPBK Simulasi dan Komunikasi Digital

Latihan USPBK Simulasi dan Komunikasi Digital

12th Grade

46 Qs

Advanced Web Final Review

Advanced Web Final Review

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Madison Stump

Used 10+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly represents the basic structure of an HTML document?

<html><head><body></body></head></html>

<html><head></head><body></body></html>

<head><html><body></body></html></head>

<body><head></head><html></html></body>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is missing from this HTML code to make it valid?

<html>

<head>

<title>My Website</title>

</head>

<body>

<h1>Welcome!</h1>

</body>

A closing html tag

A DOCTYPE declaration

A meta tag

A closing title tag

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element should be used to create a clickable link?

<link>

<href>

<a>

<url>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Looking at this code, why won't the image display properly?

<imgsource="pictures/logo.png" alt="Company Logo">

The alt attribute is incorrect

The attribute should be "src" not "source"

Images need a closing tag

The file path format is incorrect

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which semantic tag is most appropriate for a website's navigation menu?

<div class="nav">

<navigation>

<nav>

<menu>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What's wrong with this table markup?

<table>

  <td>Row 1, Cell 1</td>

  <td>Row 1, Cell 2</td>

  <td>Row 2, Cell 1</td>

  <td>Row 2, Cell 2</td>

</table>

Missing <tbody> tag

 Missing <tr> tags

Missing <th> tags

Missing <thead> tag

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML5 input type would be most appropriate for selecting a date?

<input type="calendar">

<input type="date">

<input type="datetime">

<input type="time">

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers