index.html 696 Bytes
Newer Older
jutatip's avatar
jutatip committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>สวัสดีชาวโลก</title>
  </head>
  <body  bgcolor="rgb(0,0,0)"

    <h1>Hello World!</h1>
          <h2><img src = "d.png" width="200" height="150" border="1"></h2>
    ใช้โหนด <ol>

      <li>เวอร์ชั่นอะไร<script>document.write(process.versions.node)</script>,
    <li>ใช้โครมเวอร์ชั่นอะไร<script>document.write(process.versions.chrome)</script>,
    <li>และ อิเล็กตรอนเวอร์ชั่นอะไร <script>document.write(process.versions.electron)</script></li></ol>

  </body>
</html>