Html Css js Frontend projects
9.83K subscribers
1.06K photos
137 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
πŸ”° DOM manipulation

We use JavaScript to access, modify, or create these elements, making our web pages come alive without the need to reload them.
πŸ‘3
πŸ˜‡We are pleased to have you join my second channelπŸ”₯


link Join πŸ‘‡
https://t.me/dx_3d
HTML/Javascript Tip πŸ’‘

You can build a calculator using the output element.

Just type the Javascript formula into the "oninput" parameter of the form element.
Basic Weather App using HTML, CSS and Javascript
Javascript - Array methods
CSS Fonts CheatsheetπŸ”₯
πŸ”₯1
🀩A new channel has been created in which useful things will be published in web design with of source code.πŸ”₯πŸ”₯

πŸ”—Channel join linkπŸ‘‡

https://t.me/Web_design3
❀4πŸ‘3
πŸ”° ComboBox Functionality with HTML

Integrating the element in your HTML forms enhances user experience by combining the simplicity of a dropdown with the flexibility of free text input, offering a powerful solution for modern combobox functionality.
⚑1❀1
πŸ”° Show popup before user closes the browser tab!

You can use this technique to show offers and discounts to the user before they leave the webpage which will help increase conversions.
Have you ever struggled to set 100% width on an item while also setting some margin for it I'm CSS? Once you know this trick you no longer have to!


πŸ‘‰ The "width" we set on CSS element is applied till the border of the element (content, padding and border)

But what if we want the element to have some margin as well but still fit inside the patent?

You may try to use some 🧠 math like calc(100% - 40px), but with the "stretch" keyword for the width property, CSS automatically does this for you.

πŸ”₯ This helps to easily fit an element inside it's parent even when it has some margin!
πŸ‘1
🀩A new channel has been created in which useful things will be published in web design with of source code.πŸ”₯πŸ”₯

πŸ”—Channel join linkπŸ‘‡

https://t.me/Web_design3
πŸ”° Did you know that CSS works even inside console.log()

Some cases where I have seen this being used in real life is for showing a warning for self XSS attacks - asking regular web users not to paste random code inside the dev console (yes, that's an actual attack)
πŸ‘3❀1