freeCodeCamp / curriculum

The freeCodeCamp curriculum and lesson editor
Creative Commons Attribution Share Alike 4.0 International
81 stars 124 forks source link

Minor semantic tweak regarding element and tag usage #290

Closed dougouverson closed 5 years ago

dougouverson commented 5 years ago

Description

Minor semantic tweak regarding element and tag usage.

On https://developer.mozilla.org/en-US/docs/Web/HTML/Element

This page lists all the HTML elements, which are created using tags.

And on https://stackoverflow.com/questions/8937384/what-is-the-difference-between-html-tags-and-elements

HTML element encompasses opening tag, closing tag, content (optional for content-less tags)

Cheers,