<!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Computer science project </title>
</head>
<body>
    <h1> Yo! I am susan</h1>
    <p style="border: 2px solid red ; border-width: 0.5cm; display: inline-block;"> This is susan doing nothing just wasting time or utilizing it may be:).</p> <br>













<form>

    <fieldset >
        <legend align="right    ">About Yourself</legend>
        <br>
       
        Name:<input type="text" placeholder="Enter Your awesomw name :)" name="Name.txt">
        <br><br>
        Age:<input type="number" placeholder="hehe" min="1" max="100" name="Age.txt">
           
        <br><br>

        Your Aim <input type="text" placeholder="Just lol " name="YourAim.txt">
        <br><br>
        Email: <input type="email" name="Email.txt">
        <br><br>
        Password<input type="password" placeholder="I won't see:)" name="password">
        <br><br>
        Gender: Male: <input type="radio" name="gender">
             FeMale:     <input type="radio" name="gender">
             Other: <input type="radio" name="gender">
             <br><br>  
       
     
        <input type="submit" value="submit :)" name="Submit.txt"> <input type="reset" value="Clear">
    </fieldset>
</form>
<br> <br>
<hr style="border: solid rgb(17, 16, 16) 2px ;  padding: cm;">


<table border="solid black ">
    <h1>A table from pg 379</h1>
    <thead >
        <th >name</th>
        <th>wnmae</th>
        <th>wwwwname</th>
        <th>wwweeeee</th>
    </thead>  
    <tr>
        <td>wsdfbs</td>
        <td colspan="2">sgssrgregwersg</td>
        <td>grsrsg</td>
    </tr>

    <tr>
        <td colspan="2">sgssrgregwersg</td>
        < <td colspan="2">sgssrgregwersg</td>
    </tr>
</table>
    <hr>
   
</body>
</html>