Posts

Showing posts from October, 2023

Student information table

Image
            Student information table[html code] <html> <body>          <h1>Student information list</h1>          <table border="1">                    <tr>                           <th>SI no</th>                            <th>Name</th>                           <th>class</th>                           <th>branch</th>                           <th>register no</th>                   </tr> ...

Animal html code

Image
                                                                  Animal html code  <html> <head> <style> h1{text-align:left;color:blue;font-size:60px;} p{text-align:left;font-size:50px;} <title>animals</title> <style>image{float : right}</style> </head> <body style="background-color:pink;">   <h1>about tiger's</h1>   <img src="C:\Users\CS10\Desktop\KRUSHIK\download.jpg" "width"300" "height"400">   <p>tiger is the national animal of india.tiger are the true kings of the jungle tigers hunt alone.</p>   <h1>about lions</h1>   <img src="C:\Users\CS10\Desktop\KRUSHIK\tigeran1.jpg" "width"50" "height"50">   <p>lions are large,powerfull and it is a good looking animal.lions are big eaters.t...