Example pattern
Code pattern is a snippet of code, representing a solution to a typical problem.
<div>
HTML for the example-pattern
</div>
console.log('Javascript for the example-pattern');
document.body.append('Javascript for the example-pattern');
body {
background-color: red;
}