Computer Science, asked by yashbarik43, 2 months ago

write HTML of the following if you know then answer please i need it urgent​ . please help me​

Attachments:

Answers

Answered by ItzCuteManjeet
1

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

Answered by Aryansingh001
1

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>

Similar questions
Math, 1 month ago