' )
pop.document.writeln( '
The ' )
pop.document.writeln( '<' + tag + '> ' )
var single= closed.value == "NO" && closed.checked
if ( ! single )
pop.document.writeln( '... </' + tag + '> ' )
pop.document.writeln( 'markup tag:' )
pop.document.writeln( ' Apply the tag now: ' )
pop.document.write( '<' + tag + '>' ) // Start tag.
pop.document.write( sample )
if ( single )
pop.document.writeln( ' // (Tag not closed; effect continues.) ' )
else
{
pop.document.write( '' + tag + '>' ) // End tag
pop.document.writeln( ' // How did it affect the sampe text? ' )
}
pop.document.writeln( '
' )
pop.focus()
return true
}
//-->
HTML markup tags
Enter a text markup tag in the input box, below,
and watch the popup window to see what it does.