Tag: HTML

Recent Post

Create a mobile-friendly, full-screen video background

How to set a video as the background for a web page using HTML, CSS and JavaScript

Build a mobile-first, collapsible navbar

Learn how to code a collapsible navbar using HTML, CSS and JavaScript

Create a JavaScript news app

Use JavaScript's fetch to import data and create a dynamic news app

How to build a JavaScript calculator

Program a functional calculator using only HTML, CSS and JavaScript

Build a BMI calculator with graphic output

Learn how to program a BMI calculator and output the result in text and graphic format

innerText vs textContent in JavaScript

Learn the difference between innerText and textContent!

How to use innerHTML safely

Learn how to render content to the DOM more securely

Create an image carousel with user controls

Create an image carousel with user controls using HTML, CSS and vanilla JavaScript

Create a dropdown accordion FAQ page

Learn how to create am expanding and collapsing FAQs section.

Traversing the DOM

Learn the most important methods to traverse the DOM with ease.