I am struggling with <em> and <strong> tag that where to use them. So please check my Text Basic 3 and Explain me what I can do more to improve these tags usage?
Great work on your first exercise. Congratulations!
For my taste you overused the tags a bit in task 3. The <strong> tag on “music” and “friends” is fine and maybe one or two other words with <em>. Basically <strong> means something important and <em> would be used on words which you would emphasize when reading the sentence aloud. See also this short comparison:
General recommendation when using CodePen: Put the CSS (everything inside <style></style> into the middle panel. This way HTML and CSS (and later JS) are separated).
Thank you very much sir for your kind words and suggestion on the usage of CodePen.
I have read more about <strong> and <em> through the Link that you have provided.Please let me know if you have more practice problems to solve on this topic.
I don’t know of any practice problems regarding these elements. If you haven’t done it, I recommend reading the whole pages on MDN about <em> and <strong> to get a better feeling when to use the elements. There are also some examples there.