Pre-Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Free Practice Questions for the WGU Courses and Certificates Web-Development-Foundation Exam (2026 Updated)

At Marks4sure, we are dedicated to providing IT professionals with the most accurate and reliable preparation materials for the WGU Web-Development-Foundation exam. To support your certification journey, we have made a selection of our premium 2026 Courses and Certificates practice questions and answers available completely free. You can take this practice test as many times as you need. Every question includes a detailed, expertly verified explanation to ensure you fully grasp the core security concepts before test day.

Questions 4

Use the given code snippet to answer the following question: < a href-"#additional_info" > Additional info < /a > Where will the user be taken when the link is followed?

Options:

A.

To the tag with the value attribute "additionaljnfo"

B.

To the tag with the id attribute "additionaljnfo''

C.

To the tag with the name attribute "additionaljnfo

D.

To the tag with the title attribute "additionaljnfo"

Buy Now
Questions 5

Use the given text to answer the following question:

one

two

size

ten

Which code snippet should be used to create this content?

A)

Web-Development-Foundation Question 5

B)

Web-Development-Foundation Question 5

C)

Web-Development-Foundation Question 5

D)

Web-Development-Foundation Question 5

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 6

Consider the HTML.

< em > letter < /em > < br / > < strong > word < /strongxbr /xbr / > < em > phrase < /em >

Which formatted text results?

A)

Web-Development-Foundation Question 6

B)

Web-Development-Foundation Question 6

C)

Web-Development-Foundation Question 6

D)

Web-Development-Foundation Question 6

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 7

Which HTML5 tag is used to create a text field that allows multiple lines of data?

Options:

A.

< article >

B.

< input >

C.

< fieldset >

D.

< textarea >

Buy Now
Questions 8

Which pair of characteristics differentiates XML from HTML?

Options:

A.

XML tags are predefined; HTML preserves white spaces.

B.

HTML tags are user-defined; XML preserves white spaces.

C.

XML tags are user-defined; HTML absorbs white spaces.

D.

HTML tags are predefined; XML absorbs white spaces.

Buy Now
Questions 9

When should HTML code primarily be used for a web page?

Options:

A.

When the column width of a table needs to be adjusted for a larger screen

B.

When the background color of an input box needs to be yellow

C.

When the image for an advertisement needs to be added to a web page

D.

When the header for a section needs to continuously change size

Buy Now
Questions 10

What is the HTML that results in the given text?

Design

Layout

Structure

A)

Web-Development-Foundation Question 10

B)

Web-Development-Foundation Question 10

C)

Web-Development-Foundation Question 10

D)

Web-Development-Foundation Question 10

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 11

Use the given text to answer the following question:

Send an e-message to Dean of Admissions.

Which code snippet will display this content as a link that can be used to send an email to the Dean?

Options:

A.

< p > < a href="https://deanofadmissions.com/example > Send an e-message to Dean of Admissions. < /a > < /p >

B.

< p > < a href="ftp://deanofadmissions.com/example.html" > Send an e-message to Dean of Admissions. < /ax/p >

C.

< p > < a href="mailto:deanofadmissions@example.com" > Send an e-message to Dean of Admissions. < /ax/p >

D.

< p > < a href="file:///C:/deanofadmissions/example.html" > Send an e-message to Dean of Admissions. < /ax/p >

Buy Now
Questions 12

Which HTML element is used to define a block of links?

Options:

A.

< aside >

B.

< section >

C.

< nav >

D.

< summary >

Buy Now
Questions 13

A portion of the HTML for a webpage is shown.

Web-Development-Foundation Question 13

Which heading should be enclosed with an < h2 > tag?

Options:

A.

Balanced Rock Park

B.

Eastern Region

C.

Winding Creek Park

D.

Natural Bridge Park

Buy Now
Questions 14

The CSS selector Img is used to apply a rule. How is the rule applied?

Options:

A.

To the single element with ID img

B.

To all img elements

C.

To the first img element only

D.

To all elements with the class name img

Buy Now
Questions 15

Which element can be appropriately placed within a < p > element?

Options:

A.

< title >

B.

< meta >

C.

< em >

D.

< html >

Buy Now
Questions 16

Sample HTML for a web page is given.

Web-Development-Foundation Question 16

Which error is part of the given code?

Options:

A.

There should not be a > bracket at the end.

B.

There should not be a < body > tag.

C.

The language attribute name in the < html > tag should not be lang.

D.

There should be quote marks around the content ID in the second < div > tag.

Buy Now
Questions 17

Use the given code snippet to answer the following question:

< style >

.one.two { color: blue;

} < /style >

Which HTML block should be used to display the text in blue?

A)

Web-Development-Foundation Question 17

B)

Web-Development-Foundation Question 17

C)

Web-Development-Foundation Question 17

D)

Web-Development-Foundation Question 17

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 18

Which code snippet should be used to display content with a top padding of 25px, a right padding of 50px, a bottom padding of 75px, and a left padding of 100px?

A)

Web-Development-Foundation Question 18

B)

Web-Development-Foundation Question 18

C)

Web-Development-Foundation Question 18

D)

Web-Development-Foundation Question 18

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 19

Which generic family of fonts is distinguished by plain stroke ends?

Options:

A.

Cursive

B.

Monospace

C.

Serif

D.

Sans-serif

Buy Now
Questions 20

What is a case in which HTML code is primarily needed?

Options:

A.

The starting position of a line of text needs to move right.

B.

The input from a user needs to be submitted to a server.

C.

The size of a box needs to be resized for a mobile screen.

D.

The column width of a table needs to be adjusted for a larger screen.

Buy Now
Questions 21

The given HTML code has an error.

Web-Development-Foundation Question 21

What is the error?

Options:

A.

The leading body tag should not have a forward slash.

B.

There should be a corner bracket after layout.

C.

There should not be an ending strong tag.

D.

The hi header text should be within the tag.

Buy Now
Questions 22

Which tag can be appropriately placed within a < section > element?

Options:

A.

< html >

B.

< P >

C.

< meta >

D.

< body >

Buy Now
Questions 23

Use the given HTML document to answer the following question:

Web-Development-Foundation Question 23

How will the animation be rendered using this code?

Options:

A.

The animation will flow in the normal direction.

B.

The animation will flow in the reverse direction.

C.

The animation will toggle between normal and reverse direction, starting with normal.

D.

The animation will toggle between reverse and normal direction, starting with reverse.

Buy Now
Exam Name: WGUWeb Development Foundation (NVO1)
Last Update: Sep 6, 2026
Questions: 77

PDF + Testing Engine

$64.99   $185.69

Testing Engine

$49.99   $142.83

PDF (Q&A)

$54.99   $157.11