The tag in Struts bean library converts HTML markup to entity equivalents (like < becoming <) ONLY when the filter attribute is set to true (option C). When filter is false, markup passes through unchanged. Options A and B are incorrect because the behavior is conditional, not absolute. Option D uses wrong attribute name.