Thank you JWadsworth... you are always great help.
Your solution worked and I also found another.
In the MASTER page:
<head runat="server">
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
</head>
In the .ASPX page
<asp:Content ID="Content1" ContentPlaceHolderID="Head" runat="Server">
<title>14ers.com</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
</asp:Content>