WGU C779|| most recent
version|Comprehensive questions
and verified answers/accurate
solutions|Already graded A+|Get it
100% correct.
Why are hyperlinks so important? ------ CORRECT>ANSWER-links documents, allowing users to move
from one to another simply by clicking on a hot spot or link; established the WWW
CSS ------ CORRECT>ANSWER-Cascading Style Sheets
Cascading Style Sheets (CSS) ------ CORRECT>ANSWER-Style sheet language that provides the formatting
and "look" of a Web page or document written in a markup language.
XML ------ CORRECT>ANSWER-Extensible Markup Language
Extensible Markup Language (XML) ------ CORRECT>ANSWER-The markup language designed to transport
and store data on the Web
,What is the difference between HTML and XML? ------ CORRECT>ANSWER-the former creates web pages
and defines how information is displayed; the latter stores and transports information that is not
intended to be displayed
< (xml) ------ CORRECT>ANSWER-less than (xml)
> (xml) ------ CORRECT>ANSWER-greater than (xml)
& (xml) ------ CORRECT>ANSWER-ampersand (xml)
' (xml) ------ CORRECT>ANSWER-apostrophe (xml)
" (xml) ------ CORRECT>ANSWER-quotation mark (xml)
format for comments in XML ------ CORRECT>ANSWER-<!-- text -->
How does XML store a new line? ------ CORRECT>ANSWER-LF (xml)
What is different about the tags in XML vs HTML? ------ CORRECT>ANSWER-the former allows the user to
create their own tags that describes data; the latter has preset tags that are used for displaying data
subdomain ------ CORRECT>ANSWER-A portion of a URL that usually indicates a specific subdivision or
server within a large site.
uniform resource locator ------ CORRECT>ANSWER-URL
uniform resource locator (URL) ------ CORRECT>ANSWER-address of a specific webpage or file on the
internet
http:// ------ CORRECT>ANSWER-prefix/protocol portion of a URL
, www part of URL ------ CORRECT>ANSWER-example of a subdomain
www.website.com
Which part is the domain name? ------ CORRECT>ANSWER-website in www.website.com
www.website.com
Which part is the top-level domain? ------ CORRECT>ANSWER-.com in www.website.com
W3C ------ CORRECT>ANSWER-World Wide Web Consortium
World Wide Web Consortium (W3C) ------ CORRECT>ANSWER-An international community that develops
open standards for the Web.
SGML ------ CORRECT>ANSWER-Standard Generalized Markup Language
Standard Generalized Markup Language (SGML) ------ CORRECT>ANSWER-A metalanguage used to create
other languages, including HTML and XHTML.
How does SGML differ from HTML? ------ CORRECT>ANSWER-the former describes the concepts and info
inside of documents; the latter is used to format the visual presentation of the information
What does SGML use to create the document language rules to establish conformity across documents?
------ CORRECT>ANSWER-document type definition (DTD)
HTML ------ CORRECT>ANSWER-Hypertext Markup Language
Hypertext Markup Language (HTML) ------ CORRECT>ANSWER-language used to create web pages and
hyperlinks to move between those web pages and files