The steps are:
- Open your custom Master Page replace the existing DOCTYPE tag with the following HTML5 doctype: <!DOCTYPE html>
- Now look for the meta tag, X-UA-Compatible, found in the head section. It should look like: <meta http-equiv="X-UA-Compatible" content="IE=8" />
- Update the “content” value to "IE=Edge"
That's it! now you can use lots of CSS 3.0 and HTML5 features.
No comments:
Post a Comment