Not exactly sure what you are asking, but it doesn't matter if your pages are html or php, if you save them as .php they will be php pages, even if there is zero php coding in them.
As far as the titles go, edit the page you want to put the title on, and you should see a few tags at the top something like:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html dir="ltr" lang="en">
<head>
Directly under that and above the <body> tag you should put
Code:
<title>The Page Title Here</title>
thats it, page titles are done in html. Easy as that.
Bookmarks