Conversation

One of the most valuable design lessons that HTML taught me is the concept of semantics—describing what something *is* before attempting to describe what it looks like. Turns out that properly defining the semantics of your design language is fundamental to design at scale.
12
780
This Tweet was deleted by the Tweet author. Learn more
Good CSS classes are mostly for developers, as CSS would still work the same way with random strings as classnames. HTML though, on other hand, would cease to be semantic if we replace all semantic elements with <div>s. These two things aren’t interchangeable.