arronmattwills
Member
- Joined
- Dec 23, 2013
- Messages
- 323
- Points
- 18
There is a tag call no-js, means no java script, we use this tag in responsive website design with html 5 and c s s 3.
The syntax will be like this:
It plays important role in responsive website design.
The syntax will be like this:
So here, there will be one js called modernizr dot js, when it runs it will replaces no js with js, so the java script will be enabled in css, if it not effective then no js will be highlighted in the code.<html lang="en" class="no-js">
<head> ...... </head>
<body>........ </body>
</html>
It plays important role in responsive website design.