The Steam footer finally looks good and modern. New and old attached.

#CSS #HTML #webdesign #Steam #Valve

<sup>

Specifies inline text which is to be displayed as superscript for solely typographical reasons.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/sup

#HTML #WebDev #DailyHTML

<sup>: The Superscript element - HTML | MDN

The <sup> HTML element specifies inline text which is to be displayed as superscript for solely typographical reasons. Superscripts are usually rendered with a raised baseline using smaller text.

MDN Web Docs

250 followers!
SVG tags will be added in the near future!

In the meantime, why not test your #html knowledge with a little game?

https://moritzglantz.de/html-quiz/

HTML Tags Quiz

Bonjour Mastodon.
Je cherche des ressources testées et approuvées pour apprendre le HTML et le CSS et partant de quasiment zéro.
Avez-vous des recommandations ?

Il y a mould site, et formation. Je cherche vraiment des retours sur vos expériences.

Il y a une quinzaine d'années, j'avais un peu fait des cours sur openclassrom/siteduzero, et lu des bouquins de Raphaël Goetter et Mathieu Nebra.

Auriez-vous des choses à me conseiller ?

Merci  
#HTML #CSS #cours #learning

RE: https://front-end.social/@alvaromontoro/116357669557488513

Estou há dias tentando completar esse jogo do Alvaro.

#html #anagrama #words #english

More Reasons to Delete Your #Javascript Series: Invoker Commands & Popovers APIs

Last week, I got to experiment with extending my dialog elements to opening without any #JS whatsoever! Thanks to the new Invoker Commands #api you can now use triggers directly in your HTML to display your <dialog>, and with the Popover API, you can now make anchor-based popups! Let’s take a look at some easy examples of how they work.

https://amberweinberg.com/more-reasons-to-delete-your-javascript-series-invoker-commands-popovers-apis/

#frontEnd #webdevelopment #webdev #html #css

More Reasons to Delete Your Javascript Series: Invoker Commands & Popovers APIs - Amber Weinberg - Freelance Front-End WordPress Development

Fast loading, responsive front-end WordPress development using validated, accessible, and semantic coding practices.

Amber Weinberg - Freelance Front-End WordPress Development

If you have a website listing books with both images and text, what should the alt text for the book covers be?

I've seen both people alt to blank (presumably intentionally because descriptive title is close by) and I've seen people simply repeat the title in the alt text.

I've never seen someone write a description of the cover, but that makes sense, that's not really the point in that context.

#askfedi #html #accessibility

Bookmarked Error Validating Seconds in HTML5 Time Input?

Just ran into this … 10+ years after!

[T]urns out that every number field in html5 spec is using step=1 on the input fields – however, time is using step=60[.]

bddz.be/Ppg

Error Validating Seconds in HTML5 Time Input?

Turns out, it’s just another issue of RTFM - but maybe this will save you some headache!

Aaron Saray

Idée.

Faire un jeu dans l'esprit de
https://tags.isthe.link/ (sans le compteur de temps) dont l'objectif serait de donner le nom entier des balises #HTML

Exemple :

a : anchor,
p : paragraph
hr : horizontal rule,
dl : definition list,
etc.

Ce pourrait être formateur car en en discutant à l'instant avec des collègues, tous ne savent pas ce qu'elles signifient exactement (et quand on ignore, on utilise potentiellement mal).

Je n'ai pas les compétences mais si ça intéresse quelqu'un(e)…

Know your tags?

An HTML tag game

Know your tags?

Semantics question. My page has a 'main' area and an 'aside' (sidebar). Does the sidebar content need to follow the main's heading hierarchy, e.g. start at h2 if the main page has a h1, or is it a separate context? Does any h1-h6 tag make sense in an aside? Thanks.

#html #a11y #webaccessibility