1. Picture tag :
The <picture> tag gives web developers more flexibility in specifying image resources.
The most common use of the <picture> element will be for art direction in responsive designs. Instead of having one image that is scaled up or down based on the viewport width
2. Input Suggestions :
The <datalist> tag specifies a list of pre-defined options for an <input> element.
3. Lazy loading images:
means that , after the above-the-fold content is fully loaded, or even conditionally, only when they appear in the browserβs viewport. This means that if users donβt scroll all the way down, images placed at the bottom of the page wonβt even be loaded.
4. Document refresher :
5. Base URL :
The <base> tag specifies the base URL and/or target for all relative URLs in a document.
The <base> tag must have either an href or a target attribute present, or both.
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh
11 Amazing sites/tools for web developers you may not know
If you're a web developer make sure you check these out π
1οΈβ£ Eva Design System
Eva web is a customisable UI library for sketch that makes it easy to create awesome designs for web applications and dashboards.
πeva.design
2οΈβ£ Hidden tools: Discover a wide collection of tools made by the community
πhiddentools.dev
1. Frontend mentor - Frontend coding challenges using real world projects. Improve your Frontend skills by building real world projects. solve real-world HTML, CSS and JavaScript Challenges while working to professional design
πfrontendmentor.io
2. devChallenges - web Development resources and community that help you to become web developers by working with real-life projects and practices.
πdevchallenges.io
8 websites to answer all your programming related doubts
A thread π§΅π
1. Stackoverflow - A community based space to find and contribute answers to technical questions
π stackoverflow.com
2. Reddit
It has several communities that hold discussions about a particular topic including programming languages, computers, and more
πreddit.com
Learn coding by playing games and practicing through fun challenges π€Ήπ²
A thread π§΅π
β‘οΈ CodinGame
CodinGame is a challenge-based training platform for programmers where you can improve your coding skills with fun exercises (25+ language supported)
πcodingame.com/home
β‘οΈ CheckiO - coding games and programming Challenges for beginners and advanced programmers.
πcheckio.org