I skimmed through W3Fools and I noted that it's correction for the W3Schools exam has logical errors. It says:
Question 6 Bold? B? Really!?
Question 7 Italic? I? Really!?
Of course implying you should be using CSS to bold and italicize text. However, this isn't what the question was asking. It says:
Choose the correct HTML tag to make a text bold
not (rather what W3Fools is interpreting):
How would one go about making text bold?
Also, using <b> is appropriate if you are accentuating the text, not styling the text. Sure if you are styling, then you should be using CSS, but accentuation does not require CSS addition. A simple <b> suffices. The question only asks for the
HTML tag, not how. The correct answer is <b>.
I did notice a few more errors on W3Fools:
#
http://www.w3schools.com/html/html_getstarted.asp.
[…] professional web developers often prefer HTML editors like FrontPage or Dreamweaver, instead of writing plain text.
Professional web developers do not recommend the use of WYSIWYG editors.
Here, did the comment on W3Schools suggest the use of the WYSIWYG panel? It didn't, rather W3Fools is interpreting and then arguing their interpretation. Not one does W3Schools suggest using the Design panel, but it's clear that's what W3Fools is trying to say, which is wrong. There is nothing wrong with using the Code panel on WYSIWYG editors. It acts the exact same as notepad/++.
#
http://www.w3schools.com/browsers/browsers_explorer.asp and w3schools.com/browsers/browsers_stats.asp
These facts indicate that the browser figures above are not 100% realistic. Other web sites have statistics showing that Internet Explorer is used by at least 80% of the users.
Pretty much everyone quotes these figures as if they were global stats. They aren't. W3Schools discloses this, but you probably didn't notice that.
That's a terrible justification for W3Fools. W3Fools should understand, as web developers themselves, that people who access sites like W3Schools/Fools are web developers and not your general user. W3Schools even has this comment:
These statistics are based on W3Schools users.
hence the justification for these stats. I'm surprised W3Fools is pointing out something which is logical: 1) Visitors of W3Schools are mainly web developers. 2) The majority of Internet users are not web developers. 3) The statistics of W3Schools apply to web developer users. 4) Therefore they do not reflect the general Internet community.
W3Fools should fix their errors/misjudgments first before bashing at another site.