HTML5 absolute and relative path settings

File Path Settings in HTML

Absolute file path setting in HTML

In HTML form by setting Absolute file path setting means full URL of a file to be given on the src attribute i.e full internet file path.

Example: <img src="http://www.harisystems.com/assets/img/logo.png">