in reply to Re^3: Style Sheet Doesn't Display Styles
in thread Style Sheet Doesn't Display Styles
Update: He corrected himself when I was writting my post. Ignore this post.
No, the closing tag is optional (in HTML 4.01). Note the "O" for "Optional":
<!ELEMENT LINK - O EMPTY -- a media-independent link --> <!ATTLIST LINK %attrs; -- %coreattrs, %i18n, %events - +- charset %Charset; #IMPLIED -- char encoding of linked reso +urce -- href %URI; #IMPLIED -- URI for linked resource -- hreflang %LanguageCode; #IMPLIED -- language code -- type %ContentType; #IMPLIED -- advisory content type -- rel %LinkTypes; #IMPLIED -- forward link types -- rev %LinkTypes; #IMPLIED -- reverse link types -- media %MediaDesc; #IMPLIED -- for rendering on these media + -- >
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Style Sheet Doesn't Display Styles
by Joost (Canon) on Jul 19, 2006 at 20:54 UTC |