REM statments?

liunx

Guest
Hello, <br />
<br />
Is there such a thing in HTML as a REM statement. For instance in VB or VBScript a REM statement looks like:<br />
'text1.visible = true<br />
to make the line of code not part of the rest.<br />
<br />
thanks in advance<br />
Jesse<!--content-->HTML:<br />
<!-- comment --><br />
<br />
JavaScript:<br />
//Comment <br />
or<br />
/*Comment 1<br />
Comment 2<br />
*/<!--content-->thanks for the info<br />
<br />
Jesse<!--content-->
 
Back
Top