Tag - Solution Sites Routine

This function encloses the text segment between a beginning and an ending HTML tag.

Definition

Function Tag(
  byVal sTagName,
  byVal htmText)

Parameters

  • sTagName
    A string containing the tag.
  • htmText
    An HTML string containing the text to be displayed.

Return Value

A string containing the HTML representation of the starting tag, the text to be displayed, and the ending tag.

Defined in File

include\html_lib.asp

Routines Called

None.

Called By

RenderNavbar

RenderPreFormattedText

Copyright © 2005 Microsoft Corporation.
All rights reserved.