© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jill Castro
A nerder
HTML
Using deprecated tags is a bad practice.
Eg:
<i>italic</i> <b>bold</b>
Instead use:
<em>italic</em> <strong>bold</strong>
j
stuff ;)
Why? :)