{{theTime}}

Search This Blog

Total Pageviews

HTML <pre> tag

- Browsers normally render pre text in a fixed-pitched font, with whitespace in tact and without word wrap.

<!DOCTYPE html>
<html>
<body>

<pre>
Browsers normally render    pre text in a fixed-pitched font, 
with whitespace in tact, and without word wrap.
</pre>

</body>
</html>


Output:

Browsers normally render    pre text in a fixed-pitched font,   with whitespace in tact, and without word wrap.

No comments:

java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport

SpringBoot Error: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.j...