import tkinter as tk from tkhtmlview import HTMLScrolledText root = tk.Tk() root.geometry("780x640") html_label = HTMLScrolledText( root, html="""
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut quam sapien. Maecenas porta tempus mauris sed ullamcorper. Nulla facilisi. Nulla facilisi. Mauris tristique ipsum et efficitur lobortis. Sed pharetra ipsum non lacinia dignissim. Ut condimentum vulputate sem eget scelerisque. Curabitur ornare augue enim, sed volutpat enim finibus id.
Tags Attributes Notes a style, href - img src, width, height experimental ol style, type - ul style bullet glyphs only div style -
Tags Attributes Notes
a style, href -
img src, width, height experimental
ol style, type -
ul style bullet glyphs only
div style -
Inline code blocks
displayed without newlines