QA

Q&A

Q1:

What is the URL of a Web resource called gaunt.html in the thin/MoreThin directory associated with the server www.railman.com?

A1:

http://www.railman.com/thin/MoreThin/gaunt.html

Q2:

What are the major sections of an HTML document?

A2:

The HTML content falls between the <HTML> </HTML> tags. Within these tags are the <HEAD> section and the <BODY> section. The <HEAD> section contains title, style, and control settings. The <BODY> section contains the content that will appear in the Web browser window. The specification calls for a !DOCTYPE statement before the first HTML tag. The !DOCTYPE statement is often omitted.

Q3:

What HTML tag changes the color of text?

A3:

To change the color of text, use the <FONT> tag with the COLOR attribute:

 <FONT COLOR="RED"> red text </FONT> 
Q4:

What HTML tag defines a hypertext link?

A4:

For a hypertext link, use the <A> tag with the HREF attribute:

 <A HREF=www.ElvisIsDiseased.com>I'm All Shook Up</A> 
Q5:

What is the difference between an HTML tag and an XML tag?

A5:

HTML tags describe how to display information on a Web page. XML tags simply describe data. The meaning and actions associated with the data are defined by the programmer.

Q6:

The BingIsBad.com Web site replaced its video clip of the White Christmas grand finale. The clip used to be called wxmas.avi. The new version is called wxmas.mov. Why can't I view this clip anymore?

A6:

There are many reasons why you might not be able to view this enchanting video clip from BingIsBad.com. One likely reason is the change in the view format, as evidenced by the change of extension from .avi (Audio Visual Interleave) to .mov (QuickTime). Try downloading a version of Quicktime that is compatible with your system, and make sure your browser is configured to recognize the .mov extension.

Q7:

My home computer receives an IP address through DHCP. I thought that would mean my children wouldn't be able to illegally share music files through their clandestine peer-to-peer Internet community. Now I find they are sharing my vintage Neil Diamond recordings with a pen pal in Sargassus who they know only by the code name Crackling Rose. What went wrong?

A7:

The peer-to-peer technique allows users who are currently on the network to register their current IP address with a central server. Users can participate in a peer-to-peer network even if their IP address is temporary because whenever they restart the peer-to-peer application, the application will re-register using the current address.



Sams Teach Yourself TCP/IP in 24 Hours
Sams Teach Yourself TCP/IP in 24 Hours (4th Edition)
ISBN: 0672329964
EAN: 2147483647
Year: 2003
Pages: 259
Authors: Joe Casad

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net