Img tag insertion section V of FIG.

. 1  <! DOCTYPE HTML > 
2  < HTML lang = "EN" > 
. 3  < head > 
. 4      < Meta charset = "UTF-. 8" > 
. 5      < title > Insert Picture </ title > 
. 6  </ head > 
. 7  < body > 
. 8      < IMG the src = "image 1.png" alt = "fruit pictures"  /> 
. 9      <-! the src attribute: alt attribute image address: Description facilitate Baidu reptiles crawling image ->
10      <! -Compatibility absolute path is not good, when the package once the file is sent to someone else will go wrong, the relative path more compatible -> 
11  </ body > 
12  </ HTML >

 

Guess you like

Origin www.cnblogs.com/kogmaw/p/12420182.html