Advanced Web Final Review

Advanced Web Final Review

12th Grade

50 Qs

quiz-placeholder

Similar activities

ÔN TẬP HTML - TIN 12

ÔN TẬP HTML - TIN 12

12th Grade - University

46 Qs

HTML EOPA Practice

HTML EOPA Practice

11th - 12th Grade

54 Qs

Advanced HTML5 & CSS3 Part IV

Advanced HTML5 & CSS3 Part IV

9th - 12th Grade

55 Qs

GR9COMPUTERQUIZ3.0

GR9COMPUTERQUIZ3.0

9th Grade - University

45 Qs

quizz tin

quizz tin

12th Grade

46 Qs

CSS Style Sheet

CSS Style Sheet

9th - 12th Grade

50 Qs

Викторина СС финал

Викторина СС финал

12th Grade

50 Qs

Latihan Soal Basis Data

Latihan Soal Basis Data

12th Grade

50 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?