HTML table text codes
This page contains HTML table text code. This code enables you to format the text inside your HTML tables. For example, you can change the text color, size, style, alignment etc.
Example
In the following example, we use a CSS class to format the table text. We can use child selectors to format the table cells too if required.
In this example, we use the
color
property to define the text color. We use the font
property to define the font weight, style, size, line height, and font family. We apply these properties to various HTML elements including the table, table header, table cells, as well as any hyperlinks within the table. And we use pseudo classes such as a:hover
, a:active
and a:visited
to define the styles for the hyperlinks.Example:
Header 1 | Header 2 | Header 3 |
---|---|---|
Table text is formatted using Cascading Style Sheets (CSS). CSS provides many properties that allow you to format your text. | Table text is formatted using Cascading Style Sheets (CSS). CSS provides many properties that allow you to format your text. | Table text is formatted using Cascading Style Sheets (CSS). CSS provides many properties that allow you to format your text. |
Table text is formatted using Cascading Style Sheets (CSS). CSS provides many properties that allow you to format your text. | Table text is formatted using Cascading Style Sheets (CSS). CSS provides many properties that allow you to format your text. | Table text is formatted using Cascading Style Sheets (CSS). CSS provides many properties that allow you to format your text. |
HTML Code:
Comments
Post a Comment
leave your comment to help us to develope the website.