Upgrade to Pro — share decks privately, control downloads, hide ads and more …

HTML & Bootstrap

Jeremy Yen
October 22, 2013

HTML & Bootstrap

Tutorial In Action

Jeremy Yen

October 22, 2013
Tweet

More Decks by Jeremy Yen

Other Decks in Technology

Transcript

  1. 基本⾴頁⾯面 <!DOCTYPE html> <html> <head> ! <title>頁面標題</title> ! <meta http-equiv="content-type"

    content="text/ html;charset=utf-8" /> </head> <body> ! <!-- 頁面內容 --> </body> </html> 3
  2. 表單 <form method="POST" action=""> ! <legend>標題</legend> ! <input type="text" value="輸入值">

    ! <select> ! ! <option value="">下拉選單</option> ! </select> ! <button>按鈕</button> </form> 11
  3. 參考 • 官⽅方⽂文件與範例 • http://getbootstrap.com/2.3.2/base-css.html • COSCUP 2012 簡報 •

    https://speakerdeck.com/evenwu/twitter- bootstrap-hao-yong-de-wang-ye-she-ji- kuang-jia-1 20