WGU D276 Web Development Foundations
f
1. In what year did the Internet begin with four net- 1969
worked computers?
2. What is a document that is viewed in a web browser? webpage
3. What is text that has links to other text, images, videos, hypertext
and more?
4. In what year did the number of Internet users surpass 2015
3 billion?
5. How many root Domain Name System (DNS) servers 13
currently exist in the world?
6. Identify the five (5) potential parts of a URL. Fragment
Hostname
Path
Query String
Scheme
7. Regarding the parts of a URL, what is a Fragment? Optional characters at the
end of a URL that start
with a hash symbol (#) and
refer to a certain location
within a webpage.
8. Regarding a URL, what is a Query String? Optional characters to the
right of the question mark
(?) in a URL that provide
data for the web server.
9.
, WGU D276 Web Development Foundations
f
What is a protocol suite that governs how data packets Transmission Control Pro-
are transferred over the internet from one machine to tocol / Internet Protocol
another? (TCP/IP)
10. What is the ability of users with disabilities to access web accessibility
and use a webpage with reasonable effort?
11. HTML comments should be used to ensure that the ad- false
dition of random white space will not affect rendering
in browsers.
12. HTML comments can be used to disable code to see true
how a page will appear without a particular markup
element.
13. Good practice is to use the <br>, or line break, element false
to add space or control formatting of a webpage
14. Which CSS property should be used to change the list-style-type
bullet used in an unordered list and offers more num-
bering options in an ordered list?
15. Select the three optional table tags that browsers may <tbody>...</tbody>
use to allow scrolling of the table body independently <tfoot>...</tfoot>
from the table header and table footer. <thead>...</thead>
16. Hyperlinks can only contain text. false
17. What required <form> attribute specifies the manner method
in which the browser will send form data to a web
server?
18. This required <form> attribute specifies the name and action
location of the CGI script used to process the form.
f
1. In what year did the Internet begin with four net- 1969
worked computers?
2. What is a document that is viewed in a web browser? webpage
3. What is text that has links to other text, images, videos, hypertext
and more?
4. In what year did the number of Internet users surpass 2015
3 billion?
5. How many root Domain Name System (DNS) servers 13
currently exist in the world?
6. Identify the five (5) potential parts of a URL. Fragment
Hostname
Path
Query String
Scheme
7. Regarding the parts of a URL, what is a Fragment? Optional characters at the
end of a URL that start
with a hash symbol (#) and
refer to a certain location
within a webpage.
8. Regarding a URL, what is a Query String? Optional characters to the
right of the question mark
(?) in a URL that provide
data for the web server.
9.
, WGU D276 Web Development Foundations
f
What is a protocol suite that governs how data packets Transmission Control Pro-
are transferred over the internet from one machine to tocol / Internet Protocol
another? (TCP/IP)
10. What is the ability of users with disabilities to access web accessibility
and use a webpage with reasonable effort?
11. HTML comments should be used to ensure that the ad- false
dition of random white space will not affect rendering
in browsers.
12. HTML comments can be used to disable code to see true
how a page will appear without a particular markup
element.
13. Good practice is to use the <br>, or line break, element false
to add space or control formatting of a webpage
14. Which CSS property should be used to change the list-style-type
bullet used in an unordered list and offers more num-
bering options in an ordered list?
15. Select the three optional table tags that browsers may <tbody>...</tbody>
use to allow scrolling of the table body independently <tfoot>...</tfoot>
from the table header and table footer. <thead>...</thead>
16. Hyperlinks can only contain text. false
17. What required <form> attribute specifies the manner method
in which the browser will send form data to a web
server?
18. This required <form> attribute specifies the name and action
location of the CGI script used to process the form.