程式碼模式是一段程式碼,可代表一般問題的解決方法。

HTML

<div>
  HTML for the example-pattern
</div>

CSS


        body {
  background-color: red;
}
        

JS


        console.log('Javascript for the example-pattern');
document.body.append('Javascript for the example-pattern');