HTML element that contains no formatting
18:08 18 May 2010

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

and

create new-lines and other things. kind of does what I want, but it bolds all the text. What's the correct alternative?

html formatting tags