Web Page Design Test: Quiz!

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Eric Hammer
E
Eric Hammer
Community Contributor
Quizzes Created: 9 | Total Attempts: 3,326
| Attempts: 934 | Questions: 27
Please wait...
Question 1 / 27
0 %
0/100
Score 0/100
1. The file extension used for photographs and most images online is:

Explanation

The file extension commonly used for photographs and most images online is "jpg". This format is widely supported and compatible with various devices and platforms. It offers a good balance between image quality and file size, making it ideal for sharing and displaying images on the internet. PSD is a file extension used for Adobe Photoshop documents, while PPT is for Microsoft PowerPoint presentations. GIF is a format mainly used for animated images.

Submit
Please wait...
About This Quiz
Web Page Design Test: Quiz! - Quiz

The 'Web Page Design Test: Quiz!' assesses knowledge in HTML and CSS, focusing on elements like tags, inputs, and styling. It is designed for learners looking to understand... see moreor reinforce their web development skills, emphasizing practical HTML usage and web design principles. see less

2. These are small squares on a computer screen that reflect lights of color.

Explanation

Pixels are small squares on a computer screen that reflect lights of color. They are the basic units of a digital image or display, representing a single point of color. Each pixel can be individually controlled to display different colors, allowing for the creation of images and videos on a computer screen.

Submit
3. What does HTML stand for?

Explanation

HTML stands for Hypertext Markup Language. It is a standard markup language used for creating web pages and applications. It is the foundation of the World Wide Web and is responsible for structuring and presenting content on websites. HTML uses tags to define the structure and formatting of the content, allowing for the inclusion of text, images, links, and other media. By using HTML, web developers can create interactive and visually appealing web pages that can be viewed and accessed by users across different devices and browsers.

Submit
4. Highlighted words that take you to another part of a website when clicked are called:

Explanation

The highlighted words that take you to another part of a website when clicked are called hyperlinks. Hyperlinks are typically underlined or displayed in a different color to indicate that they are clickable. They are used to navigate between different web pages or sections within a website. Navigation buttons and navigation bar refer to elements that help users navigate within a website, but they do not specifically indicate clickable links. Metatags, on the other hand, are snippets of code that provide information about a web page but do not directly relate to clickable links.

Submit
5. The object pictured here is best created on a web page using a:

Explanation

A form is the best way to create the object pictured on a web page because forms allow users to input data and interact with the webpage. This object likely requires user input or selection, and a form provides a structured way to collect that information. XML code, Perl script, and DHTML code can all be used in conjunction with a form, but a form itself is the most appropriate choice for creating this object.

Submit
6. The tags <TD> and <TR> are used when making:

Explanation

The tags

and are used when making tables. These tags are part of HTML and are used to define table cells and table rows, respectively. In HTML, tables are used to display data in rows and columns. The tag is used to define each cell in a table, while the tag is used to define each row in a table. Therefore, the correct answer is tables.
Submit
7. A(n) ___________is a special software that interprets files to display Web pages on the screen.

Explanation

A web browser is a special software that interprets files to display web pages on the screen. It allows users to access and navigate the internet by rendering HTML documents, images, videos, and other multimedia elements. Web browsers provide a user-friendly interface for browsing websites, interacting with web applications, and accessing various online services. They interpret the code of web pages and present the content in a visually appealing and interactive manner, enabling users to browse and interact with the internet effectively.

Submit
8. What is the correct HTML for inserting an image?

Explanation

The correct HTML for inserting an image is "". The "IMG" tag is used to insert an image in HTML, and the "SRC" attribute is used to specify the source or location of the image file. In this case, the image file is "yourimage.jpg".

Submit
9. The unique address for every web page on the internet is called:

Explanation

A Uniform Resource Locator (URL) is the unique address for every web page on the internet. It specifies the protocol to be used (such as HTTP or HTTPS), the domain name or IP address of the server, and the specific location or path of the resource. URLs are used to locate and retrieve web pages, files, images, or any other resources available on the internet.

Submit
10. When you see a tag that begins with <A HREF=, this command will create:

Explanation

When you see a tag that begins with

Submit
11. Every URL on the internet is converted to a number address, such as https://10.21.1.3. This address is known as:

Explanation

Every URL on the internet is converted to a number address known as the Internet Protocol (IP). The IP address is a unique identifier assigned to each device connected to a computer network. It allows devices to communicate and send data across the internet. The IP address consists of a series of numbers separated by periods, such as 10.21.1.3. The IP address is essential for routing data packets and ensuring that information reaches the correct destination on the internet.

Submit
12. Software or files that are stored on a web server and not actually on your own computer is known as:

Explanation

Cloud computing refers to the practice of using remote servers hosted on the internet to store, manage, and process data instead of using local servers or personal computers. It allows users to access and use software applications and files stored on a web server from anywhere with an internet connection. In this case, the correct answer is "Cloud Computing" as it accurately describes the concept of storing software or files on a web server rather than on one's own computer.

Submit
13. A hardware device that works as a 'traffic cop' and directs signals to other computers is known as a:

Explanation

A hardware device that works as a 'traffic cop' and directs signals to other computers is known as a router. A router is responsible for directing network traffic between different devices on a network. It analyzes the destination address of incoming data packets and determines the most efficient path for the data to reach its destination. Unlike a firewall, which is designed to protect a network from unauthorized access, a router primarily focuses on routing network traffic. A web proxy, on the other hand, is a server that acts as an intermediary between clients and web servers, handling requests on behalf of the clients. A motherboard, while an essential component of a computer, does not perform the specific function of directing signals to other computers.

Submit
14. In order to let people see your web site on a different computer, it must be placed on a:

Explanation

To make a website accessible to people on different computers, it needs to be hosted on a web server. A web server is a computer that stores the website's files and delivers them to users when they request it. It acts as a central hub for hosting and serving web pages over the internet. A web proxy, on the other hand, is an intermediary server that retrieves web content on behalf of users, while a web page refers to a single document or page within a website. A web name typically refers to a domain name or URL that identifies a website.

Submit
15. The system that allows us to organize objects and text orderly on a page is by the use of:

Explanation

Tables are a system that allows us to organize objects and text orderly on a page. They provide a structured format with rows and columns, making it easier to present information in a clear and organized manner. Tables are commonly used in various contexts such as data representation, scheduling, and comparison charts. They enable efficient organization and presentation of data, enhancing readability and comprehension for the audience.

Submit
16. HTML-based pages will accept all of these EXCEPT:

Explanation

All of the mentioned file types, including Flash-based SWF files, JPEG images, and GIF images, are accepted by HTML-based pages.

Submit
17. What filename should you always save your main web page as?

Explanation

The recommended filename for the main web page is "index.htm". This is because "index" is a commonly used default name for the main page of a website. When a visitor enters a website's domain name without specifying a specific page, the server will typically look for a file named "index" to display as the default page. Therefore, using "index.htm" as the filename ensures that the main page is easily accessible and displayed as the default when visitors access the website.

Submit
18. The Adobe software used for web designing and editing is known as:

Explanation

Dreamweaver is the correct answer because it is a popular Adobe software specifically designed for web designing and editing. It provides a user-friendly interface and a wide range of features that make it easy for users to create and edit websites. Dreamweaver offers both visual design tools and a code editor, allowing users to work with HTML, CSS, JavaScript, and other web technologies. It is widely used by professionals in the field of web design and development.

Submit
19. What is the correct tag to use to make the smallest heading possible?

Explanation

The correct tag to use to make the smallest heading possible is

. Headings in HTML are used to identify the hierarchical structure of a document, with

being the highest level and

being the lowest level. Therefore,
is the correct tag to use for the smallest heading.
Submit
20. Which of these attributes is NOT a code used with FONT tags to change the text?

Explanation

The attribute "direction" is not a code used with FONT tags to change the text. The FONT tag is used to specify the font, size, and color of the text. The "direction" attribute is used to specify the direction of the text, such as left-to-right or right-to-left, but it is not used to change the appearance of the text itself.

Submit
21. These show up in code but not in the browser view:

Explanation

Comments in code are not visible in the browser view. They are used to add notes or explanations to the code for developers to understand the purpose or functionality of certain sections of code. They are ignored by the browser when rendering the webpage, so they do not appear in the browser view. This allows developers to include additional information or instructions without affecting the display or functionality of the webpage.

Submit
22. Which input type would be best to create when you have 15 options to choose from?

Explanation

A drop-down box would be the best input type to create when there are 15 options to choose from. This is because a drop-down box allows for a compact and organized display of the options, making it easier for the user to navigate and select their desired option. Compared to radio buttons or checkboxes, which could become cluttered and take up more space on the screen, a drop-down box provides a more streamlined and user-friendly interface. A textarea field, on the other hand, is more suitable for longer text inputs rather than selecting from a list of options.

Submit
23. Https://www.webdesignclass.com is an example of:

Explanation

The given website, http://www.webdesignclass.com, is an example of a domain name. A domain name is a unique address that identifies a website on the internet. In this case, "webdesignclass.com" is the domain name of the website.

Submit
24. The process that happens when an image is repeated over and over to fill the background dimensions of a web page is called:

Explanation

Tiling is the process of repeating an image to fill the background dimensions of a web page. It involves creating a seamless pattern by duplicating and arranging the image in a grid-like fashion. This technique is commonly used to create visually appealing and cohesive backgrounds for websites. The other options, such as repeated, matrixing, and duplicating, do not accurately describe the specific process of repeating an image to fill the background dimensions.

Submit
25. What input type would allow a user to select several options from a list of possibilities?

Explanation

Checkboxes would allow a user to select several options from a list of possibilities. Unlike radio buttons, which only allow for a single selection, checkboxes allow for multiple selections to be made simultaneously. Form fields and drop-down boxes are not specifically designed for selecting multiple options, making checkboxes the most suitable input type for this purpose.

Submit
26. What does a Cascading Style Sheet (CSS) do?

Explanation

A Cascading Style Sheet (CSS) controls the way your content looks or is presented on a web page. It defines the styles, such as colors, fonts, layout, and positioning, that are applied to HTML elements. The term "cascade" refers to the hierarchical nature of CSS, where styles can be inherited and overridden at different levels. This allows for consistent and organized styling across multiple pages of a website.

Submit
27. What does the Domain Name System (DNS) do on the web?

Explanation

The correct answer is "It matches and connects domain names to IP addresses." The Domain Name System (DNS) is responsible for translating domain names (such as www.example.com) into IP addresses (such as 192.168.0.1) that computers can understand. It acts as a directory that allows users to access websites by typing in a domain name instead of the complex numerical IP address. It plays a crucial role in ensuring that users can easily navigate the web by connecting them to the correct IP address associated with a specific domain name.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 12, 2014
    Quiz Created by
    Eric Hammer
Cancel
  • All
    All (27)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The file extension used for photographs and most images online is:
These are small squares on a computer screen that reflect lights of...
What does HTML stand for?
Highlighted words that take you to another part of a website when...
The object pictured here is best created on a web page using a:
The tags <TD> and <TR> are used when making:
A(n) ___________is a special software that interprets files to display...
What is the correct HTML for inserting an image?
The unique address for every web page on the internet is called:
When you see a tag that begins with <A HREF=, this command will...
Every URL on the internet is converted to a number address, such as...
Software or files that are stored on a web server and not actually on...
A hardware device that works as a 'traffic cop' and directs...
In order to let people see your web site on a different computer, it...
The system that allows us to organize objects and text orderly on a...
HTML-based pages will accept all of these EXCEPT:
What filename should you always save your main web page as?
The Adobe software used for web designing and editing is known as:
What is the correct tag to use to make the smallest heading possible?
Which of these attributes is NOT a code used with FONT tags to change...
These show up in code but not in the browser view:
Which input type would be best to create when you have 15 options to...
Https://www.webdesignclass.com is an example of:
The process that happens when an image is repeated over and over to...
What input type would allow a user to select several options from a...
What does a Cascading Style Sheet (CSS) do?
What does the Domain Name System (DNS) do on the web?
Alert!

Advertisement