[an error occurred while processing this directive]
Missing < or >
The behavior will vary depending on the browser. Using some browsers, the section between it and the next properly closed tag will be bolded. Using others, only the text between it and the next matching closing tag (</STRONG>) will be bolded.How the paragraph should appear:
This is an example of a missing < sign ; the text between the tags is unbolded, and the STRONG appears as normal text.
The code producing the error:
<STRONG>This is an example of a missing < sign </STRONG>; the text between the tags is
The effect of the error itself:
STRONG>This is an example of a missing < sign ; the text between the tags is unbolded, and the STRONG appears as normal text.
How the paragraph should appear:
This is an example of a missing > sign ; the text between the tags has disappeared, because the > sign was left off the opening tag. The line should appear as follows:
The code producing the error:
<STRONGThis is an example of a missing > sign </STRONG>; the text between
The effect of the error itself: