Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.05 KB

File metadata and controls

16 lines (16 loc) · 1.05 KB

Object-Oriented Programming, HTML Tables

Tables

A table represents information in a grid format.

basic Table sTrucTure

  • The element is used to create a table.
  • You indicate the start of each row using the opening
  • tag.
  • Each cell of a table is represented using a
  • ,,

    also you can change width and spacing ,borderd and background color .

    Functions, Methods, and Objects

    updating an object : to update value or propertiy use dot notation or square bracket . to remove use delete key word

    if you wnt to create many objects to represent similar thing you can use function as a template

    arrays are object

    element. (The td stands for table data.)

    Table heading

    to represent the heading for either a column or a row.

    There are three elements that help distinguish between the main content of the table and the first and last rows :