I'm looking for a way to have tabs on my webpage.Unfortunately, a lot of them either use Javascript, JQuery, or advanced CSS that may not be present on older browsers (or enabled on newer browsers)It's a simple matter of clicking a piece of text and having some text shown, or clicking another piece of text and having different textual data shown.Is such a thing possible or will I have to use either advanced HTML5/CSS or Javascript/JQuery to accomplish such a thing?Thanks