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 data element represents machine-readable data. This element provides metadata for computers, such as data for search engines or other processing...
The HTML bdi element is used to isolate text that might be formatted in a different direction from other text in the same block. The abbreviation “bdi”...
The HTML blockquote element is used to indicate a more extended quotation or citation taken from another source. It is typically used to set off a block of...
The input element is possibly the most powerful and versatile of HTML form controls. It can be used for all kinds of things depending on the type of input...
The HTML b element allows you to make text bold (it stands for “bold”) and is used to add emphasis to text. In HTML5, the b element has been deprecated in...
The HTML area element is used with the map element to define clickable areas on an image. This pairing allows you to create interactive image maps where...
The body element in HTML is used to define the main content of an HTML document. A webpage’s visible content is typically contained within the body element.
The HTML address element represents the contact information for a person or organization associated with the document. It shouldn’t be used for arbitrary...
The article element represents a section of content that is self-contained and can be independently distributed or reused. It typically contains a heading...
The aside element represents a page section containing relatable, yet separate content from the page it’s on. You might commonly refer to these as “sidebars“...