I have a following code within the JavaScript file
o.a.createElement("p", null, "My text"),
o.a.createElement("a", { href: "http://www.google.com" }, "here"),
I would like to end up having a one line saying "My text here". Instead I end up having the link "here" underneath the "My text" text.
What can I do to have "My text" text and the link "here" in one line?
Via Active questions tagged javascript - Stack Overflow https://ift.tt/80kjd13
Comments
Post a Comment