Everything About code
Відкрити в Telegram
Admin : @Samandar_Anorboyev Hello everyone you can learn interesting facts about coding in this channel 💻 Perfluence
Показати більше9 658
Підписники
+124 години
-37 днів
-8830 день
Архів дописів
😇We are pleased to have you join my second channel🔥
link Join 👇
https://t.me/dx_3d
😇We are pleased to have you join my second channel🔥
link Join 👇
https://t.me/dx_3d
💻 Fixed Background Tutorial
"background-attachment" is a CSS property that can be used to fix a background applied on an element relative to the entire viewport rather than just the element 🔥
+4
💻 Responsive HTML Video
Using the orientation media query in HTML video content for users devices orientation, enhancing usability and performance.
+4
🔰 Event propagation in JavaScript!!
- Event Propagation has two phases: capturing and bubbling.
- Use addEventListener to control the phase of event handling.
- Use stopPropagation() to prevent further propagation.
- Event Delegation can optimize event handling by leveraging propagation.
🔰 Inline-level content in CSS
In CSS, content that participates in inline layout is called inline-level content. Most text sequences, replaced elements, and generated content are inline-level by default.
+4
🔰 The most important Array Methods in JavaScript
map , filter and reduce
