🎴 Flashcard Mode
Web Technology and Java Web Frameworks
Card1 / 20
Mastered0
Review0
QuestionClick to flip
What will be the output of this: <h:outputText value="Some text values"/>
AnswerClick to flip back
A
This is a text
💡 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.