|
I used sitebuilder to create the site and yahoo is my web hosting service.
I have a website that doesn't have a title. How can I add a title after I've already published it?
Place this meta tag at the top of your html under head. It should be the first meta tag.
<title>Your title here</title>
|