Html Css js Frontend projects
9.95K subscribers
1.09K photos
142 videos
64 files
173 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5

Hello everyone you can learn interesting facts about coding in this channel πŸ’»

Perfluence
Download Telegram
πŸ”° How to generate compact numbers in JavaScript.

The Intl (internationalization) API in browsers and Node JS provide a lot of useful utilities for working with language specific displays, such as the "compact" notation such as 10K, 5M, etc


Here is an example on how you can use it πŸ”₯

This is useful for things like dashboards and social media profile pages.
πŸ’‘ JavaScript is full of hidden Web API gems you probably aren’t using. From observing elements to copying content, this carousel breaks down underrated APIs that level up your frontend.
πŸ‘2
Forwarded from Web design source code
Media is too big
VIEW IN TELEGRAM
πŸ”… Responsive Sidebar Menu in HTML CSS & JavaScript

In this video tutorial, you will learn to create a responsive Responsive Sidebar Menu using HTML CSS & JavaScript with Dark and Light Mode. I have provided all source code that I have used to create this sidebar menu, the link has been given below.
πŸ‘1
Forwarded from Web design source code
πŸ”° Web Development.
πŸ”° DOM Manipulation

For DOM manipulation, we use JavaScript to access, modify, or create these elements, making our web pages come alive without the need to reload them.


In this post we are going to look at:
Create Elements
Insert an elements
Modifying Contents
Replacing Elements
Remove Elements
Updating Element Attributes

DOM manipulation empowers developers to create dynamic and interactive web experiences.

Mastering methods like inserting, removing, replacing elements, updating attributes enables seamless user interactions.
πŸ”₯1
Forwarded from Web design source code
πŸ”° CSS: Equal width columns in Flexbox
Forwarded from Web design source code
πŸ”° Layouts with and without Semantic HTML

Semantic HTML enhances web accessibility, search engine optimization, and maintainability by using meaningful tags that convey the structure and purpose of content.
Forwarded from Web design source code
In CSS, the "cap" unit is defined as the size of the capital letter of the current font size.

🀩 This is very handy for defining icons that accompany some label, such as inside bottons

In this example, we have defined an icon with height 1cap, which makes it equal to the letter "S" height.

We also have aligned this icon to the baseline for a perfectly aligned text and icon ✨