HTML Tutorials

Hypertext markup language (HTML) was first released by British programmer Tim Berners-Lee in 1991 and has since developed into what we call the world wide web today.

 

If you want to improve your HTML skill, SkillSugar is a great place to be as we are always posting HTML tutorials to help everyone learn something new.

Latest

 thumbnail

Remove Borders From HTML Table

March 31, 2022

In this tutorial, we will learn two different ways to remove borders from an HTML table using CSS. Remove Table Bor...

 thumbnail

Iframe Align Center

March 08, 2022
 thumbnail

Create a Space in HTML (Horizontal & Vertical)

July 20, 2021

Outside of spaces between text, regular spaces in HTML are not rendered by browsers. In this tutorial, we will learn how...

 thumbnail

How to use HTML Anchor Link (a href Code Examples)

July 19, 2021

A link in HTML is created using the anchor (a) tag. In this tutorial we will learn how to create HTML links in a variety...

 thumbnail

How to Underline Text in HTML

June 23, 2021

To underline text in HTML, wrap it inside the u tag, or use the CSS text-decoration property. In most cases, it is bette...

 thumbnail

How to Use External JavaScript File in HTML

June 04, 2021

To add an external .js file in a HTML document, use the HTML script tag and pass the path to the JavaScipt file inside t...

 thumbnail

How to Comment in HTML

February 25, 2021
 thumbnail

jQuery Document Ready Function

February 10, 2021