customize browser tab title

Will, try VF code that looks like this:

<apex:page standardController=“Lead” extensions=“skuid.Redirects”
showHeader=“true” sidebar=“false” readonly=“true” docType=“html-5.0”
action=“{!IF(canUseSkuid,‘’,redirect)}” title=“{!Lead.Name}”>
<skuid:page page=“LeadDetail” />
</apex:page>