Your First Elements — Tag Functions Tag functions are the fastest way to generate HTML in Probo-ui . Import them directly from the probo package: from probo import div , h1 , h2 , p , span , a , img , button , strong , em , ul , li Creating Elements Call the function with content as positional a...

Source: [Dev.to](https://dev.to/mojahid0youness/introduction-to-probo-ui-write-html-entirely-in-python-series-part-02-5809)

Sponsored