Если это действительно нужно, делай так:
<html>
<head>
<script type="text/javascript">document.write('<style type="text/css">#nojs{display:none}</style>')</script>
</head>
<body>
<div id="nojs">Для корректной работы включите javascript.</div>
</body>
</html>