Skip to content
  • Home
  • Articles
  • Projects
  • About
  • Resources
  • Screencasts
  • Today I learned
  • Things I use
  • Talks
  • Newsletter
  • Home Home
  • Articles Articles
  • Screencasts Screencasts
  • Projects Projects
  • About About
  • Other Stuff
    • Blogroll People blogging great stuff.
    • Resources Bookmarks I want to keep for later.
    • Show some love Support my blog and newsletter.
    • Talks Talks I've given at conferences.
    • Things I use My hardware and software setup.
    • Today I learned 261 #TIL posts.
  • Newsletter
Stefan on LinkedIn Stefan on Mastodon Stefan on Bluesky RSS

Topic: HTML โ€“ Page 10

  1. How to preload responsive images with imagesizes and imagesrcset

    Published Sep 11 2020 in HTML , Performance

    Improve the loading of your responsive images by using link rel="preload" elements with the new attributes imagesrcset and imagesizes.

  2. web-vitals-element

    Published Jul 23 2020 in HTML , JavaScript

    A custom element that wraps the web-vitals lib to display essential web metrics. You'll find it used in the footer here. ๐Ÿ˜‰

  3. button elements offer attributes to change form behavior

    Published Mar 01 2020 in HTML

    Use formaction, formenctype, formmethod and formnovalidate to change form configuration with button attributes

  4. requestSubmit offers a way to validate a form before submit

    Published Feb 14 2020 in JavaScript , HTML

    The fairly new requestSubmit method on the HTML form element allows developers to trigger form validations and submit.

  5. Input elements hold references to their labels

    Published Oct 30 2019 in JavaScript , HTML

    HTML input elements hold references to their labels if there are any

More HTML content

  1. Previous page
  2. Page 10 of 12
  3. Next page

Weekly Frontend News

6456 readers received the last Web Weekly 10 days ago. Join the fun!

Most popular posts

  • Can we have custom media queries, please?
  • Web content, the social contract and copyrights
  • The scope of type guards and assertion functions
  • Intl can localize units, too!
  • em and strong are not announced by screen readers
Read popular posts

TIL: Today I learned in Web Dev

  • Intl can localize units, too!
  • The scope of type guards and assertion functions
  • New lines are removed from WHATWG URLs
Learn something new

Other stuff

Topics

  • JavaScript (131 posts)
  • CSS (107 posts)
  • Tools (64 posts)
  • HTML (56 posts)
  • Bash (45 posts)
  • NodeJS (42 posts)
  • Accessibility (38 posts)
  • Web (30 posts)
  • git (23 posts)
  • VSCode (21 posts)
  • macOS (20 posts)

Random Web Dev Learnings

  • em and strong are not announced by screen readers
  • git has an auto-correct flag
  • How to align the text of the last paragraph line
  • The macOS screenshot area is draggable
  • Size container queries can detect landscape / portrait orientation
  • Not every JavaScript function is constructable

Popular articles

  • Can we have custom media queries, please?
  • Web content, the social contract and copyrights
  • The scope of type guards and assertion functions

Recently updated resources

  • Staying up to date
  • Writing good docs, blogs and technical articles
  • Public speaking

stefanjudis.com ยฉ 2026 by Stefan Judis is licensed under CC BY-NC-SA 4.0

All rights reserved and content created without AI.

โ™ฅ๏ธ