HTML Tutorials and Tips

HTML (HyperText Markup Language) is a markup language websites are built with. HTML defines the structure of a web page using tags and elements. In this section, you will find detailed HTML tutorials, tips and examples to help you improve your HTML knowledge.

Copy All HTML Source Code with Inspect in Chrome

The Inspect element feature in Google Chrome helps you view the HTML source code of specific elements on a web page. In this tutorial, I will show you how you can extract the whole HTML code of any web page, using this feature. Read more...

How to Create a Number Input Field in HTML

Did you know that you can create numeric input fields on your web page using the number input type thanks to HTML5? In this tutorial, I will show you how to create number input fields on your web forms. Read more...

How to Create a Download Link in HTML

You can easily create navigational links in HTML but when it comes to creating links for downloading files, it may get a little tricky. In this HTML tutorial, I will demonstrate how to create download links with the help of some examples. Read more...

How to Change HTML Code in Multiple Files at Once

Did you know that you can edit multiple HTML files and replace the same text they contain at once? In this tutorial I will demonstrate how to do that. Read more...

Email Hyperlinks: HTML mailto Examples

Providing a contact email on your website is a good way to let your visitors contact you. In this post, we will see how to create email hyperlinks on a web page. Read more...