' ) // pop.document.writeln( '

HTML markup tags:

' ) //pop.document.writeln( '
' + s + '
' ) pop.document.writeln( '
The ' ) if ( single ) { pop.document.writeln( '<' + s + '> ' ); } else { pop.document.writeln( '<' + s + '> ... </' + s + '> ' ) } pop.document.writeln( 'markup tag:
' ) pop.document.writeln( '
Apply the tag now:  ' ) pop.document.write( '<' + s + '>' ) // Start tag. pop.document.write( sample ) if ( single ) { pop.document.writeln( '  (Tag not closed; effect continues.)  ' ) } else { pop.document.write( '' ) // End tag pop.document.writeln( '  How did this tag affect ordinary text?  ' ) } pop.document.write( '

' ) pop.document.close() //document.write( s ) return true } function newtag( s ) { alert('newtag()'); document.write('newtag()'); alert('DONE') write( s ) document.write( "BYE" ) 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.


Enter an HTML tag:          < >
      Do not type the < or > characters.
      Enter only one tag at a time.
      Press the "ENTER" key after each tag.
  

For single-ended tags, see below.

(This sample text may be changed at any time.)

Scroll down the popup window to see the last one, if many tags are entered.
You may dismiss the popup window, and it will be regenerated if necessary.















1

Hosted by www.Geocities.ws