Computer Science, asked by Anonymous, 4 months ago

Write the HTML code for the following signup form by providing a background colour.
Please give the accurate HTML. Only give the proper code.​

Attachments:

Answers

Answered by mandalkamal014
1

Answer:

<html>

 <head>

    <h1 align="center"> Signup Form</h1>

 </head>  

<body style="background-color: ">

<form>  

    <table align="center">  

          <tr>    

              <td>    

                  First Name:    

              </td>    

               <td>    

                  <input type=”text”>    

               </td>  

          </tr>

          <tr>      

              <td>        

                  Last Name:      

              </td>      

               <td>        

                  <input type=”text”>      

               </td>    

          </tr>

          <tr>      

              <td>        

                  Email Address:      

              </td>      

               <td>        

                  <input type=”text” email=””>      

               </td>    

          </tr>

           <tr>

               <td>    

                  Password:    

               </td>    

               <td>    

                <input type=”Password”>    

               </td>  

          </tr>  

            <tr>

               <td>        

                  Repeat Password:      

               </td>      

               <td>        

                 <input type=”Password”>      

               </td>    

          </tr>

          <tr>

            <td>

              What is Your Interst in:

            </td>

            <td>

                 <input type="checkbox">

                 <label > Comic Books</label><br>

                 <input type="checkbox" >

                 <label > Sports</label><br>

                 <input type="checkbox" >

                 <label> Makeup</label><br><br>

            </td>

             

          </tr>

          <tr>

            <td>

              Comments:

            </td>

            <td>

              <textarea name="comment" form="usrform">Enter text here...</textarea>  

            </td>

          </tr>

    </table>

</form>  

</body>

</html>

Explanation:

hope you got it

Answered by burger001
1

Answer:

Photosynthesis, the process by which green plants and certain other organisms transform light energy into chemical energy. During photosynthesis in green plants, light energy is captured and used to convert water, carbon dioxide, and minerals into oxygen and energy-rich organic compounds.

ismat please bta de yrr kya hua aadi ko ?

Similar questions