Posts

Assignment1

  <!DOCTYPE html > <html>     <head>         <title></title>     </head>     <style>         .main {             margin : auto ;             width : 600px ;             height : 300px ;             border : 2px solid blue ;             padding : 10px ;         }         .col {             float : left ;             float : left ;             width : 40% ;         }         .MN {             width : 10% ;         }         .txtmI {             width : 40px ;...

Assignment2

<!DOCTYPE html > <html>     <head>         <title> Registration </title>         <style type = "text/css" >             .container {                 width : 400px ;                 height : 400px ;     border : 1px solid ;     margin : auto ;             }             header {                 text-align : center ;                 background-color : #226396 ;                 color : #FFFFFF ;                 font-size : 23px ;                 font-weight : bold ;                ...