Build a table with a <thead> row of column headers (Plan, Price, Storage) and a <tbody> with at least two plan rows. Use <th> for the header cells.
Acceptance criteria
- 1.Add a <table> element.
- 2.Add three header cells in thead.
- 3.Add at least two rows in tbody.