<%@ Register tagprefix="ie" namespace="Microsoft.Web.UI.WebControls" assembly="Microsoft.Web.UI.WebControls" %>
<html>
<head>
<title>TabStrip with Default Settings</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>
<body>
<!-- #include virtual="~/shared/top.inc -->
<div class="header"><h2>TabStrip with Default Settings</h2></div>
<hr size=1 width=92%>
<center>
<form runat="server">
<br>
<ie:tabstrip id="ts1" runat="server"
tabdefaultstyle="width: 100; height: 25;
text-align: center">
<ie:tab text="home" />
<ie:tab text="about us" />
<ie:tab text="products" />
<ie:tab text="support" />
<ie:tab text="contact us" />
</ie:tabstrip>
<br>
</form>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>