• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Doubt on Tab in Html

 
Ranch Hand
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all

i am in a doubt onto how can i put
tabs in html i have normally
seen tabs in html having titles
like Contact Us,Home Page

i tried on using <Ul>
and <li> tags
but still i am not getting that type of look
i somewhere read that i need to use CSS
but after going through CSS tutorials
i find it bit dificult to create my own CSS
since i have to remember all Properties
attributes and selectors.If anyone can
guide me onto which tags i must use
that can include tabs in my html page.

Thanks in advance.

Dhwani:>its always too soon to quit.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you point to a web site that looks like what you're trying to achieve? It would make it easier to help you if we knew what you were aiming for
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is a list of menus made from lists with CSS: http://css.maxdesign.com.au/listamatic/

I am sure you can figure out something from one of those examples.

Eric
 
Hang a left on main. Then read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic