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 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...
The HTML dd element represents “description details”. It’s paired with dt (description term) and placed within a dl (description list) to give us the...
The datalist element contains a set of option elements representing predefined options for other input elements. You can use it with the input element, whose...
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 canvas element allows you to create interactive graphics on a web page using JavaScript. It provides a drawing surface for JS code to create dynamic...
The HTML col element defines a column within a table, and is often used in combination with the colgroup element. It is used to apply properties to all cells...