2. Semantic for IE
- Semantic tags wouldn't work on IE previous version
1. how well does your browser support html5?
2. How to work on IE
1) To use a javascript
- createElement()
document.createElement('nav');
document.createElement('footer');
document.createElement('header');
2) HTML5 shiv
'Front-End > HTML5 + CSS' 카테고리의 다른 글
[HTML5] 4. HyperLink (0) | 2016.08.04 |
---|---|
[HTML5] 3.Text Tag (0) | 2016.08.04 |
[HTML5] 1. Semantics Tags (0) | 2016.08.04 |
[CSS] To make a tab (0) | 2016.05.10 |
[CSS] heavy character (0) | 2016.02.23 |