Line break in a table cell : table cell : Table Style HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Style » table cell »

 

Line break in a table cell


 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
        <HEAD>
            <TITLE></TITLE>
        </HEAD>
        <BODY>
      <TABLE BORDER=WIDTH=500>
                <TR>
                    <TD>
                        this is a test. <BR>
                        this is a test. <BR>
                        this is a test. <BR>
                        this is a test. <BR>
                    </TD>
                </TR>
            </TABLE>
      </BODY>
   </HTML>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Style
» table cell