Website Design Edmonton       Website Design Feedback       Website Design Sitemap     Contact Website Design Company
Website Designers R Us - Home
To quote or not to quote

When you program in HTML, you often have to specify parameters in certain tags, such as:

<HR WIDTH=80%>

If you code by hand, you might sometimes decide to leave out the quotes around the parameter values such as 80% in the above example. Although most browsers will excuse this, it is incorrect not to place quotes around values that aren't plain numeric values.

For example

<HR WIDTH = 500>

is correct, however the following is incorrect:

<HR WIDTH = 80%>

because, the latter contains a non-numeric character -- "%" Following is the proper way to specify your HTML parameters:

<HR WIDTH = "80%">

Return to Listing

Website Designer R Us is the right company to get your job done professionally and cost effectively. We've seen the good, the bad, and the ugly, and we are here to help you by recommending the services that match your needs based on our knowledge of other website designers and web design companies whom can perform the type work you are needing.
 Home          ::             About Us          ::             Support            ::             Services            ::             Link Partners          ::             Contact

Copyright © 2006-2011 Website Designers R Us, a DOT Specialist Company. All rights reserved.