Protocol Power
The HTML Architect
CSS & Scripting
Picture Perfect
Designer’s Critique
100

This acronym stands for File Transfer Protocol, used to move files between hosts

What is FTP?

100

This is the tag used to create a hyperlink in HTML.

What is <a href="">?

100

This is what the acronym CSS stands for.

What is Cascading Style Sheets?

100

This image format is best for photographs because of its lossy compression.

What is JPEG?

100

This term refers to the web content that is immediately visible without scrolling.

What is "Above the fold"?

200

This is the standard port number used by HTTP for web browsing

What is 80?

200

 This attribute is used within an <img> tag to specify the URL of the image file.

What is "src"?

200

In CSS, this symbol is used to select an element with a specific "id".

What is a "pound sign" or "hashtag"?

200

This format supports millions of colors, transparency, and uses lossless compression.

What is PNG?

200

This design principle focuses on the arrangement of elements to create a visually appealing and functional layout. 

What is "balance"?

300

This protocol is used to send emails from a client to a server.

What is Simple Mail Transfer Protocol (SMTP)?

300

This tag defines the most important heading in a document.

What is H1?

300

This CSS property is used to change the font of an element.

What is Font-family?

300

This is the primary disadvantage of using the GIF format for high-quality images.

What is Limited to 256 colors?

300

This is the primary purpose of using "white space" in web design.

To create visual separation

400

While IMAP retrieves emails from a server, this protocol receives them but does not store them there.

What is POP3 (Post Office Protocol version 3

400

To create a numbered list instead of a bulleted one, a designer uses this tag

What is <ol>?

400

This is the correct JavaScript syntax to show "Hello World" in an alert box.

What is 

alert("Hello World");.

400

Unlike raster images, this format uses vector graphics and is scalable without losing quality.

What is SVG?

400

This navigation feature shows a user’s path (e.g., Home > Page) to enhance site navigation.

What are "breadcrumbs"?

500

These are the two specific port numbers typically used by FTP

What are 21 and 20?




500

This specific tag is used to create a drop-down list within a form.

What is <select>?

500

To capitalize the first letter of each word in a text, you would use this specific 'text-transform' value.

What is "capitalize"?

500

This format is most commonly used for simple animations on the web.

What is GIF?

500

To ensure a website is accessible to users with disabilities, you must provide this for all images.

What are "ALT" tags?