"if you encounter any errors in SAP, send me a screenshot at pramod@learntosap.com, and I will help you resolve the issue."

-HTML File Paths Tag –

HTML TUTORIALS-

-HTML File Paths Tag –

Introduction-

πŸ”Ή-HTML, file paths are used to link to external files like images, scripts, stylesheets, or other HTML pages. They tell the browser where to find the resource on the server or system.HTML, file paths are used to specify the location of files (like images, CSS, JavaScript, etc.) that your web page uses. There are two types of file paths..

πŸ”Ή Two Main Types of Paths

πŸ”ΉAbsolute Path: Full URL (includes domain).

πŸ”ΉRelative Path: Refers to file locations based on the current page's location.

Trulli Trulli

βœ… 1)-Examples of HTML File Paths:-πŸ‘‡

<img src="favicon.jpg" alt="Company Logo">

Company Logo

βœ… 2)-Examples of HTML File Paths:-πŸ‘‡

<link rel="stylesheet" href="css/style.css">


βœ…3)-Examples of HTML File Paths βœ… Subfolder: -πŸ‘‡

<img src="images/pic.jpg" alt="Image">

βœ…4)-Examples of HTML File Paths βœ… Parent folder: -πŸ‘‡

<img src="../pic.jpg" alt="Image">

Live Code Preview


May Be Like Important Link-

-Chart Of Account-OB13

-Define Plant-OX1

-Chart Of Account-OB13

-Define Financial Statement