Posts by Diefesson • 65 points
2 posts
-
3
votes2
answers119
viewsQ: What is the difference between # and #! in HTML 5?
What is the difference between # and #! in the href element attribute <a>? <a href="#">link 1</a> <a href="#!>link 2</a> NOTE: I am using Jquery and Materialize…
-
3
votes4
answers1482
viewsQ: How to change the color of the text in a Jtextpane?
I’m developing a chat and he uses a JTextPane to display messages in different colors for each user. However, I don’t know how to change the colors of the text of this component. Example: We have…