add image between article html code example
Example 1: images in html
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
Example 2: img tag
<img src="the source image's url" alt="the image's description">