Jump to content

"<!--" What does it do?


thekl0wn

Recommended Posts

[quote author=steveclondon link=topic=110481.msg446668#msg446668 date=1159971067]
its to comment out in html.
[/quote]

I's also used alot in javascripts in your html file.
When your browser doesn't support javascript the script body will be interpretated as comment else
these lines will be ignored.

[code]
<s cript language='JaveScript'>
<!-- Start
..........
// End-->
</s cript>
[/code]
Link to comment
https://forums.phpfreaks.com/topic/22978--/#findComment-103738
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.