HTML File Path describe the location of file where that stored.
Example
<!Doctype Html>
<Html>
<Head>
<Title>HTML File Paths</Title>
</Head>
<Body>
<img src="images/logo.jpg" width="200" height="200" alt="logo">
</Body>
</Html>
Output
Copyright ©2022 coderraj.com. All Rights Reserved.