How do you create white space in a Web page?

What will be an ideal response?


The paragraph (

) and line-break (
) elements provide the simplest way of adding white space to a document. White space is an important design element that refers to the empty areas on a page. It makes a page easier to read and enhances visual appeal. Beginning Web page authors are often tempted to pack each page with as much information as possible, but experienced authors know that white space is critical to the success both of Web pages and traditional printed pages. However, you cannot add white space to a Web page simply by including spaces or carriage returns in a document. Most Web browsers ignore multiple, contiguous spaces on a Web page and replace them with a single space. Web browsers also ignore carriage returns. To enable the line breaks to be rendered by the browser, you must add
elements.

Computer Science & Information Technology

You might also like to view...

Which is the most popular NOS found on web servers?

a.Apache b.Novell Linux Enterprise c.Red Hat Enterprise d.Windows NT

Computer Science & Information Technology

What is one way in which STP protects a redundant Ethernet network?

A) Protects against frames looping the Layer 2 domains B) Reduces collision domain size C) Identifies and deletes invalid MAC to IP address mapping D) Makes sure DTP VLANs do not have frame collisions

Computer Science & Information Technology

Which of the following accurately describes preemptive multitasking?

A. The OS waits for an application to release control of the processor B. The OS allocates resources to applications but remains in full control C. The user controls which application uses the CPU and when D. The CPU lets each application run for a fixed amount of time

Computer Science & Information Technology

Use of the ____ attribute of the form element is not allowed in the strict DTD for XHTML.?

A. ?id B. ?class C. ?name D. ?method

Computer Science & Information Technology