Skip to content

Latest commit

 

History

History
94 lines (75 loc) · 1.82 KB

1.基本原理.md

File metadata and controls

94 lines (75 loc) · 1.82 KB
marp theme _class paginate backgroundColor backgroundImage
true
gaia
lead
true
url("img/hero-background.svg")
<style> marp-pre{ border-radius: 13px; } code{ border-radius: 7px; } </style>

網頁設計營隊

西苑高中資訊志工


關於我

毛宥鈞 (毛哥EM) 獸控 | 數位創作者 | Web開發人員

Musixmatch管理員

bg right:40% 50%


第一天 流程

  • 介紹網頁原理
  • VS Code
  • Markdown
  • 基本HTML
  • 基本CSS
  • Git/Github
  • 進階CSS

第二天 流程

  • 複習HTML/CSS
  • JavaScript介紹
  • 後端Google App Script
  • 專案製作
  • Q&A 補充、發證書

網頁原理


bg contain 80%


  1. 瀏覽器去 DNS (電話簿)查 IP 地址
  2. 瀏覽器向伺服器傳送 HTTP 請求網站資料
    • 交通規則 - HTTPS、FTP
    • 交通工具 - GET
  3. 伺服器回傳回應
  4. 瀏覽器把一小塊一小塊的東西(封包),組合成完整的網站,並把它呈現起來

IP Adress & DNS


  1. IP Address
  • 當連上網路後,每台電腦在網路中的位置
    • IPv4、IPv6
      • Google: 172.217.160.110 / 2404:6800:4012:1::200e
  1. DNS(Domain Name System)
  • 一個可以把IP跟域名(Domain)轉換的系統
    • 可以申請自己的網域