I’m taking the course "HTML Text Fundamentals"
I created this thread to ask people to rate my exercise.
Below are:
The requirements of the topic are here
HTML skill tests:
Exercise 1
Exercise 2
Exercise 3
I’m taking the course "HTML Text Fundamentals"
I created this thread to ask people to rate my exercise.
Below are:
The requirements of the topic are here
HTML skill tests:
Exercise 1
Exercise 2
Exercise 3
Hi @daoxuannhut and welcome to the community
Sorry for the long wait.
Well done. Your code is mostly fine. One thing I would change is in task 3: It may be better to tag fewer words with <strong>
and <em>
. Sometimes less is more.
<p>There are two things I care about — <strong>music</strong> and <strong>friends</strong>. Someday I <em>might</em> be able to get my friends interested in each other, <em>and</em> my music!</p>
When reading the sentence aloud, you would raise your voice when encountering <em>
s. This is a good test to see if you have tagged too much.
Have a nice day,
Michael
PS: Your email address is visible in your post. It ended up in the optional “name” field of your profile. I recommend removing it.