Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π36β€9π₯8
Using semantic HTML elements is the first step to building an accessible website.
π Most often, people enter into the world of web development (including myself) without a formal introduction of different elements offered by HTML, and discover it rather later.
So it might catch them by surprise the sheer number of different elements that the markup language offers.
β Why should you use them?
βͺοΈ To help assistive technologies like screen readers provide a better experience for their users to navigate your page
βͺοΈ Improves SEO
Each semantic element has a specific meaning, and needs to be used in the appropriate context
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π46β€30π₯8
Efficiently utilizing CSS shortcuts strikes the perfect balance between professionalism and casual ease in web design.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€27π19π₯3
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π29β€16π₯6
π
Prototyping for Non-Designers
π Author: Tom Green
π° Level: Intermediate
β° Duration: 52m
π Topics: Artificial Intelligence for Design, User Interface Prototyping, UX Research
π€ Join Web Development for more courses
π Learn about prototyping from a non-designers perspective.
Please open Telegram to view this post
VIEW IN TELEGRAM
π15β€11π₯5
Please open Telegram to view this post
VIEW IN TELEGRAM
π11β€3π₯3
Grids are a very cool feature in CSS. Imagine building layouts like these without display: grid; π²
In grids, the grid template areas property is handy to visualize what the output grid will look like.
Here we have a 3x3 grid, with the first image alone occupying 2x2. The areas definition literally mimics the same!
It is very useful for such use cases.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π34β€18
Did you know that you can instruct the browser to load images from the backend only when the user scrolls near to the actual location of the image? This is possible using the loading attribute in HTML.
The browser runs some heuristics to check when the image might be actually required to be rendered.
π For example, an image at a bottom section might be required only when user scrolls into it and not immediately during page load.
This significantly reduces the network bandwidth and initial page load times!
The browser runs some heuristics to check when the image might be actually required to be rendered.
π For example, an image at a bottom section might be required only when user scrolls into it and not immediately during page load.
This significantly reduces the network bandwidth and initial page load times!
π₯33β€28π17
Media is too big
VIEW IN TELEGRAM
I see people use vh a lot, and then complain that it doesnβt work the way they thought it would, so in this one, I explore a few other options that we have, which are dvh, svh, and lvh. Along with these, you could also use dvb, svb, and lvb, which are the logical property version of the height units, but for the block-size.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€25π18