HTML element that contains no formatting
- by Claudiu
I'm constantly modifying some text on a web page with JavaScript. I want the
text to be in-line with other elements, like texts, inputs, etc. What HTML element should I use? Both <div> and <p> create new-lines and other things. <b> kind of does what I want, but it bolds all the text. What's the correct alternative?