HTML Table Cell 'td' Tag/Element

Q

What Is a "td" Tag/Element?

✍: FYIcenter.com

A

A "td" element is a special element that can only be used as a sub-element of a "tr" element. A "td" element defines a column in a row. Here are basic rules about "td" elements:

  • "td" elements are special elements only valid inside "tr" elements.
  • "td" elements can have text contents.
  • "td" elements are flow elements - can have both block elements and inline elements.
  • A "td" element will be displayed as a new cell in the row.

 

HTML 'table' Element Attributes

HTML Table Row 'tr' Tag/Element

HTML Tables and Table Cells

⇑⇑ HTML Tutorials

2017-05-20, 1465🔥, 0💬