HTML » Headings/Paragraphs/Links » List » Semantic HTML 1 » Files/Images »
File Paths:
Images:
- <img> - Image
- <figure> - figure
- <figcaption> - figcaption
Example
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h2>this is an image of a cat</h2>
<img src="images/cat.png"/">
</body>
</html>
Result :
this is an image of a cat
參考資料: