StudentCodingHUB

Use programming to create innovative things.
  • new post

    Thursday, 21 November 2019

    Add Work Experience

    <!DOCTYPE html>
    <html>
    <head>

    </head>

    <style>
    div {
       border:  solid black;
      margin-top: 50px;
      margin-bottom: 50px;
      margin-right: 100px;
      margin-left:100px;
      background-color: lightblue;

    padding:50px 50px;
      }

    </style>
    <h1><center>Add work Experience</h1>
    <body >
    <div>

    <h2>Company Name      :<input type="text" name="company name">
    <br><br>
    Company Address    :<textarea name="message"style="width:300px;height:90px; "></textarea><br>
    <br>Job Title          :<input type="text" name="job title"> <br><br>
    Job role in details    :<textarea name="message"style="width:300px;height:90px; "></textarea><br><br>
    Join Date :<input type="date" name="date"><br><br>
    Continue <input type="radio" name="cont" value="yes"checked> Yes
      <input type="radio" name="cont" value="no"> No<br><br>
      If no <br><br>
      To date :<input type="date" name="dt"><br><br>
      <button type="button"><b>Save</button></h2>
    <u>Add Company Picture<br><br>
     


    </div>


    </body>
    </html>

    No comments:

    Post a Comment