Answer to Question #709 in Java | JSP | JSF for Danielle
What is the java code to make one word italicized in a sentence?
For example, print the sentence "I like the color yellow" and italicize the word color.
1
2010-10-01T09:11:30-0400
Use HTML for your sentence. Most java controls supports HTML tags. Youcan write this:
textField.setText("I like the color yellow")
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
JavaJSPJSF
Comments
Leave a comment