Web Development Tutorial 1 Quiz Review

Web Development Tutorial 1 Quiz Review

9th Grade

25 Qs

quiz-placeholder

Similar activities

REVIEW - Website Design and Development

REVIEW - Website Design and Development

9th - 12th Grade

20 Qs

HTML Hyperlinks

HTML Hyperlinks

8th - 12th Grade

20 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

Web Development Linking Pages

Web Development Linking Pages

8th - 12th Grade

20 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

Ciw Introduction to Cascade Style Sheets Technology

Ciw Introduction to Cascade Style Sheets Technology

9th - 12th Grade

20 Qs

uCertify Lesson 1: Part II

uCertify Lesson 1: Part II

8th - 12th Grade

20 Qs

UID Chapter 8 Chapter Test

UID Chapter 8 Chapter Test

8th - 12th Grade

20 Qs

Web Development Tutorial 1 Quiz Review

Web Development Tutorial 1 Quiz Review

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Brett Kottmann

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 4 pts

Which of the following is NOT an IDE (Integrated Development Environment)?

Dreamweaver

Visual Studio

Microsoft Word

Answer explanation

In class we use Dreamweaver as our IDE. Sinclair students use Visual Studio. Microsoft Word is not an IDE, although you can use it to create web pages!

2.

MULTIPLE CHOICE QUESTION

20 sec • 4 pts

What does FTP stand for?

File Transfer Protocol

Fast Transfer Page

File Text Protocol

Formatted Text Protocol

Answer explanation

File Transfer Protocol (FTP) is the protocol computers use to exchange files. Dreamweaver uses it to transfer files to the remote server at WCCC.

3.

MULTIPLE CHOICE QUESTION

20 sec • 4 pts

What does HTTP stand for?

HyperText Transfer Protocol

High-speed Text Transfer Protocol

High-speed Transfer Process

HyperText Transmission Protocol

Answer explanation

Your browser uses HyperText Transfer Protocol (HTTP) to communicate with the server. It enables the transfer or web content. HTTPS (HTTP Secure) is the secure version and uses encryption to protect your information.

4.

DRAG AND DROP QUESTION

20 sec • 4 pts

We use ​ (a)   to create the structure and content of a web page.

HTML
CSS
HTTP
Javascript

Answer explanation

We use HyperText Markup Language (HTML) to create the structure and content of our web pages.

CSS (Cascading Style Sheets) is what we use to format our web pages.

Javascript is used to enable interactive web pages.

HTTP is not used in the creation of web pages, it is a protocol that enables the transmission of web page content.

5.

DRAG AND DROP QUESTION

20 sec • 4 pts

The ​ (a)   element is part of the document head because it’s not actually displayed as part of the web page, but instead appears externally within the browser tab.

title
script
style
meta

Answer explanation

The <title> tag sets the browser tab text. Style, meta, and script may all appear in the <head> section, but do not set the browser tab text.

6.

DROPDOWN QUESTION

20 sec • 4 pts

An ​ (a)   element is one that does not have content. These elements do not have end tags.

empty
null
incomplete
blank

Answer explanation

Media Image

Remember, elements include all parts of a web page. Some HTML tags create (or have) content, others do not! All HTML tags are elements, though.

7.

DRAG AND DROP QUESTION

20 sec • 4 pts

Of the following, the ​ (a)   element is not an "empty" element.

p (paragraph)
hr (horizontal rule)
br (break)
img (image)

Answer explanation

The paragraph (<p>) element is not an "empty" element. Remember, empty elements have no content (paragraphs are used to encase text) while the <hr>, <br>, and <img> tags do not not encase content. For that reason they have no end tags!

Note that "content" does not mean they do not create part of the web page. Merely that anything they create (such as a horizontal rule, page break, or image) is not included as part of the HTML file.

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?