|
Posted by Dung Ping on 11/11/05 10:10
cwdjrxyz@yahoo.com wrote:
> Dung Ping wrote:
> > I need to place comment tags around some meta elements, those <meta . .
> > .>. Are the tags <!-- -->, or /* */ or //?
>
> Others have rightly said to use <!-- --> for html comments. The pair /*
> */ is used to enclose multi-line comments within a javascript or CSS
> style sheet. The // often is used just before a javascript comment that
> ends on a single line. Using the wrong types of comments in html,
> script, or CSS sections sometimes causes problems.
Thank all for teaching.
Dung Ping
Navigation:
[Reply to this message]
|