Download Article Download Article

Lists are oftentimes used for text; however, it is also possible to add images to a list. To learn how to add photos to a list in HTML programming, follow the steps below.

Method 1
Method 1 of 2:

Images Inside an Unordered List

Download Article
  1. 1
  2. 2
    Advertisement
  3. 3
  4. 4
    Paste the path of the desired image into the src="".
    • The image tags require information about the desired image in order to display it. Copy the file path for the desired image and then paste the path into the src="" like in the image.
  5. 5
    If multiple images per list item is desired, duplicate the image tag.
    • It is possible to have multiple images in each list item. In order to do so, add the text like in the image.
  6. Advertisement
Method 2
Method 2 of 2:

Images Inside an Ordered List

Download Article
  1. 1
  2. 2
  3. 3
  4. 4
    Paste the path of the desired image into the src="".
    • The image tags require information about the desired image in order to display it. Copy the file path for the desired image and then paste the path into the src="" like in the image.
  5. 5
    If multiple images per list item is desired, duplicate the image tag.
    • It is possible to have multiple images in each list item. In order to do so, add the text from the image into the editor.
  6. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Tips

      • Add information about the picture into alt="". This will allow users who do not see the images information that they would otherwise not be able to obtain.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 46,100 times.

      Is this article up to date?

      Advertisement