Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

html pre tag

The <pre> tag defines preformatted text.

Text in a <pre> element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks.

Example:
<pre>
Hello greppers,    ankur
here hope you   all
are enjoying        the 
coding.
</pre>
 
PREVIOUS NEXT
Tagged: #html #pre #tag
ADD COMMENT
Topic
Name
8+7 =