How to use the title property?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
How to use the title property?
Rating:
The title property belongs to the document object. It is used to change the title of the browser window that is displayed on the title bar.
The following is the syntax of using the title property:
The following example will demonstrate the use of the title property:
<script language="javascript">
document.title="My Web Page"
</script>
</body>
Rating:
Was this information helpful?
Other articles
- What is the bold method?
- What is the links object?
- What is the jsVersion property of the server object?
- What is the protocol property?
- What is the Math object?
