Topic: option tag has to be closed??? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
![]() Hi, guys. How are you? |
Maniac (V) Inmate From: Cell 666 |
![]() |
Paranoid (IV) Inmate From: NZ |
![]() Thanks, mate. |
Paranoid (IV) Inmate From: 127.0.0.1 |
![]() |
Obsessive-Compulsive (I) Inmate From: somewhere out there |
![]() Although you don't strictly need the closing </OPTION> tag, it is good practice to put it in your code. Some browsers (not IE, but some versions of Netscape and others) are particular about the way they display things, and if they don't come across the closing tags for HTML elements, your code may well appear rather strangely... all depends how browser-compatible your code needs to be. |
Maniac (V) Inmate From: under the bed |
![]() Except, of course, as Synax said XHTML *does* require the closing tag, and as Pugzly said XHTML is the next version of HTML....so unless there's some compelling reason for them not to, people should be using XHTML at this point. |