The <strong> tag makes text bold.
This is an example of the strong tag.
I found this tag at:
MDN
<strong>This is an example of the strong tag.</strong>
The <em> tag makes text italic.
This is an example of the em tag.
I found this tag at:
W3Schools
<em>This is an example of the em tag.</em>
The <ul> tag creates an unordered (bulleted) list.
<ul> <li>Item one</li> <li>Item two</li> <li>Item three</li> </ul>
I found this tag at: HTML.com