Computer Science, asked by abimanaj07, 10 months ago

what are the steps need to design an html web page?

Answers

Answered by dewangand705
1

Answer:<html>

       <head> <title> Petphotofestival.com </title></head>

<div><center>

<body background="D:\Devashish's html\pg5.jpg">

                                  <font face="forte"> <font size=30> <font color="lightblue"> <h1>Animal Photography Contest</h1> </font> </font> </font>

 <hr color=red>

 <font face="Monotype Corsiva"> <font color="lightgreen"> <b> <h3>HOME || SERVICES || IMAGE GALLERY || ABOUT US || CONTACT US</h3> </b> </font> </font>

 <hr color=red>

<font face="Lucida Calligraphy"> <font size=10> <font color="orange"> <marquee>Great Grand Photography Festival  is coming. Come on and participate in this photography show and win exciting prize.

</marquee> </font> </font> </font> </font> <br> <br> <br>

<center> <b> <font face="forte"> <font size=30> <font color="purple"> Our Most Liked Images </font> </font> </font> </b> </center>  

<img src="D:\Devashish's html\p1.jpg" width="300px" height="180px">

<img src="D:\Devashish's html\p2.jpg" width="300px" height="180px">

<img src="D:\Devashish's html\p3.jpg"width="300px" height="180px">

<img src="D:\Devashish's html\p4.jpg" width="300px" height="180px">

<img src="D:\Devashish's html\p5.jpg" width="300px" height="180px">

<img src="D:\Devashish's html\p6.jpg" width="300px" height="180px">

<img src="D:\Devashish's html\p7.jpg" width="300px" height="180px">

<img src="D:\Devashish's html\p8.jpg" width="300px" height="180px">

<img src="D:\Devashish's html\p9.jpg" width="300px" height="180px">

<img src="D:\Devashish's html\p10.jpg" width="300px" height="180px">

<font face="Lucida Calligraphy"> <font size=10> <font color="orange"> <b>Wanna buy some pets. what are you waiting for. Our store is open for our fans every time.</b></font> </font> </font> </font>

<table border = "5">

<tbody>

 <tr>

  <td> LION </td>

  <td> DOG </td>

  <td> CAT </td>

  <td> RABBIT </td>

  <td> SQURRIAL </td>

  <td> HORSE </td>

  <td> PARROT </td>

  <td> HAMSTER </td>

  <td> ELIPHANT </td>

  <td> TIGER </td>

 </tr>

 <tr>

  <td> $1500 </td>

  <td> $500 </td>

  <td> $300 </td>

  <td> $300 </td>

  <td> $200 </td>

  <td> $1200 </td>

  <td> $200 </td>

  <td> $300 </td>

  <td> $2000 </td>

  <td> $3000 </td>

 </tr>

</tbody>

</table>

<font face="Showcard Gothic"> <font size=10> <font color="orange"> <marquee> Made by - Devashish Dewangan </marquee> </font> </font> </font> </font>

</body>

</center></div>

</html>

Explanation:please mark me as brainlist

Similar questions