Html in the img tag attributes

html img tag in three main properties

	<img src="" alt="" title="">
  1. src tag is put in the path of your pictures, which you can use a relative path and absolute path, relative path is your picture storage location on your computer, the absolute path refers to a number of Web site addresses.
  2. alt tab you can enter text, picture error when the path will display the text content.
  3. Value title tag is the text when you hover over the content being displayed.

Guess you like

Origin blog.csdn.net/qq_36949892/article/details/90523900