Quiz # 1 HTML

Quiz # 1 HTML

University

10 Qs

quiz-placeholder

Similar activities

Web Development

Web Development

University

15 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

HTML & CSS

HTML & CSS

University

10 Qs

HTML14-02-23

HTML14-02-23

University

10 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

8-sinf Cambridge II chorak

8-sinf Cambridge II chorak

8th Grade - University

10 Qs

Html/Css Quiz Day 1

Html/Css Quiz Day 1

University

10 Qs

HTML -znaczniki 1

HTML -znaczniki 1

7th Grade - University

15 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?