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…
There are 15 contents with this tag:
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…
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:
🤷♂️
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…
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…
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 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…
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…
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.