WebDev Quiz 1 M1-4

WebDev Quiz 1 M1-4

12th Grade

15 Qs

quiz-placeholder

Similar activities

Bootstrap

Bootstrap

9th - 12th Grade

13 Qs

HTML

HTML

8th - 12th Grade

15 Qs

HTML Basics

HTML Basics

8th - 12th Grade

16 Qs

uCertity SDA Lesson 2 Quiz

uCertity SDA Lesson 2 Quiz

8th - 12th Grade

20 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

20 Qs

Web Design Advanced HTML CSS

Web Design Advanced HTML CSS

9th - 12th Grade

18 Qs

Bài 25 tin 10

Bài 25 tin 10

9th Grade - University

10 Qs

HTML Intro

HTML Intro

9th - 12th Grade

12 Qs

WebDev Quiz 1 M1-4

WebDev Quiz 1 M1-4

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Ryan Conley

Used 14+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The current version of HTML is _____

Answer explanation

HTML 5  

HTML 5.2  

5  

5.2 

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A web page document is contained between opening and closing ________tags.

Answer explanation

 HTML  

<HTML>  

<HTML></HTML> 

3.

OPEN ENDED QUESTION

3 mins • 1 pt

In your own words, explain what a top level domain is and list 5 possible top level domains.  

Evaluate responses using AI:

OFF

Answer explanation

Top-level Domains come at the end of domain names, and are important for classifying domain names, as well as essential for DNS lookups.

’.com’ is intended for commercial businesses.

’.gov’ is for U.S. government entities.

’.uk’ is for domains from the United Kingdom.

etc.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Text within the <title></title> tags is ...

not displayed 

ignored by search engines 

displayed in the title bar of the browser window 

automatically displayed with the copyright symbol in the footer 

5.

OPEN ENDED QUESTION

3 mins • 1 pt

In your own words describe the differences between ordered, unordered, and description list.  

Evaluate responses using AI:

OFF

Answer explanation

Unordered list — Used to create a list of related items, in no particular order.

Ordered list — Used to create a list of related items, in a specific order.

Description list — Used to create a list of terms and their descriptions.

6.

OPEN ENDED QUESTION

3 mins • 1 pt

In your own words, explain what a URL is. 

Evaluate responses using AI:

OFF

Answer explanation

A URL (Uniform Resource Locator) is a unique identifier used to locate a resource on the Internet. It is also referred to as a web address. URLs consist of multiple parts -- including a protocol and domain name -- that tell a web browser how and where to retrieve a resource.

7.

OPEN ENDED QUESTION

3 mins • 1 pt

In your own words, explain the difference between absolute, relative, and e-mail hyperlinks.  

Evaluate responses using AI:

OFF

Answer explanation

An absolute URL contains more information than a relative URL does. Relative URLs are more convenient because they are shorter and often more portable. However, you can use them only to reference links on the same server as the page that contains them.

absolute - protocol://domain/path

relative - <a href="foobar.html">The Wonderful World of Foobar!</a>

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?