HTML element and tag semantics

Going through

Basic HTML and HTML5: Create a Bulleted Unordered List

I humbly submit a revision (or please let me know where I’m wrong).

Current copy:

HTML has a special element for creating unordered lists, or bullet point style lists.

Unordered lists start with an opening <ul> element, followed by any number of <li> elements. Finally, unordered lists close with a </ul>

Suggested change:

HTML has a special element for creating unordered lists, or bullet point style lists.

Unordered lists start with an opening <ul> **tag**, followed by any number of <li> elements. Finally, unordered lists close with a </ul> **tag**.

A little research:

You can make suggestions like this in the forum of GitHub Issues. You can even make the change yourself and submit a PR.

Roger that.

Have a great day!