CSS示範程式碼 h1{background-color: purple; color: white; border: 10px solid red; text-align:center; padding: 5px} ul{background-color: green; color: white; font-size: 2em;line-height:1.5} input{font-size:24px;background-color:rgb(210, 250, 215);} .monkey{font-size:36px;} HTML示範程式碼 潘宇皓輸入參數 輸入k 輸入m 輸入n 執行自訂函數 重點 alert內建函數,自訂函數abc 潘宇皓輸出結果 JAVASCRIPT示範程式碼 const space=' ', slash='/', backslash='\\', cr='\n'; function row1(k,m){ for(let i=0; i \n'; for(let i=0; i '; document.getElementById('out').innerHTML=out;}