This acronym stands for File Transfer Protocol, used to move files between hosts
What is FTP?
This is the tag used to create a hyperlink in HTML.
What is <a href="">?
This is what the acronym CSS stands for.
What is Cascading Style Sheets?
This image format is best for photographs because of its lossy compression.
What is JPEG?
This term refers to the web content that is immediately visible without scrolling.
What is "Above the fold"?
This is the standard port number used by HTTP for web browsing
What is 80?
This attribute is used within an <img> tag to specify the URL of the image file.
What is "src"?
In CSS, this symbol is used to select an element with a specific "id".
What is a "pound sign" or "hashtag"?
This format supports millions of colors, transparency, and uses lossless compression.
What is PNG?
This design principle focuses on the arrangement of elements to create a visually appealing and functional layout.
What is "balance"?
This protocol is used to send emails from a client to a server.
What is Simple Mail Transfer Protocol (SMTP)?
This tag defines the most important heading in a document.
What is H1?
This CSS property is used to change the font of an element.
What is Font-family?
This is the primary disadvantage of using the GIF format for high-quality images.
What is Limited to 256 colors?
This is the primary purpose of using "white space" in web design.
To create visual separation
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
To create a numbered list instead of a bulleted one, a designer uses this tag
What is <ol>?
This is the correct JavaScript syntax to show "Hello World" in an alert box.
What is
alert("Hello World");.
Unlike raster images, this format uses vector graphics and is scalable without losing quality.
What is SVG?
This navigation feature shows a user’s path (e.g., Home > Page) to enhance site navigation.
What are "breadcrumbs"?
These are the two specific port numbers typically used by FTP
What are 21 and 20?
This specific tag is used to create a drop-down list within a form.
What is <select>?
To capitalize the first letter of each word in a text, you would use this specific 'text-transform' value.
What is "capitalize"?
This format is most commonly used for simple animations on the web.
What is GIF?
To ensure a website is accessible to users with disabilities, you must provide this for all images.
What are "ALT" tags?