Suppose
you have learned the basics of CSS, continue on learning the CSS for table. In
this session, you will learn about the processing model for CSS tables. Layout
is the most part of the processing model. When it comes to table layout, it can
actually be used in representing the tabular relationships between the
available data. The CSS table actually consists of various elements including
the table border.
CSS
tables are able to be used to create certain specific layouts in visual medium.
The CSS should be applied to relevant structural elements in order to create
the desired layout. You won’t use the table-related elements to be applied in
document language. This is what you will do every time. In the CSS table, there
will be various elements to be formatted including the rows, columns, cells,
colors, padding and cell. Each element requires each CSS code so you have to be
able to understand and apply the right codes. For instance, to set the cells,
you have to apply the right CSS table cell.
1.
Table
Borders
The
first main element of creating table using CSS is the border. In this case, you
are required to specify the table borders using border property. Usually, there
are specific codes that are often used such as <table>, <th> and
the <td>. The table border setting also involves an option to collapse
the table borders. It is usually applied whether the table has to be collapsed
into single or double border. Therefore, the codes are different as well
according to the desired setting.
2.
Table
Alignment
Once
you are done setting the table borders, the next thing is to set the table
alignment. For instance, if you want to set the table in the center, you have
to use the CSS center table codes. Or, you can also set
the table on the left side. You can decide the setting you desired. Basically
there are two types of table alignment. These include horizontal and vertical
alignment. Each alignment or setting requires specific CSS codes.
3.
Table
Padding
Just
like other elements, to set the table padding, you need specific table
CSS padding. Usually, there are certain padding property you need to use to
control space between table’s content and border. The properties include
<th> and <td>. There are also other CSS codes available for further
table’s padding adjustment. Therefore, you have to know the right CSS codes for
the right setting result.
4.
Table
Color
Now
that you are done setting the table borders, alignment and padding according to
your need, make some further setting for the table. In this case, you are
required to adjust the color using the right CSS
colors codes. The color includes color of the table’s text and
background.
With
the listed adjustment, it will be very easy for you to create responsive table
as the final product. This kind of table is a great product to use because it
can automatically display horizontal scroll bar when the screen size is too
small that it cannot fully display full content.
0 komentar:
Posting Komentar