Html Css js Frontend projects
9.83K subscribers
1.06K photos
137 videos
64 files
172 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5

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

Perfluence
Download Telegram
πŸ”° The most important Array Methods in JavaScript

map , filter and reduce
πŸ‘3
πŸ”° 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.
πŸ‘1
πŸ”° Try this html elements in your next projects
πŸ‘4❀1
πŸ”° JavaScript DOM Cheatsheet
πŸ”° 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.
πŸ’» Responsive HTML Video

Using the orientation media query in HTML video content for users devices orientation, enhancing usability and performance.