|
October 26, 1999 Close Your Tags Tips: October 1999
Yehuda Shiran, Ph.D.
|
|
HTML is a very flexible language. It never generates errors, and often provides many different ways to accomplish a single task. For example, a list item can be specified as <LI>description or <LI>description</LI>. The only difference is the closing </LI> tag, but it might be your biggest mistake. Let's find out why.If you don't close these tags, the browser renders your pages just fine. If you do close your tags, it will render your pages even faster. Take a look at the following code segment:
As you can see, the
People who read this tip also read these tips: Look for similar tips by subject: |
| ||||||||||||||||||||