No, fCC doesn’t have something like that, that I’m aware of.
I know, it seems like a lot to remember at first, but with repetition it’ll become much easier. I strongly dislike memorizing, and never tried to memorize html tags and attributes: and I learned to write markup without needing to look up tag names that often in a few months. There are a set of the most used html tags that you’ll need to use all the time, like divs, inputs, labels, h1s, sections, ps, etc., and those will become second nature before you know it. Just keep coding!
In case you ever need to refresh your memory (or learn something new), here are some widely-used resources:
W3Schools is more beginner-friendly, and MDN is more extensive, professional and, I will admit, occasionally a little complex for us novices. But I don’t think any website (other than fCC) has taught me more than MDN Web Docs.