D47_W6HW1


Posted by Christy on 2021-06-04

切版補充教學 01 - Navbar(請先看完這週課程)

// DOCTYPE 記得要大寫
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>The HTML5 Herald</title>
  <meta name="viewport" content="width=device-width, initial-scale=1"> // meta rwd
  <link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css"/> // 引入 normalize.css
</head>

<body>

</body>
</html>
  • 還剩下一些沒切完,明天繼續。









Related Posts

for ...in   for...of   forEach

for ...in for...of forEach

Gatsby初試啼聲

Gatsby初試啼聲

create react app 專案 git push 推不上 remote repo

create react app 專案 git push 推不上 remote repo


Comments