thekl0wn Posted October 4, 2006 Share Posted October 4, 2006 I've tried searching on here, but can't seem to figure out exactly what this line does: [code]<!--[/code] ???I see it all the time, and it's starting to bug me! Link to comment https://forums.phpfreaks.com/topic/22978--/ Share on other sites More sharing options...
steveclondon Posted October 4, 2006 Share Posted October 4, 2006 its to comment out in html. Link to comment https://forums.phpfreaks.com/topic/22978--/#findComment-103724 Share on other sites More sharing options...
mATOK Posted October 4, 2006 Share Posted October 4, 2006 It is an html comment... kinda like /*If you wanted to comment out html you would use <!-- to begin the comment and --> to end it Link to comment https://forums.phpfreaks.com/topic/22978--/#findComment-103725 Share on other sites More sharing options...
thekl0wn Posted October 4, 2006 Author Share Posted October 4, 2006 No wonder it looked familiar! Thanks! Link to comment https://forums.phpfreaks.com/topic/22978--/#findComment-103730 Share on other sites More sharing options...
CheesierAngel Posted October 4, 2006 Share Posted October 4, 2006 [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 elsethese 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.