รูปแบบโค้ดคือข้อมูลโค้ดที่แสดงถึงวิธีแก้ไขปัญหาทั่วไป

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

        body
{
 
background-color: red;
}
       

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