×

Html & Html5

The World's best Software Development Study Portal

HTML pre tag


This <pre> tag is use to gives the output as it is written by the user. It gives fixed line and space.

Let's understand this by the following example:


<pre> My name is Manish I use to write blog my blog channel is "Funnyandinterestingfacesofworld.ml" </pre>

Output:


 My name is Manish I use to write blog my blog channel is "Funnyandinterestingfacesofworld.ml"