<html lang="zh-TW"> <SCRPIT> function myFristJS() { alert("我學會HTML,CSS與JavaScript三種程式語言");//註解alert警報 } </SCRIPT> <style> .wrapper { height: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center;} .sides { position: relative; animation: 0.7s customBounce ease 0.4s both; display: grid; grid-template-columns: 50vw 50vw;} @keyframes customBounce { 0% { grid-gap: 100vw; } 12% { grid-gap: 90vw; } 24% { grid-gap: 57vw; } 36% { grid-gap: 3v...