Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
HTML element
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Tables=== The format of HTML Tables was proposed in the [[#HTML30|HTML 3.0 Drafts]] and the later RFC 1942 ''[[#HTMLTABLES|HTML Tables]]''. They were inspired by the [[CALS Table Model]]. Some elements in these proposals were included in HTML 3.2; the present form of HTML Tables was standardized in HTML 4. (Many of the elements used within tables are neither ''block'' nor ''inline'' elements.) {{glossary}} {{term|term=table |content= {{XMLElement|table|Table}} }} {{defn|1= Identifies a table. Several [[HTML attributes]] are possible in HTML Transitional, but most of these are invalid in HTML Strict and can be replaced with style sheets. The <code>summary</code> attribute is informally required for accessibility purposes, though its usage is not simple.}} {{defn|Proposed in the [[#HTML30|HTML 3.0 Drafts]]; '''Standardized''' in [[#HTML32|HTML 3.2]]; still current.}} {{term|term=tr |content= {{XMLElement|tr|Table Row}} }} {{defn|1= Contains a row of cells in a {{tag|table|o}}.}} {{defn|Proposed in the [[#HTML30|HTML 3.0 Drafts]]; '''Standardized''' in [[#HTML32|HTML 3.2]]; still current.}} {{term|term=th |content= {{XMLElement|th|Table Header Cell}} }} {{defn|1= A {{tag|table|o}} header cell; contents are conventionally displayed bold and centered. An [[aural]] user agent may use a louder voice for these items.}} {{defn|Proposed in the [[#HTML30|HTML 3.0 Drafts]]; '''Standardized''' in [[#HTML32|HTML 3.2]]; still current.}} {{term|term=td |content= {{XMLElement|td|Table Data Cell}} }} {{defn|1= A {{tag|table|o}} data cell.}} {{defn|Proposed in the [[#HTML30|HTML 3.0 Drafts]]; '''Standardized''' in [[#HTML32|HTML 3.2]]; still current.}} {{term|term=colgroup |content= {{XMLElement|colgroup|Column Group}} }} {{defn|1= Specifies a [[column group]] in a {{tag|table|o}}.}} {{defn|Proposed in [[#HTMLTABLES|HTML Tables]]; '''Standardized''' in [[#HTML401|HTML 4.0]]; still current.}} {{term|term=col |content= {{XMLElement|col|Table Column}} }} {{defn|1= Specifies a column in a {{tag|table|o}}.}} {{defn|Proposed in [[#HTMLTABLES|HTML Tables]]; '''Standardized''' in [[#HTML401|HTML 4.0]]; still current.}} {{term|term=caption |content= {{XMLElement|caption|Table Caption}} }} {{defn|1= Specifies a caption for a {{tag|table|o}}.}} {{defn|Proposed in the [[#HTML30|HTML 3.0 Drafts]]; '''Standardized''' in [[#HTML32|HTML 3.2]]; still current.}} {{term|term=thead |content= {{XMLElement|thead|Table Header}} }} {{defn|1= Specifies the header part of a {{tag|table|o}}. This section may be repeated by the user agent if the table is split across pages (in printing or other paged media).}} {{defn|Proposed in [[#HTMLTABLES|HTML Tables]]; '''Standardized''' in [[#HTML401|HTML 4.0]]; still current.}} {{term|term=tbody |content= {{XMLElement|tbody|Table Body}} }} {{defn|1= Specifies a body of data for a {{tag|table|o}}.}} {{defn|Proposed in [[#HTMLTABLES|HTML Tables]]; '''Standardized''' in [[#HTML401|HTML 4.0]]; still current.}} {{term|term=tfoot |content= {{XMLElement|tfoot|Table Footer}} }} {{defn|1= Specifies the footer part of a {{tag|table|o}}. Like {{tag|thead|o}}, this section may be repeated by the user agent if the table is split across pages (in printing or other paged media).}} {{defn|Proposed in [[#HTMLTABLES|HTML Tables]]; '''Standardized''' in [[#HTML401|HTML 4.0]]; still current.}} {{glossary end}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)