Computer Science, asked by yashbarik43, 4 months ago

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

Attachments:

Answers

Answered by bhumika1635
1

Answer:

<html>

<head>

<title>Project</title>

</head>

<body>

<h1>Preparation of chlorine </h1>

</body>

</html>

Answered by Aryansingh001
2

Answer:<!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>

Explanation:

Similar questions