Skip to content

Commit

Permalink
[update] 更新内容
Browse files Browse the repository at this point in the history
  • Loading branch information
nieyafei committed Apr 27, 2018
1 parent b09e5d5 commit eb755ae
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,36 @@

前端面试interview的HTML题目收集,持续更新,勿浅尝辄止

# clone或者Fork之后clone到本地
- [在线访问](http://codehtml.cn/front-end-interview-html/)

# 安装环境
### clone或者Fork之后clone到本地

### 安装环境
> npm i docsify-cli -g
# 启动本地查看
> docsify serve docs
### 启动本地查看
> docsify serve docs
### 面试题列表

* HTML
* [HTML和XHTML的区别](./docs/basic.md)
* [Html的语义化](./docs/html-yyh.md)
* [Doctype的文档类型](./docs/html-doctype.md)
* [cookie、sessionSttorage、localStory区别<span></span>](./docs/html-csl.md)
* [HTML全局属性(global attribute)有哪些?](./docs/html-qjsx.md)
* [常见的浏览器内核有哪些?](./docs/html-nk.md)
* [介绍一下你对浏览器内核的理解?](./docs/html-nh.md)
* [webSocket如何兼容低浏览器?(阿里)](./docs/websocket.md)
* [如何实现浏览器内多个标签页之间的通信? (阿里)<span></span>](./docs/html-tx.md)
* [iframe有那些缺点? ](./docs/iframe.md)
* [<span></span>href和src的区别?](./docs/html-hs.md)
* [<span></span>行内元素、块级元素、空元素都有哪些?<span class='new'></span>](./docs/html-line.md)
* [Quirks模式是什么?它和Standards模式有什么区别?](./docs/html/hl-1.md)

* HTML5
* [什么是HTML5?](./docs/html5.md)
* [HTML5 为什么只需要写 <!DOCTYPE HTML>](./docs/html5-1.md)
* [Canvas和SVG的区别](./docs/html5-2.md)
* [HTML5有哪些新特性?](./docs/html5-3.md)
* [HTML5中的datalist是什么?](./docs/html-4.md)

0 comments on commit eb755ae

Please sign in to comment.