Search
Displaying 71 - 80 of 967
Intro to Javascript
Class
The scripting language for web browsers.
JS History
Before Javascript, the web was static, with pages composed of text and...
HTTP Protocol
Class
The Hyper Text Transfer Protocol (HTTP) is the protocol for requesting and transmitting web content.
Input elements with type="image" can be used as submit buttons.
HTML Forms
Class
Forms allow users to enter data, making your site interactive.
They could be performing a search, logging in, signing up...
Styling input pseudo elements.
An extensive guide to browser differences with the range input, and how to style them.
Manifest.json for content script
Project update
Web extensions use a manifest.json file for configuration.
First we need to set up the site to load the script for.
"conte...
Loops and Iteration
Resource
MDN guide to javascript loops.