E-mail List Archives
Re: Another rookie question: tables that use a heading rather than a caption
From: Jared Smith
Date: Mar 29, 2017 1:45PM
- Next message: Jeremy Echols: "Re: accessible campus map?"
- Previous message: Tomlins Diane: "accessible campus map?"
- Next message in Thread: Jeremy Echols: "Re: Another rookie question: tables that use a heading rather than a caption"
- Previous message in Thread: Jennifer Sutton: "Re: Another rookie question: tables that use a heading rather than a caption"
- View all messages in this Thread
Jeremy -
With HTML5 you can place the heading inside the caption:
<table>
<caption><h2>Table Caption/Heading</h2></caption>
This is valid HTML and I'm not aware of any downside to doing this.
Jared
- Next message: Jeremy Echols: "Re: accessible campus map?"
- Previous message: Tomlins Diane: "accessible campus map?"
- Next message in Thread: Jeremy Echols: "Re: Another rookie question: tables that use a heading rather than a caption"
- Previous message in Thread: Jennifer Sutton: "Re: Another rookie question: tables that use a heading rather than a caption"
- View all messages in this Thread