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 207 pages
Exam (elaborations)

WGU E009 Web Design Fundamentals OA Practice Exam Bank | 355+ Questions with Verified Answers & Detailed Rationales | Updated | Graded A+

Document preview thumbnail
Preview 4 out of 207 pages

WGU E009 Web Design Fundamentals Objective Assessment (OA) Practice Exam Bank Prepare with confidence for your WGU E009 Web Design Fundamentals OA with this comprehensive practice exam bank featuring 355+ questions with verified answers and detailed rationales. Updated for the academic year, this resource is 100% accurate and graded A+. What's Inside: DOMAIN I: HTML FUNDAMENTALS HTML Document Structure HTML Elements and Tags Semantic HTML (Sectioning Elements) HTML Attributes and Hyperlinks DOMAIN II: CSS STYLING AND LAYOUT CSS Syntax and Selectors Box Model and Visual Formatting CSS Layout (Flexbox & Grid) Positioning and Display CSS Typography and Colors DOMAIN III: JAVASCRIPT FUNDAMENTALS JavaScript Syntax and Variables Functions and Control Flow DOM Manipulation DOMAIN IV: RESPONSIVE WEB DESIGN Viewport and Media Queries Fluid Layouts and Flexible Images CSS Functions (calc, clamp, min, max) DOMAIN V: WEB ACCESSIBILITY (WCAG) Accessibility Principles (POUR) ARIA and Accessible Practices DOMAIN VI: UX/UI PRINCIPLES User Experience Fundamentals User Interface Design DOMAIN VII: FORMS AND INPUT HTML Forms and Input Types Form Validation and Submission DOMAIN VIII: MULTIMEDIA AND EMBEDDED CONTENT Images, Audio, and Video Embedded Content (iframes, canvas) DOMAIN IX: WEB STANDARDS AND BEST PRACTICES Web Standards and Validation Best Practices Key Features: Verified answers for every question Detailed rationales explaining correct and incorrect options Covers all nine domains tested on the OA Updated for curriculum Perfect for self-assessment and exam preparation Target Audience: WGU E009 Web Design Fundamentals students Anyone preparing for web development certification exams Web development students seeking comprehensive practice Pass your WGU E009 OA with confidence! Download this complete question bank today and master every concept tested on the exam.

Content preview

Page 1 of 207




WGU E009 WEB DESIGN
FUNDAMENTALS
OBJECTIVE ASSESSMENT (OA)
PRACTICE EXAM BANK
350+ QUESTIONS WITH VERIFIED
ANSWERS & DETAILED RATIONALES
UPDATED FOR 2026-2027 ACADEMIC
YEAR | 100% ACCURATE | GRADED A+

# DOMAIN I: HTML FUNDAMENTALS



## Section 1.1: HTML Document Structure (Questions 1–15)


**Question 1**

What is the primary purpose of HTML in web development?



A) To style the visual appearance of a web page

B) To add interactivity and dynamic behavior to a web page

C) To structure the content and define the meaning of a web page
D) To manage the server-side logic of a web application

,Page 2 of 207



**Correct Answer: C**



**Rationale:** HTML (HyperText Markup Language) is the standard markup language for
creating web pages. Its primary purpose is to structure content and define its meaning using
elements like headings, paragraphs, and links. CSS is used for styling (A), JavaScript for
interactivity (B), and server-side languages like PHP or Python for server logic (D).



---



**Question 2**

Which HTML tag is used to define the root element of an HTML document?


A) `<head>`

B) `<html>`

C) `<body>`

D) `<root>`



**Correct Answer: B**


**Rationale:** The `<html>` tag is the root element of an HTML page. All other elements,
including `<head>` and `<body>`, must be contained within it. The `<head>` element contains
metadata (A), the `<body>` contains the visible content (C), and `<root>` is not a valid HTML
element (D).



---


**Question 3**
What is the correct doctype declaration for an HTML5 document?

,Page 3 of 207



A) `<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">`

B) `<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">`

C) `<!DOCTYPE html>`
D) `<?xml version="1.0" encoding="UTF-8"?>`



**Correct Answer: C**



**Rationale:** `<!DOCTYPE html>` is the correct and minimal doctype declaration for HTML5
documents. Options A and B are doctype declarations for older HTML versions. Option D is an
XML declaration, not an HTML doctype.



---



**Question 4**

Which of the following correctly represents the basic structure of an HTML document?


A) `<html><body><head></head></body></html>`

B) `<html><head></head><body></body></html>`

C) `<head><html></html><body></body></head>`
D) `<body><html><head></head></html></body>`



**Correct Answer: B**


**Rationale:** The correct structure is `<html>` as the root, containing `<head>` first (for
metadata), followed by `<body>` (for visible content). This hierarchical order is required for
valid HTML documents.

, Page 4 of 207

**Question 5**

Which HTML element contains meta-information about the document, such as character
encoding and page title?



A) `<body>`

B) `<header>`

C) `<head>`
D) `<meta>`



**Correct Answer: C**



**Rationale:** The `<head>` element contains meta-information about the HTML document,
including the page title, character encoding, viewport settings, and links to external stylesheets.
While `<meta>` tags are placed inside the `<head>` (D), the container element is `<head>`.



---



**Question 6**

What is the purpose of the `<title>` element in HTML?


A) To display a tooltip when hovering over an element

B) To define the title of the document shown in the browser tab

C) To create a heading on the webpage

D) To provide an alternative text for images



**Correct Answer: B**

Document information

Uploaded on
August 17, 2026
Number of pages
207
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