Mobile Control ASP.Net

<%@ Page 
    Inherits="System.Web.UI.MobileControls.MobilePage" 
    Language="VB" 
%>
<%@ Register 
    TagPrefix="mobile" 
    Namespace="System.Web.UI.MobileControls" 
    Assembly="System.Web.Mobile" 
%>



            runat="server"
        id="lblTitle"
        StyleReference="title" 
        Text="Link Test Page"
    />
            runat="server"
        id="Link1"
        Text="Click Here!"
        NavigateURL="http://www.google.com"
    />
            runat="server"
        id="Link2"
        Text="Or Here!"
        NavigateURL="http://www.google.com"
        Font-Bold="True"
        Font-Size="Large"
        Alignment="Right"
    />