in reply to Re: HTML tags in perl CGI scripts
in thread HTML tags in perl CGI scripts
By default, SGML requires that all attribute values be delimited using either double quotation marks (ASCII decimal 34) or single quotation marks (ASCII decimal 39). Single quote marks can be included within the attribute value when the value is delimited by double quote marks, and vice versa. Authors may also use numeric character references to represent double quotes (") and single quotes ('). For double quotes authors can also use the character entity reference ". (source)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: HTML tags in perl CGI scripts
by iburrell (Chaplain) on Nov 14, 2002 at 17:52 UTC | |
Re: Re: Re: HTML tags in perl CGI scripts
by mojobozo (Monk) on Nov 14, 2002 at 15:44 UTC |