Autonomía digital y tecnológica

Código e ideas para una internet distribuida

Linkoteca. HTML


Google’s John Mueller says using multiple H1s per page is fine.

If you’re using HTML5, this is strictly true. There’s nothing technically wrong with using multiple H1 tags in different sections.

Given that this isn’t best practice by W3C standards, why is this Google’s advice?

Answer: Because they’ve developed mechanisms to deal with the common problem of multiple H1s on a web page.

So although it probably doesn’t matter that much for SEO whether you use one or multiple H1 tags, we still think it’s best practice for most websites.

https://www.youtube.com/watch?v=8YP_nOCO-4Q

Building cross-platform desktop applications comes with a unique set of challenges that can stand in your way when you are trying to transform your ideas into software. Web apps avoid some of these hurdles, but they have limitations that make them impractical for building native desktop applications. Electron lets you harness the best parts of these technologies to build beautiful, cross-platform desktop applications using HTML, JavaScript, and CSS.