Home > Web Front-end > HTML Tutorial > How to use html td tag

How to use html td tag

silencement
Release: 2019-05-25 17:25:29
Original
5905 people have browsed it

How to use html td tag

Definition and usage:

tag defines a standard cell in an HTML table.

HTML tables have two cell types:

1. Header cell - contains header information (created by th element)

2. Standard cell - Contains data (created by td element) Text in

th element is rendered bold and centered. The text within the

td element is ordinary left-aligned text.

A simple HTML table with two cells:

How to use html td tag

The above is the detailed content of How to use html td tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template