One major difference is that cascading style sheets can be used with the ID
tag to define a set of styles:
<style>
div#BlueBorder {border=1 solid blue;width=100%}
</style>
<html>
<div id="BlueBorder">
</html>
-----Original Message-----
From: peterv@m... [mailto:peterv@m...]
Sent: Friday, April 26, 2002 1:37 PM
To: HTML Code Clinic
Subject: [html_code_clinic] Difference between ID and NAME
I still cannot get the difference between the ID and NAME of the control.
They all can be used interchangeably as I have tried. Can anybody refer to
some source or explain the difference.
Thank you.
Peter V.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20