Is there a way to create a tab bar using HTML that adjusts the width of each tab based on the text length and wraps the text if it exceeds the screen width?
I've made progress in achieving this design, but I'm facing an issue with a persistent space between the opening and closing tab images. I've experimented with padding, spacing, and borders to no avail.
UPDATE:
I attempted to replace the spans with a small table containing one row and three <td>
s, but the issue persists albeit with slightly reduced spacing.