in html when the title is not mentioned
<html>
<head></head>
<body>
</body>
</html>
then IE automatically shows filepath of html page. How to disable this function. And No i dont want to put a title element.
in html when the title is not mentioned
<html>
<head></head>
<body>
</body>
</html>
then IE automatically shows filepath of html page. How to disable this function. And No i dont want to put a title element.
<html>
<title>Text whtever you want/leave it blank </title>
<head></head>
<body>
</body>
</html>