HTML(三)——在網頁中使用圖像img

1.初識網頁圖片 首先新建一個index.html網頁,同時把一張後綴名爲.jpg的圖片也放在這個文件夾中; 然後用<img/>標籤實現網頁圖片:<img src="圖片路徑"/> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> </head> <body> <img src
相關文章
相關標籤/搜索