how to access image from a separate folder..? [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
project/images/img.png
project/public/index.html
<img src= "../images/img.png">
I can't access my image file in webpage

Related

Can anyone help me read this? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 12 hours ago.
Improve this question
page1
pg4
Wouldn't let me add other 2

HTML TABLE QUERY [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
how can i change table border color and font color ?
- the term is ,you only have to change color once .
Answer from your side as soon as posibile.

How to convert text into link in html [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
How to convert text into a link in html?
The link's text should be cat photos. Below is the code
see more cat photos -this is the code

I am trying to achieve curved dashed lines using css [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 months ago.
Improve this question
I am using background image and position but did not get desired results.

Create/style custom text input caret? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
How would I go about styling the caret/cursor in a text input field? I've done some research online and found only complex javascript methods. Is there an easier method?