Free Code Camp - practice
  • Introduction
  • Getting Start
    • Introduction
    • Join the Free Code Camp Community
    • 實做成果
  • Front End Development Certification
    • HTML5 and CSS
      • HTML5 and CSS: 01-10
      • HTML5 and CSS: 11-20
      • HTML5 and CSS: 21-30
      • HTML5 and CSS: 31-40
      • HTML5 and CSS: 41-50
      • HTML5 and CSS: 51-
    • Responsive Design with Bootstrap
      • Bootstrap 01-10
      • Bootstrap 11-20
      • Bootstrap 21-31
    • Gear up for Success
    • jQuery
    • Basic Front End Development Projects
    • Basic JavaScript
      • Basic JavaScript 030
      • Basic JavaScript 060
      • Basic JavaScript 090
      • Basic JavaScript 101
    • Object Oriented and Functional Programming
    • Basic Algorithm Scripting
    • JSON APIs and Ajax
    • Intermediate Front End Development Projects
    • Intermediate Algorithm Scripting
Powered by GitBook
On this page

Was this helpful?

  1. Front End Development Certification

HTML5 and CSS

前端所需要的語言有三種: HTML,CSS,JavaScript。其中,HTML 負責網頁中的內容,像是 <div></div>。CSS 負責網頁的美化,例如 div{ color: blue }。JavaScript 負責動作、邏輯的部份,例如 document.write("hello world")。

由於 JavaScript 在網頁呈現中並不是必須的,所以課程先介紹 HTML 和 CSS 這兩個語法。

課程清單

Map 上說預計這個單元會花 5 hours

覺得會的就簡單記錄了。目前課程有 56 個節點

  • 簡單 html 元素 h1, p, comment

  • css 選擇器

  • font, img, border, a, list

  • input, form, button, radio, checkbox

  • padding, margin

  • css 呈現的優先層級

  • hex code 與 rgb value

Previous實做成果NextHTML5 and CSS: 01-10

Last updated 5 years ago

Was this helpful?