I want to create a paragraph element with variable text. and I want that element as big as the text inside, so i can make a border around it.
The Border the should only go around the text and not over the whole side. The word inside the paragraph element should also be variable (different length).
Thanks for your help.
p {
border: solid;
}
<p>
hello
</p>