+ 10
What is the difference between a bold text and a strong text?
21 Respostas
+ 9
Bold and Strong are same in appearance,So in theory Strong is Giving an importance to a text while Bold is for appearance
You will Learn that deeper if u study the HTML Layouts
+ 20
As for me....I will say they are the same because their output are just exactly the same.......
+ 11
Additionally, <strong> conveys a meaning - showing the text strongly - while <b> (for bold) conveys a method - bolding the text. With strong, your code still makes sense if you use CSS stylesheets to change what the methods of making the text strong is. The same goes for the difference between <i> and <em> "
+ 7
strong makes your text look important while bold makes it thicker
+ 3
As I think there might be a lot difference like: for the people who can't she the PCs has screen readers, if it's strong then it will pronounced it differently, but if it's bold, there won't be any pronunciation.
+ 2
They really ain't the same.
Deepak has explained
+ 2
Browsers display <strong> as <b>, and <em> as <i>. However, the meanings of these tags differ; <b> and <i> define bold and italic text respectively, while <strong> and <em> indicate that text is imortant...
+ 2
They have the same effect. However, XHTML, a cleaner, newer version of HTML, recommends the use of the <strong> tag.Strong is better because it is easier to read - its meaning is clearer. Additionally, <strong> conveys a meaning - showing the text strongly - while <b> (for bold) conveys a method - bolding the text
+ 2
They visually give the same results. strong came out with the new HTML5 as the new convention to produce this kind of result, as the intention of HTML5 is to add meaning to the text and code you're actually writing, this differs from bold. One major example to illustrate this is when you're writing code focused on accessibility. If you surround the text with strong, the emphasis on the word, that the voice program will input, will be much more stronger and highlighted, where as with bold the reading will be the same.
+ 1
thanks
+ 1
They both are same
+ 1
Both are same bt bold is old styling and strong is new tag
+ 1
i think strong text is more black and bigger than normal
+ 1
nowadays programmer prefer to use strong against bold but finally they are the same
+ 1
Bold and strong literally refer to the same It is like using px or cm in measurment
+ 1
D/f is.
Bold is just to make the text thicker.
while
Strong is to tell that this text is important
+ 1
When strong is read by screen readers it emphasis on strong letters while it is not the case in bold
+ 1
In bold it looks thicker... but in strong the edge of an text will differ
+ 1
The bold text just mens that the text is bold and strong text means that the text is important .