how to give border to label in tkinter code example Example: tkinter label border l1 = Label(root, text="This", borderwidth=2, relief="groove")