• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

tag: table

Page history last edited by Kernigh 17 years, 4 months ago

Back to HTML Tag List

 

Table tags show up when someone uses PBwiki's table markup. PBwiki's table markup has its limits, so some users also code tables in HTML. Either way creates table tags that you can style.

 

If you want to format the text inside of the table, or set the background color of the table, then you should you should use CSS with the td tag instead.

 

Some simple CSS, such as table { width: 50%; }, does work:

 

 

This table is
now 50% wide.

 

See also tr and td.

Comments (0)

You don't have permission to comment on this page.