I write, teach, and love learning all things web. While I specialize in product design I’m a man of many hats who has worked with mom and pop shops to fortune 500 corporations.
The HTML details element represents a “disclosure widget” from which the user can obtain additional information or controls. It allows you to create...
The HTML img element is one of the first elements developers learn, and it’s used to embed images in web documents. It is an empty element and contains...
The HTML meta element is a metadata tag used to provide structured information about the document, such as character encoding, authorship, and viewport...
The HTML select element is the classic dropdown most often seen in forms. It allows users to select something from a set of options. Multiple options can be...
One popular type of notification in UI design is the “toast” notification; a small pop-up message that appears on the screen to inform users about an event...
The HTML dfn element defines a term within a document, helping to provide clarity and context. It is often paired with the abbr element to describe or...
The HTML del element represents deleted or removed content within a document, and it is typically used with the ins element to show modifications or changes...