Is it possible to to change a tag (or ) to preformat its contents like a tag would using only CSS?
) to preformat its contents like a tag would using only CSS?
Try this
span { white-space: pre; font-family: monospace; display: block; unicode-bidi: embed }