Hello, I have a rather simple question, excuse me. How can I make the text I write continue on the same line?
Example i want to write with html.P a text, next to that insert in a hiperlink with html.A, and continue the text in the same paragraph
html.P("This is an example text where I want to insert a hyperlink"),
html.A("to plotly", href='https://plotly.com/python/', target="_blank"),
html.P("and then continue at the same paragraph")
Thank you
1 post - 1 participant