24-2·100 HTML相对路径
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>demo模板title>
head>
<body>
<p>同一级路径 图片p>
<img src="2.png" alt="">
<p>下一级路径 先写上存放图片文文件夹的名字/ 图片名字 p>
<img src="img/2.png" alt="">
body>
html>
效果