Educational Sensational Inspirational Foundational
A historical record of foundational web development blog posts. I've already read most of these great articles, and will of course read the few missing.…
There are 18 contents with this tag:
Educational Sensational Inspirational Foundational
A historical record of foundational web development blog posts. I've already read most of these great articles, and will of course read the few missing.…
Jim Nielsen
Thoughts from “Meet Safari for Spatial Computing”
It’s 2023 and would you look at that: semantic, accessible HTML is still as important as ever. HTML isn’t just for old beige tower computers connected…
The media
attribute is back into the spec for <video>
's <source>
! 🥳
https://github.com/whatwg/html/pull/9341
Let's hope srcset
and sizes
come next, but this needs a new issue:
https://github.com/whatwg/html/issues/6363#issuecomment-1564464346
The ongoing defence of frontend as a full-time job
We truly are the shape shifters of the market. So to say that someone who is “just” a frontend developer isn’t flexible enough means first and foremost…
For language changes inside a paragraph, MDN suggests we can use the i
element:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i
That's what I thought was one of the new use cases for i
.
A @[email protected] page about “Declaring language in HTML” (so @[email protected] ?) says we should use a span
, div
or bdi
:
https://www.w3.org/International/questions/qa-html-language-declarations.en#usingspan
So no i
after all?
While both the alt
attribute and the figcaption
element provide a way to describe images, the way we write for them is different. alt
descriptions…
Many of the latest additions to HTML, CSS, and JavaScript first existed as JavaScript libraries or frameworks or pre-processors or polyfills and then…
Jens Oliver Meiert
There's unfortunately a lot to know when you want to provide social networks/apps with personnalized informations (title, description, image), while…
Is HTML A Programming Language?
Heydon released a new Webbed Briefs episode, always entertaining! In this episode, I ask a question that has never been asked before and has certainly…
Me: I would use a link with an image:
<a href="link/to/profile"><img src="picture.jpg" alt="Nicolas Hoizey" /></a>
Twitter:
🤷♂️
Terence Eden
The unreasonable effectiveness of simple HTML
Are you developing public services? Or a system that people might access when they’re in desperate need of help? Plain HTML works. A small bit of…
Michael Scharnagl
Loading and replacing HTML parts with HTML
I really would like HTML to be more powerful, and I think showing other content without a full page reload is something people wanted for decades…
Remy Sharp
How I'm teaching the kids coding for the web
I love how Remy progressively explained HTML tags and CSS selectors to his children: I loaded up a browser and explained that "this is a web page".…
Rémy Parmentier
Rémy and a few others launched an awesome resource for people who plan to struggle with rich email using HTML and CSS, which are not well supported…
Cody Lindley
Front-end Developer Handbook 2019
If you want to grok the great diversity of topics and technologies involved in Front-end Web development, here is probably the most comprehensive…
Bruce Lawson
The practical value of semantic HTML
We’re seeing more and more types of devices connecting to the web, and semantic HTML can help these devices display your content in a more usable…
cHTeMeLe, un jeu de cartes basé sur HTML à financer !
Je ne sais pas vous, mais moi j'aime bien les jeux de cartes, et je suis dingue de technos Web, alors quand babozor nous propose de l'aider à financer…
Sur son site déjà récemment revu, le célèbre magazine Photo a prévu la possibilité pour les internaute de saisir leur adresse e-mail afin d'être prévenus…
See all tags.