Quiz # 1 HTML

Quiz # 1 HTML

University

10 Qs

quiz-placeholder

Similar activities

Estructura global básica de una pagina Web

Estructura global básica de una pagina Web

University

10 Qs

Web Design

Web Design

University

10 Qs

HTML error correction Activity

HTML error correction Activity

University

6 Qs

Latihan Soal HTML

Latihan Soal HTML

11th Grade - University

10 Qs

JQuery test rus

JQuery test rus

University

10 Qs

conhecimentos de HTML Caique

conhecimentos de HTML Caique

University

10 Qs

HTML and CSS Certification Practice Test

HTML and CSS Certification Practice Test

University

10 Qs

Quiz # 1 HTML

Quiz # 1 HTML

Assessment

Quiz

Computers

University

Hard

Created by

Andrew Diola

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Declaration defines that this document is an HTML5 document

<html> </html>

<!DOCTYPE html>

<head> </head>

<body> </body>

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

element is the root element of an HTML page

<html> </html>

<!DOCTYPE html>

<head> </head>

<body> </body>

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

element contains meta information about the HTML page

<body> </body>

<!DOCTYPE html>

<html> </html>

<head> </head>

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

<body> </body>

<!DOCTYPE html>

<head> </head>

<html> </html>

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Example of an HTML Element?

<h2>My First Heading</h2>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

All of the above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a tag that defines a hyperlink

<a>

href

<p>

none of the above

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

an attribute that specifies the URL of the page the link goes to:

<a>

href

src

link

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?