Web Development and Design Foundations with XHTML, 5th Edition

(Steven Felgate) #1

(^636) Answers
HTTP to request Web pages and related resources from a Web server. A Web
server is a computer that is continually connected to the Internet and that runs
some type of Web server software application. It uses the HTTP protocol to
receive requests for Web pages and related resources. It responds to these requests
and sends the resources.



  1. There are several protocols discussed in this chapter that use the Internet but do
    not use the Web. E-mail messages are transmitted using the Internet. SMTP
    (Simple Mail Transfer Protocol) is used to send e-mail messages. POP (Post Office
    Protocol) and IMAP (Internet Message Access Protocol) can be used to receive
    e-mail messages. FTP (File Transfer Protocol) can be used to exchange files (send
    and receive) with a computer connected to the Internet.

  2. A URL (Uniform Resource Locator) represents the address of a resource that
    is available on the Internet. A URL consists of a protocol, a domain name, and
    the hierarchical location of the file or resource. An example of a URL is
    http://www.webdevfoundations.net/chapter1/index.htm. A domain name locates
    an organization or other entity on the Internet and is associated with a unique
    numeric IP address. A domain name is part of a URL.


Review Questions



  1. c

  2. a

  3. a

  4. b

  5. a

  6. True

  7. False

  8. True
    9. False

  9. XHTML

  10. SGML

  11. HTML

  12. CERN

  13. microblogging

  14. TCP


Chapter 2


Checkpoint 2.1



  1. HTML (Hypertext Markup Language), was developed by Tim Berners-Lee at
    CERN using SGML. HTML is the set of markup symbols or codes placed in
    a file intended for display on a Web browser. HTML configures a platform-
    independent display of information. Each markup code is referred to as an
    element (or tag).

  2. XHTML is the most recent version of HTML. It was developed by the W3C to
    be the reformulation of HTML as an application of XML. XHTML combines the
    language of HTML with the syntax of XML. Like XML, XHTML is extensible
    and should be able to adapt to future needs.

  3. The header section is located between the and tags on a Web
    page. This area is used to contain information that describes the Web page, such
    as the title of the page that will display in the menu bar of the browser window.
    The body section is located between the and tags. This area is

Free download pdf