0
HTML
I'm learning how to use <em> and <strong> tags. Can you shed more light on their usage and significance? Thank you.
4 ответов
+ 5
Hi! This type of information is very easy to Google.
https://html5doctor.com/i-b-em-strong-element/
+ 3
<em>makes the text italic, and <strong> makes the text bold. <em> and <strong> are semantic tags, so they are recognized by the screen reader as 𝗶𝗺𝗽𝗼𝗿𝘁𝗮𝗻𝘁 𝘁𝗲𝘅𝘁 and 𝘵𝘦𝘹𝘵 𝘵𝘩𝘢𝘵 𝘯𝘦𝘦𝘥𝘴 𝘵𝘰 𝘣𝘦 𝘱𝘢𝘪𝘥 𝘢𝘵𝘵𝘦𝘯𝘵𝘪𝘰𝘯 𝘵𝘰.
0
Yaroslav Vernigora Thank you.
0
𝓜𝓲𝓵𝓪 𓃠 Thank you.