<%@ 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="Title Text Style"
/>
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."
/>