周冠穎利用w3schools學習HTML,CSS,Borders 德 明 周 冠 穎 Html上的物件,稱為元素body, p=paragraph, div=division 使用專業程式碼編輯器JCRATOR 程式設計影片138
發表文章
目前顯示的是 9月, 2022的文章
我會HTML,CSS,JavaScript三種語言
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
<html lang="zh-Hant"> <style> function myFirstJS() { aiert("我學會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: 3vw; } ...