Multiple choice technology web technology What will be the output of this: This is a text(In Bold) This is a text(In normal font) This is a text 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.