Everything About code
Open in Telegram
Admin : @Samandar_Anorboyev Hello everyone you can learn interesting facts about coding in this channel π» Perfluence
Show more9 658
Subscribers
+124 hours
-37 days
-8830 days
Posts Archive
π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
