标签: html
enter image description here如何在html中放置图片?我试过复制和粘贴,拖放,一切。我只是不知道如何得到它的网址。这是个问题。
image of blog header type thing
答案 0 :(得分:1)
这是一个非常基本的html图像标记概念:
<img src="IMAGE_SOURCE" alt="ALTER_NAME" />
<img src="https://i.stack.imgur.com/jTxPU.jpg" alt="header_image" />
http://jsfiddle.net/ycrdqooc/
了解更多详情:https://www.w3schools.com/html/html_images.asp