• Stars
    star
    1
  • Language
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

<html> <head> <title>Managment Group <2></title> </head> <body> This is where you would include the text and image on your web page<br> <a href = http://www.zetech.ac.ke>zetech university</a> <!--list of items--> <h2><b>OUR FIRST WEB </b></h2> <h3><b>GROUP MEMBERS</b></h3> <ol type="a"> <li>Denis wanjala</li> <li>Lillian mwangi</li> <li>Justus mokua</li> <li>Marryann </li> <li>John victor</li> </ol> <h3>THE WORK TO TALKLE</h3> <ul type ="square"> <li>Creating forms</li> <li>Creating tables</li> <li>including links on your web</li> </ul> <font color="red"> This is my red web text </br> </font> <img Src="io.jpg" style="width:100px;height:100px;"><BR> <tr> <form> <caption>LogIn:</caption> </br> <label>User Name:</label> <input type="text" placeholder="Enter Your user Name:"/> <label>ID Number:</label> <input type="text" placeholder="Enter your ID Number:"/> <br/> <label>Account Number:</label> <input type="text" placeholder="Enter Account Number:"/> <br/> <label>Password:</label> <input type="password" placeholder="Enter your password"/> <br/> <input type="submit" value="Submit"/> </form> <table border="2"> <tr><td colspan="3">students table</td></tr> <td>Reg no</td> <td>name</td> <td>AGE</td> </tr> <tr> <tr><td>BSCIT-05-0088/2020</td> <td>JOYCE</td> <td>20</td> </tr> <tr> <tr><td>BSCIT-05-8886/2019</td> <td>BRIAN</td> <td>21</td> </td> <tr> <tr><td>BSCIT-05-1884/2019</td> <td>JOHN</td> <td>22</td> <tr><td>BSCIT-05-8084/2019</td> <td>Peter</td> <td>19</td> <tr><td>BSCIT-05-8824/2019</td> <td>Denis</td> <td>18</td> <tr><td>BSCIT-05-8834/2019</td> <td>Lillian</td> <td>21</td> </tr> </body> </html>