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="lblError"
        alignment="Center" 
        text="The word bold is not in bold."
    />
            runat="server"
        id="tvTextr"
        text="The word
bold
is in bold."
    />