Everything About code
前往频道在 Telegram
Admin : @Samandar_Anorboyev Hello everyone you can learn interesting facts about coding in this channel 💻 Perfluence
显示更多9 659
订阅者
+124 小时
-77 天
-9830 天
帖子存档
😇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
