HTML Tutorials

Latest

 thumbnail

How to Turn a Button into a Link in HTML

January 13, 2021

To make an HTML button take the user to a new page when clicked, we can put it in a form and set the form action to the...

 thumbnail

The HTML <del> Tag

December 30, 2020
 thumbnail

List of All HTML DOM Document Object Properties and Methods

December 22, 2020

The DOM or Document Object Model is the API that becomes available when an HTML page loads in a browser. This object mod...

 thumbnail

How to Create HTML Paragraphs

December 22, 2020

A paragraph is a block of text containing related sentences. In HTML, paragraphs are created using the p tag. Creat...

 thumbnail

How to Create New Line in PHP

December 21, 2020

There are a couple of different ways we can approach creating new lines in PHP, which we will learn in this tutorial.&nb...

 thumbnail

How to Get the Value of an Input Text Box in JavaScript or jQuery

December 18, 2020

Getting data from HTML input boxes is a common task in JavaScript. In this tutorial, we will learn how to get the value...