Accessibility Specialist. I focus on ensuring content created, events held and company assets are as accessible as possible, for as many people as possible.
I am avid programming with more than 7 years creating software solutions for different problems. Obsessed with perfection, code with the best elegance posible trying to make my code easy readable.
Accessibility Specialist. I focus on ensuring content created, events held and company assets are as accessible as possible, for as many people as possible.
I am avid programming with more than 7 years creating software solutions for different problems. Obsessed with perfection, code with the best elegance posible trying to make my code easy readable.
Hey, few corrections (mostly minor):
This is not correct I am afraid.
A prime example would be the
<img>tag, this is self closing (empty) but must have attributes in order to be valid. Same for<input>etc.Only strings must be enclosed in quotation marks.
For example
<img width=100 height=100 src="...">is perfectly valid HTML.However
<img width=100px height=100px src="...">would not be valid HTML.Other than those minor points a great article, I just thought they were important bits of info given this is marked as #beginners! ❤
Thanks you for your minor apportions, we have just updated our post. As you said it's for #beginners, then we should have taken into account that.
No problem, always great to see a responsive author who corrects their articles quickly instead of ignoring feedback! ❤
Great article!
It's really important for us, we learn a lot from comments and contributions. Welcome to my blog and thank you for reading it :)