HTML element that contains no formatting
Posted
by Claudiu
on Stack Overflow
See other posts from Stack Overflow
or by Claudiu
Published on 2010-05-19T00:25:03Z
Indexed on
2010/05/19
0:30 UTC
Read the original article
Hit count: 1561
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?
© Stack Overflow or respective owner