Hey, I'm Ankit a lover of "Accessible & Fast Web". Have you ever thought that how blessed we are to be normal ?
If not, then you better start. ...
For further actions, you may consider blocking this person and/or reporting abuse
"tag is to bold the text and also mark this as important part of the text whereas tag is just a visual element to show text in bold format." - maybe want to specify which tag does what? I just saw @iannismccluskey commented about it, but I'll share my thoughts about it too.
I would also recommend reading the book Accessibility for Everyone by Laura Kalbag, I'm currently reading it myself and it's good.
Sorry there was an error (technical error) where it wasn't detecting html tags I wrote in markdown. Would you mind rechecking the section again?
Now it displays the tags. 🙂
Do you like and understand it now?
Yes, the
<strong>
tag and<b>
tag both visually changes the text to bold but only<strong>
mark it as important to screen readers if I read that correctly.Hint, you can use single backticks (`) to indicate code in a paragraph.
Ah thanks for the suggestion didn't knew I could use (`) to mark code I used < and > instead and it gets the work done.
Hey, "Proper Labelling of Elements" is missing the
aria-label
attribute.... I think you intended to include it?Oopsie, thanks. Will fix it asap.
Nice article. But you may want to rewrite the "Knowing Use Of Tags" section. I read it three times and still don't really understand what you meant.
Yeah, I got that. I'm trying to find a way. Any suggestions?
Is it due to HTML tags that were interpreted instead of being displayed ?
Actually what I wanted to say is "Web Developers" don't know the difference between similar tags.
For example, strong tag and b tag both visually do the same thing but are semantically different.
Strong tag is to bold a text which needs to be emphasized or is important.
B tag is just a visual element for bold text.
Also I have updated the part and changed title to "Semantic Use Of Tags", how does it look? updated the content too.
Updated: Just understood what you wished to say, updated now with proper tags being shown.
Good content.
Thanks, this is my first article here and glad to have such review. I'll try to add few more points too.