Test

Page section: playground

Getting buttons working

  1. Use onclick with a function.(lower case)
  2. define a function within the script tags: function funcName() { ... }
  3. Call the function using: funName()

The effect to use might be like W3 Schools Curtain Menu