Displaying 151 - 160 of 952
Inheritance and the prototype chain
Resource
How inheritance works in javascript.
CSS Overview
Class
Cascading Style Sheets are used to style the look and feel of a web page.
Syntax: https://developer.mozilla.org/en-US...
TailwindCSS
Class
TailwindCSS provides utility classes.
With tailwind, you use these utility classes in your HTML instead of writing CSS.
On...
HTML5 Boilerplate
Class
Web starter kit.
HTML5 Boilerplate was built to provide a minimal setup for a web project. It's great for beginners to...
MDN Background Scripts
Resource
MDN background script documentation.
MDN Content Scripts
Resource
MDN content script documentation.
Browser Extensions
Class
Browser extensions provide custom features to the browser and web pages.
You can create a browser extension to inject a...
Browser extensions can have background and content scripts, whats the difference?