Powerful HTML Features you may not know
A thread π§΅π
β‘οΈ The Meter Tag : The <meter> tag defines a scalar measurement within a known range, or a fractional value. This is also known as a gauge.
β‘οΈ The abbr tag : The <abbr> tag defines an abbreviation or an acronym
β‘οΈ The Attribute Required : The required attribute which, if present, indicates that the user must specify a value for the input before the owning form can be submitted
β‘οΈDrag and Drop: It is a powerful user interface concept which is used to copy, reorder and delete items with the help of mouse. You can hold the mouse button down over an element and drag it to another location.If you want to drop the element there, just release the mouse button
β‘οΈ Defer and async attributes :The defer attribute specifies that the script is executed when the page has finished parsing.The defer attribute is only for external scripts.
The async attribute is used to indicate to the browser that the script file can be executed asynchronously
β’ β’ β’
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