Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 238 pages
Exam (elaborations)

WGU Web Design Comprehensive Question Bank | 410+ Questions with Verified Answers & Detailed Rationales | All Modules Covered | Updated | Graded A+

Document preview thumbnail
Preview 4 out of 238 pages

WGU Web Design Fundamentals - Complete Course Question Bank Master every concept in your WGU web design course with this comprehensive question bank featuring 410+ questions with verified answers and detailed rationales. Updated for the academic year, this resource is 100% accurate and graded A+. What's Inside: MODULE 1: Introduction to Web Design & the Internet Internet vs. World Wide Web HTML basics, web browsers, servers Domain names, DNS, IP addresses Front-end vs. back-end development Static vs. dynamic websites MODULE 2: HTML Fundamentals & Document Structure HTML5 document structure Meta tags, character encoding Headings, paragraphs, divs, spans Lists, links, comments Semantic elements MODULE 3: HTML Semantic Elements & Text Formatting Article, section, aside, header, footer, nav Strong, em, b, i elements Pre, code, blockquote, cite Subscript, superscript, time, mark Figure, figcaption, details, summary MODULE 4: HTML Links, Images & Multimedia Anchor tags, href, target attributes Image embedding, alt text, srcset Video, audio elements Picture element, source tags Mailto links, anchor links Image formats (JPEG, PNG, GIF, SVG) MODULE 5: HTML Forms & Input Elements Form structure, action, method Input types (text, password, email, number, date) Checkboxes, radio buttons, dropdowns Labels, placeholders, validation Required, pattern, disabled, readonly MODULE 6: CSS Fundamentals & Syntax CSS syntax, selectors, declarations Type, class, ID, universal selectors Specificity, cascade, !important Inline, internal, external styles Vendor prefixes, preprocessors MODULE 7: CSS Selectors, Properties & Values Color, background, font properties Text alignment, spacing, decoration Display, visibility, opacity Width, height, box-sizing Margin, padding, border Position, z-index, float, clear MODULE 8: CSS Flexbox & Grid Flexbox vs. Grid Flex container properties (flex-direction, flex-wrap, justify-content, align-items) Flex item properties (flex-grow, flex-shrink, flex-basis, order) Grid container properties (grid-template-columns, grid-template-rows, gap) Grid item properties (grid-column, grid-row, grid-area) MODULE 9: Responsive Web Design & Media Queries Responsive design principles Media queries (min-width, max-width) Viewport meta tag Mobile-first design Fluid images, flexible grids Breakpoints, responsive typography MODULE 10: CSS Color Theory & Typography Color theory (primary, complementary, analogous) RGB, HEX color models Serif vs. sans-serif fonts Font size, weight, style Leading, kerning, tracking Typographic hierarchy MODULE 11: Web Accessibility (WCAG & ARIA) WCAG principles (POUR) Perceivable, Operable, Understandable, Robust Alt text, semantic HTML ARIA roles, states, properties aria-label, aria-describedby Color contrast requirements (4.5:1) Keyboard accessibility MODULE 12: JavaScript Fundamentals & DOM Manipulation Variables (var, let, const) Functions, events, event handlers DOM selection (getElementById, querySelector) DOM manipulation (innerHTML, textContent, createElement, appendChild) Event listeners, event object , debugging MODULE 13: UX/UI Design Principles UX vs. UI design Wireframes, prototypes, mockups User research, personas Information architecture, sitemaps Visual hierarchy, white space User flows, feedback, error prevention Consistency, accessibility MODULE 14: Web Hosting, Deployment & Version Control Web hosting, domain names, DNS SSL certificates, HTTPS FTP, deployment Git version control (repositories, commits, branches, merges) Staging vs. production environments CDN, CI/CD MODULE 15: Color Theory & Typography in Design Primary, secondary, tertiary colors Color psychology, color wheels Font selection, pairing Typography best practices Brand guides, style guides MODULE 16: Performance Optimization & SEO Image optimization (compression, formats) Lazy loading, minification Browser caching SEO fundamentals (title tags, meta descriptions, headings) Descriptive URLs, alt text Sitemaps, Page speed, mobile-friendliness Structured data (schema markup) MODULE 17: Web Security & Ethical Considerations HTTPS, SSL/TLS XSS, SQL injection attacks Input validation, output encoding Secure passwords, 2FA Web application firewalls GDPR, privacy policies Cookie consent, SameSite, HttpOnly Content Security Policy (CSP) Dark patterns, ethical design MODULE 18: Comprehensive Review & Mixed Topics CSS pseudo-classes, pseudo-elements CSS custom properties (variables) CSS animations, transitions, transforms Canvas, SVG Async, defer attributes Key Features: Verified answers for every question Detailed rationales explaining correct and incorrect options Covers all 18 modules comprehensively Updated for curriculum Perfect for self-assessment and exam preparation Target Audience: WGU web design course students Anyone preparing for web development certification exams Web development students seeking comprehensive practice Pass your WGU web design course with confidence! Download this complete question bank today and master every concept tested on your exams.

Content preview

Page 1 of 238




WGU E009 WEB DESIGN FUNDAMENTALS
COMPREHENSIVE PRACTICE QUESTION
BANK
250+ MULTIPLE-CHOICE QUESTIONS
WITH VERIFIED ANSWERS & DETAILED
RATIONALES
UPDATED FOR 2026-2027 ACADEMIC
YEAR | 100% ACCURATE | GRADED A+


# MODULE 1: INTRODUCTION TO WEB DESIGN & THE INTERNET



**Question 1**

What is the primary purpose of the World Wide Web?



A) To provide a platform for online gaming and entertainment only

B) To enable the sharing and access of information through interconnected hypertext documents

C) To replace all traditional forms of communication and media
D) To serve as a private network for government institutions


**Correct Answer: B**

,Page 2 of 238



**Rationale:** The World Wide Web was designed as an information system where documents
and other web resources are identified by URLs, interlinked by hypertext, and accessible via the
Internet. Its primary purpose is to facilitate the sharing and retrieval of information. Option A is
incorrect because gaming is only one of many uses. Option C is incorrect because the Web
complements rather than replaces traditional media. Option D is incorrect because the Web is a
public, global system.



---


**Question 2**

Which of the following best describes the difference between the Internet and the World Wide
Web?



A) The Internet and the World Wide Web are the same thing and can be used interchangeably

B) The Internet is a network of networks, while the World Wide Web is a system of interlinked
hypertext documents accessed via the Internet

C) The World Wide Web is the physical infrastructure, and the Internet is the software that runs
on it

D) The Internet is only used for email, while the World Wide Web is used for everything else



**Correct Answer: B**


**Rationale:** The Internet is the global network of interconnected computer networks that uses
TCP/IP protocols. The World Wide Web is an information system that operates on top of the
Internet, consisting of web pages, documents, and other resources identified by URLs. Option A
is a common misconception. Option C reverses the relationship. Option D is factually incorrect.



---


**Question 3**

,Page 3 of 238

What does the acronym HTML stand for?



A) Hypertext Transfer Markup Language

B) Hyperlink Text Management Language
C) Hypertext Markup Language

D) High-Level Text Markup Language



**Correct Answer: C**



**Rationale:** HTML stands for Hypertext Markup Language. It is the standard markup
language used to create web pages and web applications. Option A is incorrect because
"Transfer" refers to HTTP (Hypertext Transfer Protocol). Option B and D are incorrect
variations.



---



**Question 4**

What is the role of a web browser in the context of web design?


A) To create and edit web pages directly

B) To interpret HTML, CSS, and JavaScript code and render web pages visually for users

C) To store all web page data permanently on the user's computer

D) To serve as the primary programming environment for web developers



**Correct Answer: B**


**Rationale:** A web browser (e.g., Chrome, Firefox, Safari) is a software application that
retrieves and renders web content. It interprets HTML for structure, CSS for styling, and
JavaScript for interactivity, displaying the final visual result to the user. Option A is incorrect

, Page 4 of 238

because browsers are primarily for viewing, not creating. Option C is incorrect because browsers
cache but do not permanently store all data. Option D is incorrect because browsers are runtime
environments, not development environments.



---



**Question 5**

Which protocol is used to transfer web pages from a server to a browser?


A) FTP (File Transfer Protocol)

B) SMTP (Simple Mail Transfer Protocol)

C) HTTP/HTTPS (Hypertext Transfer Protocol / Secure)

D) TCP/IP (Transmission Control Protocol/Internet Protocol)



**Correct Answer: C**


**Rationale:** HTTP (Hypertext Transfer Protocol) and its secure version HTTPS are the
application-layer protocols used for transmitting web pages and other resources between web
servers and browsers. FTP is used for file transfers, SMTP is for email, and TCP/IP is the
underlying transport protocol suite.


---



**Question 6**
What is a Uniform Resource Locator (URL)?



A) A programming language used to create dynamic web content

B) A unique address that identifies a resource on the web, such as a web page or file
C) A type of web server software

Document information

Uploaded on
August 17, 2026
Number of pages
238
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$29.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
ITSJEREGUIDES
5.0
(1)
Sold
15
Followers
1
Items
1779
Last sold
1 week ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions