Here are a few useful tags that are rarely used!
1: <fieldset>
The `<fieldset>` tag allows you to make a window to store HTML content in. This can h...
Take 10 minutes and read this tutorial. Then you will know how to animate with CSS!! And best of all, you barely need any CSS and HTML knowledge, and...
# Shooting Tutorial
In many games, you would want to add something we like to call *shooting* -- that is, making projectiles go in a certain direction...
A Comprehensive Guide to Replit's New Git and GitHub Features
# A Comprehensive Guide to Replit's New Git and GitHub Features
recently, Replit has added integrations for Git and GitHub. now, you can interact wit...
# Making a Phaser Game with HTML5 and JavaScript
Hi guys!
Everybody likes to make games, right? And everybody has their own way of doing it. In this...
# Localstorage: Saving Data
Sup, everybody!
School's been crazy lately, wearing masks and staying six feet apart, or three squids apart, or 50 lines o...
[CSS] Adding gradient and other images on your text!
There was a proposal that has been added to the CSS editors draft to add in a `text` value to `background-clip`. What this would do is to allow the ba...
# How to make a google login system in like 5 minutes...
**You need:**
1. A google account
2. A website not on localhost
3. Patience
4. Html, css, js...
# How To Use SASS/SCSS In repl.it
#### I have seen many people trying to use sass and scss in repl.it. well here is how!
## steps:
### 1. go to https:...
# **RESTORING REPLS FROM THE TRASH**
Have you ever **deleted** a repl but then **regretted** it? Did you ever **accidentally** delete a repl? Don't pi...
If I had a nickel for the amount of chat rooms I've used that simply don't sanitize, well, I'd have at least 15 cents. That's not a lot of nickels, bu...
Hi there, This will tell you how to make your own website, it also has some text on the website. This is for complete beginners. Idk How to do anythin...
# How to Make a Menu Bar with HTML and CSS
I'm busy. I'm working on 3 projects:
- Big text adventure game in Python
- Simple operating system in C#
-...
# Introduction
This is the first tutorial in a series designed to teach basic JavaScript game programming. It's the spiritual successor to BASIC Compu...
# so you want to remove .html from the path
So I have seen a lot of people ask "how do I remove .html from the path" or "can I remove .html from the p...
🎮 3D Games with BabylonJS: A Starter Guide
Babylon is a JavaScript framework enabling developers to create 3D graphics with ease. Popular games such...
How to make a very simple Neural Network based ML web app using teachable machine
Google just released teachable machine v2.0 and the point of this was to make machine learning _as easy as possible_ for people without a machine lear...
How to make a Documentation for your project in just seconds!
Many people make open source projects, and they often find it hard to create documentation.
I made a documentation generator (DocJS) to solve this pr...
# Create Multiplayer websites with [Socket.IO](https://socket.io/) without setting up your own Node.js Server!
[Socket.io](https://socket.io/) is a p...
# How to get a Moving Picture Background with CSS
Okay, so i checked out @agent9002 's conversion calculator. AND IT WAS GODLY(Amazing background, et...
How To Make A Puzzle Platformer In HTML5 And Javascript
# PUZZLE PLATFORMER TUTORIAL
## What You Will Make:
By the end of this tutorial you should have a functioning puzzle platformer that allows the playe...
Add [`<video>`](https://developer.mozilla.org/docs/Web/HTML/Element/video) element with the [`autoplay`](https://developer.mozilla.org/docs/Web/HTML/E...
If you are lazy like me, it won't hurt you to just create this little app and solve all the quadratics with it instead of factorizing every damn time....
# Custom HTML Elements
Hello! In this tutorial I'll be showing you how to make your own custom elements! There are two different kinds of custom HTML...
This tutorial will teach you how to make a very simple Coin Flipper using HTML and Javascript. This program is so simple to make, it can be completed...