highlight.js使ってWebページにカラフルなコードハイライトを表示

// ここにJavaScriptのコードを書きます
console.log("Hello, world!");


body {
  font-size: 16px;
  text-align: left;
}
h1{
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  line-height: 1.8em;
}


echo "こんにちは、世界!";