Top "Pre" questions

The <pre> element in HTML represents preformatted text.

Changing the content of all <pre> tags using JavaScript

I want to know how I change all the pre tags inside a document... I'm using this: var preContent = document.…

javascript html css tags pre
Using only CR as linebreak inside pre tag doesn't work

At work, we stumbled upon Bugzilla creating HTML output that led to lines much too long because the browser didn't …

html rendering greasemonkey line-breaks pre
How to disable styling on <pre> in bootstrap

I am using HTML's <pre></pre> to render my text as is with \n and spaces …

html css twitter-bootstrap twitter-bootstrap-3 pre
HTML, CSS: Display HTML code with `<xmp>`, `<pre>` or `code`?

Among <xmp>, <pre> or <code>, <xmp> have been recommended[1] to display HTML …

html css blogger pre
Remove bootstrap styling on pre element

I use bootstrap and i have to use <pre> tag in my code but Bootstrap styling it and …

css twitter-bootstrap pre
Is it possible to use an <a> tag within a <pre> tag?

Im working with some legacy code that generates a given message on a webpage but surrounds it with a <…

html anchor pre
CSS code highlighter - margin in pre code tag

Please look at this fiddle: Here What I am looking for is a way to remove that extra space at …

html css margin pre