pre: preformatted text
1.test.html
<!DOCTYPE html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello World!2020</h1>
<pre>
This is a test I want to know
the function of pre
tag
</pre>
</body>
</html>
2.
pre: preformatted text
1.test.html
<!DOCTYPE html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello World!2020</h1>
<pre>
This is a test I want to know
the function of pre
tag
</pre>
</body>
</html>
2.