<html>
<body>
Is there any way to highlight, bold or change the color of one word in a
variable to be displayed on a Tkinter GUI?<br><br>
Like:<br><br>
material = "Plastic"<br>
introVal = "This report describes the construction of the %s."
% (material)<br><br>
this is what I want:<br>
This report describes the construction of the <b>Plastic</b>.<br>
Plastic is Bold or Blue or Green<br><br>
Thanks<br>
</body>
</html>