Line break in a table cell : td « Tags « HTML / CSS






Line break in a table cell

   

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
        <HEAD>
            <TITLE></TITLE>
        </HEAD>
        <BODY>
      <TABLE BORDER=1 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>

   
    
  








Related examples in the same category

1.'td' Example
2.'choff' is a decimal number specifying an offset from the beginning of the table cell
3.'headers' specifies a list of 'th' elements
4.tr and td
5.use table cell as block
6.Hide empty cell
7.Empty table header cell
8.Table cell hover
9.Right-offset Shrinkwrapped Table
10.Table with Spanned Rows and Cells
11.Boxed Table and Cells
12.td font-weight: bold;
13.table cell hover with class
14.td:empty
15.table cell overflow hidden
16.Selecting cells in body
17.Set style for an anchor in table cell
18.Set style for image in a table cell
19.Table cell with different class
20.Table cell with line height setting
21.Add different cell space
22.empty-cells: hide
23.td width:6em;
24.td overflow: hidden;
25.td font-size: 130%;
26.td color: #303030;
27.td font-size: 0.9em;
28.td line-height:1.5; line-height:1.5em; line-height:75%;}
29.Table with column span 2
30.Table with number column
31.css is for the table layout
32.rowspans and colspans merge the specified number of cells vertically or horizontally
33.Selecting cells in column
34.Column widths
35.Hiding column
36.col width: 200px;
37.col color: crimson;
38.Column highlight