Q&A

Q.What are the major sections of an HTML document?
A.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.
Q.What HTML tag changes the color of text?
A.To change the color of text, use the <FONT> tag with the COLOR attribute:
<FONT COLOR="RED"> red text </FONT>

Q.What HTML tag defines a hypertext link?
A.For a hypertext link, use the <A> tag with the HREF attribute:
<A HREF="www.ElvisIsDiseased.com">I'm All Shook Up</A>

Q.Why does HTTP support a negotiation phase?
A.If the server and browser are configured for different session parameters, the negotiation phase lets them agree on the common settings necessary for successful communication.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.17.91