How we can add title of the page by javascript?



How we can add title of the page by javascript?..

Answer / Navin Kumar

To change the title of a webpage using JavaScript, you can use the document.title property. Here's an example:nndocument.title = 'New Page Title';

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is use of flutter?

1 Answers  


how to get no of items from from weblist?

0 Answers  


What is "strict mode" and how is it used in JavaScript?

1 Answers  


What is the main difference between Client side JavaScript and and Server side Java Script?

7 Answers   Ramco,


Can webassembly replace javascript?

1 Answers  


What is the difference between innerhtml and append() in javascript?

1 Answers  


What is eval() in javascript?

1 Answers  


What are classes in javascript?

1 Answers  


Is javascript client side or server side?

1 Answers  


Can you have a function within a function in javascript?

1 Answers  


why you used Java Script? Can it use for both client side and server side validation purpose?

12 Answers   BeBo Technologies, HCL, Wipro,


What is null in js?

1 Answers  


Categories