PROFE7 413 - Quiz 1

PROFE7 413 - Quiz 1

University

30 Qs

quiz-placeholder

Similar activities

DxC 700 AU

DxC 700 AU

University

30 Qs

Chapter 4- Becoming Parents

Chapter 4- Becoming Parents

University - Professional Development

26 Qs

Пікорновіруси.

Пікорновіруси.

University

27 Qs

SKD MBAK ICHA  2021

SKD MBAK ICHA 2021

University

30 Qs

Pre-Test Pemrograman Lanjut

Pre-Test Pemrograman Lanjut

University

35 Qs

Quiz Mod 08

Quiz Mod 08

University

30 Qs

HUT RI STIKJIM

HUT RI STIKJIM

University

30 Qs

JavaScript cz.1

JavaScript cz.1

4th Grade - Professional Development

25 Qs

PROFE7 413 - Quiz 1

PROFE7 413 - Quiz 1

Assessment

Quiz

Professional Development

University

Medium

Created by

Ryan de la Gente

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?
HyperText Markup Language
HighText Machine Language
Hyper Transfer Markup Language
Home Tool Markup Language
Hyperlinks and Text Markup Language

Answer explanation

HTML stands for HyperText Markup Language, used to structure web pages.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag defines the root of an HTML document?
<html>
<head>
<body>
<root>
<main>

Answer explanation

The <html> element is the root container for all HTML content.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which tag contains metadata like the page title?
<meta>
<head>
<body>
<title>
<info>

Answer explanation

The <head> element contains metadata and information like the title.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which HTML tag displays the largest heading?
<h6>
<p>
<h1>
<h3>
<title>

Answer explanation

<h1> is the most important and largest heading tag.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct declaration for HTML5?
<!DOCTYPE HTML PUBLIC>
<!DOCTYPE HTML SYSTEM>
<!DOCTYPE html>
<DOCTYPE HTML5>
<!html>

Answer explanation

The HTML5 DOCTYPE declaration is <!DOCTYPE html>.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which tag contains all visible content of a webpage?
<html>
<meta>
<body>
<div>
<section>

Answer explanation

The <body> tag contains all visible page content.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Who invented the World Wide Web?
Bill Gates
Tim Berners-Lee
Larry Page
Steve Jobs
Mark Zuckerberg

Answer explanation

Tim Berners-Lee invented the World Wide Web in 1989.

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?