I want to output a single line of text to the browser that contains a tag. When this is rendered it appears that the DIV causes a new line. How can I include the content in
div is a block element, which always takes up its own line.
div
use the span tag instead
span