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 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 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...
The HTML bdo element is used to override the current directionality of text, which can be helpful in cases where content needs to be displayed in a direction...
The HTML colgroup element defines a group of columns within a table. It is used to specify properties for a column or a group of columns in a table using the...
The HTML caption element represents the title of a table and must be the first child of a table element. A caption can introduce context for a table, making...