Multiple choice technology web technology

What will be the output of this:

  1. This is a text(In Bold)

  2. This is a text(In normal font)

  3. This is a text

  4. Nothing will be printed

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The JSF outputText component renders its value attribute directly as text without interpreting HTML tags by default. The value "Some text values" will be displayed literally, showing the HTML tags to the user rather than rendering bold text.