Reading-Notes

Class 07 Summary

Tables In HTML

What is a Table?

Table is a grid format to represent information and arrange data into rows and columns.

Basic Table Structure

(table) element used to create table. (tr) tag indicatesthe start of each row. (td) tag represent the cells of table. (th) tag represent the heading for a column or arow. (thead) the heading of the table. (tbody) the body of the table. (tfoot) the footer of the table.


Object

delete hotel.name; Or hotel[‘name’]=’ ‘;

  1. String
  2. Number
  3. Math
  4. Date
  1. String
  2. Number
  3. Boolean
  4. Undefined
  5. Null
  1. Object.

Thank You Sukina AbuHammad