6 參考資料
書籍
CSS Secrets 中文版:解決網頁設計問題的有效秘訣 https://www.tenlong.com.tw/products/9789863478744?list_name=srh
你所不知道的 JS | 導讀,型別與文法 (You Don't Know JS: Up & Going)
你所不知道的 JS|範疇與 Closures,this與物件原型
HTML
所有標籤:https://www.w3schools.com/tags/
更多 Meta Data:https://www.w3schools.com/tags/tag_meta.asp
更多的 HTML Entities:https://www.w3schools.com/html/html_entities.asp
事件列表 https://www.w3schools.com/tags/ref_eventattributes.asp
htmlreference https://htmlreference.io/
CSS
Can I Use:https://caniuse.com/
課外讀物,命名方法論:OOCSS、SMACSS、SUITCSS、BEM、rscss(這個比較簡單)。
JavaScript
w3schools JS https://www.w3schools.com/js/
jQuery 的 Ajax 完整官網資源 http://api.jquery.com/jQuery.ajax/
其它連結
JSON Parser http://json.parser.online.fr/
XML Viewer https://codebeautify.org/xmlviewer
在 html 及 css 中,顯示 emoji 的表情符號:https://codepen.io/carlos411/pen/eYZmpjx 然後以下這個網址是搜尋到的表情符號總覽:https://unicode.org/emoji/charts/full-emoji-list.html
Last updated