中文(繁体)
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!-- 把下列程式碼加到<body>區域中- -> <form> <input type="button" Value="紅" onClick="document.bgColor='red'"> <input type="button" Value="橘色" onClick="document.bgColor='orange '"> <input type="button" Value="黃色" onClick="document.bgColor='yellow'"> <input type="button" Value="綠色" onClick="document.bgColor='green'" > <input type="button" Value="蘭色" onClick="document.bgColor='blue'"> <input type="button" Value="紫色" onClick="document.bgColor='purple'"> </form>