HTML Control ASP.Net

<%@ Page Language=VB Debug=true %>




Displaying Information through the HTMLTable Control






    id="Table1"
    runat=server
    bgcolor="Gray"
    border=1
    bordercolor="Red"
    cellpadding=2
    cellspacing=2
    align="Left"
>
            id="Row11"
        runat=server
        bgcolor="Yellow"
        valign="Top"
    >
        Cell 1
                    bgcolor="Pink">Cell 2
        Cell 3
    
            id="Row12"
        runat=server
        valign="Bottom"
    >
        The second row
                    BGColor="Pink" Disabled=True>
            Disabled Cell
        
        Cell 3
        
            Should not see this cell
        
    
            id="Row13"
        runat=server
        valign="Bottom"
    >
        
            The text of a long cell that spans all three columns.