Hi @SunitaJodha-6878 ,
Sorry for the delay. You can inject below JS code to the modern page and then the browser tab title will get updated to the text you typed in the "Your Title Goes Here"
.
<script type="text/javascript">
document.title = "Your Title Goes Here";
</script>
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.