Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. HTML

    Code Block
    titleSample
    <b>this text is in bold</b>
  2. JavaScript (jQuery is supported)
    Don’t forget to put in ห้ามลืมใส่ <script type="text/javascript"></script> block

    Code Block
    titleSample
    <script type="text/javascript">
    alert("hello world");
    </script>
  3. CSS
    Don’t forget to put in ห้ามลืมใส่ <style type="text/css"></style> block

    Code Block
    titleSample
    <style type="text/css">
    body{
     font-size: 100%;
    }
    </style> 

...