Course cluster
Web Design and Develop
A preserved cluster of undergraduate notes grouped by subject area.
2 notes
01
Responsive Web Design
2019-03-16
Basic HTML and HTML5 HTML5 tags: header, footer, nav, video, article, section, main Text h1 h6,p,s,u,em,strong,a,time List ul,ol,li table: <table <thead <tr <th </th </tr </thead <...
02
Javascript
2019-03-22
Basic Knowledge 数据类型 number isInteger string .length boolean object Object.freeze() get set construct array filter(item, index, array) map spread operator: ... return comma seperat...