TechCodex to Programmer Humor@lemmy.mlEnglish • 1 year agoJavascript can create atomic bombsprogramming.devimagemessage-square64fedilinkarrow-up1659arrow-down153
arrow-up1606arrow-down1imageJavascript can create atomic bombsprogramming.devTechCodex to Programmer Humor@lemmy.mlEnglish • 1 year agomessage-square64fedilink
minus-squareRikudou_SageAlinkEnglish0•1 year agodocument.querySelector('.whatever').style.color = "red"; Don’t recommend, though.
minus-squareexscapelinkfedilink2•1 year agoSure, but setting the .style attribute could really be argued as using CSS, just with a different interface. W3Schools refers to this as “inline CSS”.
document.querySelector('.whatever').style.color = "red";
Don’t recommend, though.
Sure, but setting the .style attribute could really be argued as using CSS, just with a different interface. W3Schools refers to this as “inline CSS”.