Search Header Logo

Advanced Web Final Review

Authored by Madison Stump

Computers

12th Grade

Used 10+ times

Advanced Web Final Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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">

Access all questions and much more by creating a free account

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

Already have an account?