programming-examples/html/Text/preformatted_text.html

10 lines
133 B
HTML
Raw Normal View History

2019-11-15 12:59:38 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Html5</title>
<meta charset="UTF-8">
</head>
<body>
<pre>Preformatted text</pre>
</body>
</html>