Table

Responsive Design - How to deal with wide HTML Tables

Responsive Design - How to deal with wide HTML Tables
  1. How do I fix the width of a table in HTML?
  2. How to fit a wide data table on mobile screens without losing its purpose and readability?

How do I fix the width of a table in HTML?

To manipulate the height or width of an entire table, place the size attribute (either "WIDTH=" or "HEIGHT=") within the <TABLE> code. To manipulate individual cells, place the size attribute within the code for that cell.

How to fit a wide data table on mobile screens without losing its purpose and readability?

Use Vertical Alignment

Always top align all data in rows. This allows long content to extend downward. Users scan across a row, looking at the first line of every column in turn, then might choose to continue reading the content in a particular column below a row.

At which step UX writers must get involved to write UX copy for any product?
What is the role of a UX writer in the design process?What is your UX writing process?Who is responsible for UX copy? What is the role of a UX write...
Is the 8pt grid a meaningful tool?
Why do we use 8px grid?How to create stronger layouts with the 8pt grid system?Does iOS use 8pt grid?What is 8 point system? Why do we use 8px grid?...
Should a tab selection persist after refresh?
How to keep tab active in HTML? How to keep tab active in HTML?Answer: Use the HTML5 localStorage Object However, you can use the HTML5 localStorage...