Quiz # 1 HTML

Quiz # 1 HTML

University

10 Qs

quiz-placeholder

Similar activities

Quiz 1 HTML

Quiz 1 HTML

University

10 Qs

Latihan Soal HTML

Latihan Soal HTML

11th Grade - University

10 Qs

Web - TRPL 7C

Web - TRPL 7C

11th Grade - University

15 Qs

HTML and CSS Certification Practice Test

HTML and CSS Certification Practice Test

University

10 Qs

Estructura global básica de una pagina Web

Estructura global básica de una pagina Web

University

10 Qs

KELAS KOD ARAHAN HTML 1

KELAS KOD ARAHAN HTML 1

1st Grade - University

15 Qs

HTML CSS BOOTCAMP

HTML CSS BOOTCAMP

University

15 Qs

HTML Final Exam Review 1

HTML Final Exam Review 1

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?