Home » questions » how do i make an html table with links to another html table but in the same web page?

how do i make an html table with links to another html table but in the same web page?

2006-08-07 14:09:21, Category: Programming & Design
i suck at explaining things but.. i have this table and i want it to have a thing that says like "music" and then u can click on it and in the same spot it has another table with a list of songs that u can click on too. but keep it all on the same web page.

Answers

  1. dwightl.geo

    On 2006-08-07 14:23:07


    too bad people don't read the question before answering it. :( this is called using anchors
    Jump Down
    it will stop here
  2. Ralph Q

    On 2006-08-07 14:21:18


    Music <-- Use #Name to reference link
    Music
    Music
    Music
    Music
    <-- In list table, make ID same as # href.
    First Song
    Second Song
    Third Song
    Fourth Song
    Fifth Song
    Sixth Song
    Hope this helps!
  3. Dizynman

    On 2006-08-07 14:12:23


    use the