HTML is easy, but you're right, there are a ton of useful tags out there that people aren't aware of. The <picture> tag is one I've never known about and it sounds like a very useful way to handle images in a responsive web page.
And HTML does start getting complex when you start thinking in terms of semantics and accessibility.
HTML is easy, but you're right, there are a ton of useful tags out there that people aren't aware of. The
<picture>
tag is one I've never known about and it sounds like a very useful way to handle images in a responsive web page.And HTML does start getting complex when you start thinking in terms of semantics and accessibility.
Yes, a few people focus on semantics and accessibility. So, they say HTML is easy.