How to introduce Pictures in TP5 View

for example, in the root directory of the project, there is a head directory where there is a 1.jpg picture. I want to use this picture in the view, so how do I write the src path of the img tag?

Jul.13,2021

there are several methods under the root directory:

1,

<img src="/head/1.jpg" />

2,

<img src="http:///head/1.jpg" />

amount, directly / head/1.jpg


Menu