<body> <p> Hello </p> <asp:textbox id="txt_name" runat="server"></asp:textbox> </body>
<a href="http://www.dotnetfunda.com">Visit Dotnetfunda.com</a>
<asp:TextBox ID="TextBox1" runat="server" Font-Bold="true" Text="Vishal"></asp:TextBox>
<asp:TextBox ID="TextBox3" runat="server" style="font-weight:bold;" Text="Vishal"></asp:TextBox>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> </br> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
This is a dot net funda <HR> This is a dot net funda
This is a dot net funda ____________________________________________________ This is a dot net funda
<asp:TextBox ID="txt_PAN_number" runat="server" MaxLength="10"></asp:TextBox>
<asp:Image ID="img_go" runat="server" ImageUrl="~/Images/go.png" />
<asp:Image ID="img_view" runat="server" ImageUrl="~/Images/img_view.jpeg" />
<asp:Image ID="img_go" runat="server" ImageUrl="~/Images/go.png" ImageAlign="Middle" />
<img id="img_go" src="Images/go.png" />
<head> <script type="text/javascript"> </script> </head>
<body> <p> write any static contents </p> </script> </body>
document.getElementById('div_employee_grid').style.display = 'none';
<div id="div_employee_grid">Hello</div>
document.getElementById('div_employee_grid').style.display = 'block';
document.getElementById('div_employee_grid').style.display = ''; document.getElementById('div_employee_grid').style.display = " ";