A display code element allows you to show snippets of code in a clean, readable format.
It’s useful for tutorials, documentation, or technical blogs where you may need to demonstrate code examples directly on the page.
<!DOCTYPE html>
<html>
<head>
<title>Display Code Example</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>
Different styles and sizes can be utilised here.
You are also able to show / hide for certain roles. I.e a discussion forum for members only