Quiz # 1 HTML

Quiz # 1 HTML

University

10 Qs

quiz-placeholder

Similar activities

G5 HTML

G5 HTML

5th Grade - University

10 Qs

Basic HTML & HTML5

Basic HTML & HTML5

University

11 Qs

JQuery test rus

JQuery test rus

University

10 Qs

Quiz-2: HTML & CSS (AIML)/CC/1st Year

Quiz-2: HTML & CSS (AIML)/CC/1st Year

University

15 Qs

Introduction to HTML

Introduction to HTML

2nd Grade - University

10 Qs

Evaluación Aplicaciones Web

Evaluación Aplicaciones Web

University - Professional Development

11 Qs

Web Design

Web Design

University

10 Qs

HTML

HTML

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?