Code / Unformatted Text
Code and unformatted text can be inserted by using the [code] shortcode. You can also use the WP Gutenberg editor block for code. The shortcode provides a very basic way to display preformatted text on your website and is probably not sufficient for complex demands. If you are looking for a more sophisticated solution you might want to have a look at the Enlighter – Customizable Syntax Highlighter plugin.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script> </head> <body> <!-- page content --> </body></html>