write HTML of the following if you know then answer please i need it urgent . please help me
Answers
Answer:
<img src="path of image=></img>
<H3> health is wealth </H3>
<p> the wellbeing .... consequences</p>
<p> the health ... mind</p>
<img src="path of image"> </img>
<H3> health lifestyle </H3>
<ul>
<li> drink water ..</li>
<li> reduce ...</li>
<li> exercise ..</li>
<li> take ...</li>
</ul>
<img src="path of image"> </img>
<footer> contact us </footer>
here is the full HTML
Answer:
img src="path of image=></img>
<H3> health is wealth </H3>
<p> the wellbeing .... consequences</p>
<p> the health ... mind</p>
<img src="path of image"> </img>
<H3> health lifestyle </H3>
<ul>
<li> drink water ..</li>
<li> reduce ...</li>
<li> exercise ..</li>
<li> take ...</li>
</ul>
<img src="path of image"> </img>
<footer> contact us </footer>
Explanation:
<!DOCTYPE html>
<html>
<head>
<title>HTML Image as link</title>
</head>
<body>
The following image works as a link:<br>
<a href="https://www.qries.com/">
<img alt="Qries" src="https://www.qries.com/images/banner_logo.png"
width=150" height="70">
</a>
</body>
</html>