I'm using below code it is throwing the <pre>
outside the <p>
. So, is there any way to insert <pre>
inside <p>
. below I'm attaching my code.
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p>
<pre>
dkjaskldjasklda
skladjasklda
</pre>
</p>
</body>
</html>