Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
tabs

7 Articles
{
,

}
Direct link to the article Spicy Sections
accordion details/summary tabs web components

Spicy Sections

What if HTML had “tabs”? That would be cool, says I. Dave has been spending some of his time and energy, along with a group of “Tabvengers” from OpenUI, on this. A lot of research leads to a bit …

Chris Coyier on Dec 7, 2021 Updated on Dec 8, 2021
Direct link to the article Tabs in HTML?
HTML tabs

Tabs in HTML?

Brian Kardell shares a bit about the progress of bringing "Tabs" to HTML. We kinda think we know what they are, but you have to be really specific when dealing with specs and defining them. It's tricky.
Chris Coyier on Aug 16, 2021
Direct link to the article The Anatomy of a Tablist Component in Vanilla JavaScript Versus React
accessibility accordion JavaScript react tabs

The Anatomy of a Tablist Component in Vanilla JavaScript Versus React

If you follow the undercurrent of the JavaScript community, there seems to be a divide as of late. It goes back over a decade. Really, this sort of strife has always been. Perhaps it is human nature.

Whenever a popular …

Nathan Smith on May 5, 2020 Updated on May 7, 2020
Direct link to the article Tabs: It’s Complicated™
accessibility react tabs

Tabs: It’s Complicated™

I’ve said before one quick and powerful thing you can learn as a front-end developer just getting starting with JavaScript is changing classes.…

Chris Coyier on Apr 19, 2019
Direct link to the article tab-size
tab-size tabs

tab-size

The tab-size property in CSS is used to adjust the amount of spaces that display for the tab character.

pre {
  tab-size: 8; /* default. Pretty big! */

  tab-size: 2;
  tab-size: 13px; /* you can set a width-per-tab also */
…
Chris Coyier on Feb 12, 2012 Updated on Jan 27, 2025
Direct link to the article Functional CSS Tabs Revisited
checkbox hack tabs

Functional CSS Tabs Revisited

Functional tabbed area with just CSS. The backstory, where we are now, and the awesome theoretical future.
Chris Coyier on Aug 23, 2011 Updated on Jan 16, 2020
Direct link to the article Organic Tabs
jQuery tabs

Organic Tabs

Have you ever seen a tabbed content area in a sidebar that was a little “jerky”? The jerkiness can be caused by a bunch of things, like the content in the tabbed areas are of different heights, or maybe the …

Chris Coyier on May 5, 2010 Updated on Aug 17, 2019

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top