HTML links are defined with the <a> tag.
<a href="
http://www.abc.com">This is a link</a>
HTML images are defined with the <img> tag.
<img src="abc.jpg" width="104" height="142" />
HTML paragraphs are defined with the <p> tag.
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>