codebypc
@codebypc
2.09K
subscribers
210
photos
59
videos
160
files
250
links
Html, css3, javascript, reactjs, express, Fullstack, backend, Bootstrap, mongodb
Download Telegram
Join
codebypc
2.09K subscribers
codebypc
β€
1
codebypc
https://youtube.com/shorts/oLszxsUWcqU?si=NUCXkVeAoMFD8zBn
YouTube
head tag in HTML document || HTML Tags #html5 #shorts #webdevelopment
π¨βπ»
Ever wondered what happens behind the scenes in your HTML page?
π§
The head tag stores all the invisible magic β title, metadata, styles, and scripts!
π‘
...
codebypc
https://youtube.com/shorts/LYJmOZn2YDc?si=hfnO8kvT0we8_ezD
YouTube
Difference between strong and b tag in HTML #coding #javascript #shorts
π‘
HTML Tip:Do you know the real difference between strong and b?
π
π
b only makes text bold (visual).
π
strong means text is important (semantic).So next t...
codebypc
codebypc
codebypc
codebypc
codebypc
codebypc
https://youtube.com/shorts/kZQAKScqzdI?si=lO7by0EENR7sB_B4
YouTube
alt attribute in img tag #coding #shorts #html5
Most developers still skip this simple thing in HTML and lose SEO points
π³
alt attribute isnβt just for broken images β it tells Google and screen readers wh...
codebypc
_What_are_media_queries_and_how_are_they_used_for_responsiveness.pdf
4.9 MB
codebypc
β€
1
codebypc
git commands.pdf
5.9 MB
codebypc
https://youtube.com/shorts/b7WPe9qGGcE?si=vtsw--RWCOBjot2B
YouTube
overflow hidden property in CSS #css3 #shorts
Do you know why your extra content suddenly disappears outside a div?
π€
Thatβs because of overflow: hidden in CSS!
π‘
It helps you control overflowing content...
codebypc
https://youtube.com/shorts/lmR0YUZPqZs?si=vH-E9PVncinGwP2U
codebypc
codebypc
What are combinators in CSS.pdf
4.4 MB
codebypc
https://youtube.com/shorts/Ex6TJTnNH7A?si=2xEF3wRXzYOxRh6-
YouTube
Lazy Loading Technique || HTML Performance Hacks #html5 #coding #shorts
Lazy Loading Technique || HTML Performance Hacks
π‘
Want faster website loading?Use just one magic attribute β loading="lazy"
π’
It delays image loading until ...
codebypc
https://youtube.com/shorts/igu7IAls4W4?si=cE3c8zebVMIzFbX7
YouTube
What Happens When You Access a Non-Existent Property in JavaScript? #coding #shorts
π€
Ever tried accessing a property that doesnβt exist in your JavaScript object?Hereβs what really happens
π
π«
You donβt get an error β you get undefined
π
...
codebypc
https://youtube.com/shorts/doiUu53oCmE?si=mZAUbFTb5IPlcJ0c
YouTube
Symbol in JavaScript || JavaScript Interview Questions #coding #javascript #shorts
Ever seen Symbol(id) in JavaScript?
π€
In this short, youβll learn what Symbols are and why theyβre used.They create unique keys that never clash β perfect fo...
codebypc
https://youtube.com/shorts/CKTpiQQwOHE?si=FSUeUAs4pBQRQtfE
YouTube
Remove duplicates from an array in JavaScript #coding #javascript #shorts
π
Remove duplicates from an array in seconds!
π‘
Use new Set() β the cleanest and fastest way to get unique values in JavaScript
π
const uniqueArr = [...new ...
codebypc
https://youtube.com/shorts/fYodoMR_97I?si=pslMTEOEjcaf3M6p
YouTube
What will this JavaScript code print || JavaScript concepts #coding #shorts #javascript
What will this JavaScript code print?console.log([] == 0);
π§
Options:A) falseB) true
β
C) undefinedD) Error
π‘
Correct Answer: B) true
π
Explanation:In JavaScr...