Submit Your Article Forum Rules

Results 1 to 4 of 4

Thread: Source Code: How to Include a Table Summary?

  1. #1
    Senior Member Najoba's Avatar
    Join Date
    Jan 2004
    Posts
    375

    Source Code: How to Include a Table Summary?

    I'd like to know where in the source code should I include a table summary, what the html would be, and to what extent should I describe the information that is inside of the table. If I have a lot of content within a column, I may need a lengthy summary.

    I realize that for the visually impaired and those who have the graphics turned off when browsing the net that I need to include relevant information, but I am wondering "how much is too much?"

    Nanci
    Nanci's Necklaces
    www.neckwares.com

  2. #2
    Senior Member paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073

    Table summary tag

    Hi Nanci,

    Adding the summary to the table tag is pretty straightforward. Example below:
    <table summary="This table displays the cost per piece of each jewellery listed below.">

    As for the length, I think that's down to your own disgression. I would suggest a fairly succinct phrase, bearing in mind that the users who will gain most benefit from the description are those using screen readers / Braille devices.

    Hope that helps,

    Paul

  3. #3
    Senior Member Najoba's Avatar
    Join Date
    Jan 2004
    Posts
    375

    Table Summary

    Thanks, Paul. Is there any specific place within the page's source code that this must be placed?
    I am not familiar with the HTML for table summaries.

  4. #4
    Senior Member paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073
    You just place the summary tag as I have in the example above. Just add it to any table in your code that needs some extra comment or explanation.

    <table summary="your descriptive comment here">

    </table>

    Let me know if you're still unsure,

    Paul

Similar Threads

  1. Does Table 'Summary' Content have SEO Value?
    By The Lion in forum SEO 101
    Replies: 5
    Last Post: 01-30-2008, 11:03 AM
  2. Dynamic code in source code
    By Milo in forum Google Discussion Forum
    Replies: 4
    Last Post: 07-02-2007, 07:25 AM
  3. Javascript code needed to show hidden table....? HELP :)
    By kdaymayday in forum Web Programming Discussion Forum
    Replies: 5
    Last Post: 09-23-2005, 07:45 PM
  4. does keywords kept in <table summary helps>
    By ststravel in forum Search Engine Optimization Forum
    Replies: 2
    Last Post: 11-10-2004, 11:59 PM
  5. Table Summary Attribute
    By ProfessorPrint in forum Accessibility and Usability Forum
    Replies: 1
    Last Post: 03-15-2004, 05:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •