|
|
A relative file path points to a file relative to the current page.
|
<!DOCTYPE html>
<html>
<body>
<h2>Using a Relative File Path</h2>
<img src="https://itupto.com/avatar.png" alt="Profile" style="width:300px">
</body>
</html>
<img src="/images/picture.jpg" alt="Mountain"> <img src="../images/picture.jpg" alt="Mountain"> Category: | Web Tutorial |
Sub Category: | HTML File Paths |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference