top of page

HTML Assignment Help | Useful HTML Form Design Sample

In this blog we will provide the some basic to advance html form design sample which can help you to design html form for your project task.


Admin Login Page










Code to create above form:(adminlogin.html)

<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <title>Admin Login Page</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
       <!--Please Login into your account first -->
       <h2>Admin Login Page </h2>
        <form action="adminHomePage.html" method="post">
            <table border="0" cellpadding="4" cellspacing="4">
                <tbody>
                    <tr>
                        <td>Username: </td>
                        <td><input type='text' name='userName' required></td>
                    </tr>
                    <tr>
                        <td>Password: </td>
                        <td><input type='password' name='passWord'></td>
                    </tr>
                    <tr>
                        <td> <input type ="submit" value="Submit"><input type ="reset" value="Reset"></td>
                        
                    </tr>
                </tbody>
             </table>
        </form>
    </body>
</html>


adminHomePage.html











<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <title>Admin Homepage</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        <h2>Homepage </h2>
        Welcome Admin,
        <p> </p>
            <a href="updateAdmin.html">Update Profile </a> <br/>
            <a href="changePassword.html">Change Password </a> <br/>
            <a href="feedbackResult.html">Feedback Result </a> <br/>
            <a href="staffList.html">Staff List</a> <br/>
            <a href="deptList.html">Department List</a>
    </body>
</html>


updateAdmin.html













<html>
    <head>
        <title> Update Profile  </title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        <h1> Edit your Details </h1>
        <form action='adminHomePage.html' method='POST'>
            <br>
            <table border="0" cellpadding="4" cellspacing="4">
                <tbody>
                    <tr>
                        <td>Username: </td>
                        <td><input type='text' name='username'></td>
                    </tr>
                    <tr>
                        <td>Password: </td>
                        <td><input type='password' name='password'></td>
                    </tr>
                    <tr>
                        <td>Full Name: </td>
                        <td><input type='text' name='fullName'></td>
                    </tr>
                    <tr>
                        <td>Email: </td>
                        <td><input type='text' name='email'></td>
                    </tr>
                    <tr>
                        <td>Phone Number: </td>
                        <td><input type='text' name='phoneNum'></td>
                    </tr>
                    <tr>
                        <td>Address: </td>
                        <td><input type='text' name='address'></td>
                    </tr>
                    <tr>
                        <td>Hotel Branch: </td>
                        <td><select name='Branch'>
                                <option value='Terengganu'> Terengganu</option>
                                <option value='Pahang'> Pahang</option>
                                <option value='Kuala Lumpur'> Kuala Lumpur</option>
                                <option value='Selangor'>Selangor</option>
                            </select></td>
                    </tr>
                    <tr>
                        <td><input type ="submit" value="Update"><input type ="reset" value="Delete"></td>
                    </tr>
                </tbody>
            </table>
        </form>
    </body>
</html>


changePassword.html










<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <title>Change Password</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        <form action="" method="post">
        <table>
            <h1>Change Password</h1>
            <tr>
                <td> UserName</td> <td><input type="text" name="username" ></td>
            </tr>
            <tr>
                <td> Old Password</td> <td><input type="password" name="password"></td>
            </tr>
            <tr>
                <td> New Password</td> <td><input type="password" name="newpass" required=""></td>
            </tr>
            <tr>
                <td> Confirm New Password</td> <td><input type="password" name="confirmPass" required=""></td>
            </tr>
            <tr> 
                <td> </td> <td><input type="submit" value="Submit"><input type="reset" value="Reset"></td>
            </tr>
        </table>
        </form>
    </body>
</html>


feedbackResult.html
















<!DOCTYPE html>

<html>
    <style>
        .column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
    </style>
    <head>
        <title>Feedback Result</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        <h1> Feedback result </h1>
        <div class="row">
            <div class="column">
                <table border="1" cellpadding="3" cellspacing="0">
                <tbody>
                    <tr>
                        <th colspan="2"> Q1: Was this your first visit? </th>
                    </tr>
                    <tr>
                        <td> Yes </td> 
                        <td> 10 </td> 
                    <tr> 
                        <td> No </td> 
                        <td> 4 </td>
                    </tr>
                    <tr> 
                         <th colspan="2"> Q2: How did you hear about our hotel? </th>
                    </tr>
                    <tr> 
                        <td> Magazine </td> 
                        <td> 1 </td>
                    </tr>
                    <tr> 
                        <td> Search Engine </td> 
                        <td> 2 </td>
                    </tr>
                    <tr> 
                        <td> Media Social </td> 
                        <td> 5 </td>
                    </tr>
                    <tr> 
                        <td> Other </td> 
                        <td> 1 </td>
                    </tr>
                    <tr> 
                        <th colspan="2"> Q3: How did you make your reservation? </th>
                    </tr>
                    <tr> 
                        <td> Travel Agency </td> 
                        <td> 3 </td>
                    </tr>
                    <tr> 
                        <td> Website </td> 
                        <td> 5 </td>
                    </tr>
                    <tr> 
                        <td> Other </td> 
                        <td> 2 </td>
                    </tr>
                    <tr> 
                        <th colspan="2"> Q4: What is your purpose of visit? </th>
                    </tr>
                    <tr> 
                        <td> Travel </td> 
                        <td> 3 </td>
                    </tr>
                    <tr> 
                        <td> Wedding </td> 
                        <td> 2 </td>
                    </tr>
                    <tr> 
                        <td> Business </td> 
                        <td> 1 </td>
                    </tr>
                    <tr> 
                        <td> Other </td> 
                        <td> 3 </td>
                    </tr>
                    <tr>
                        <th colspan="2"> Q5: Any other comments or recommendation? </th>
                    </tr> 
                    <tr> 
                        <td> No of responded</td> 
                        <td> 20 </td>
                    </tr>
                </tbody>
        </table>   
        <p>
            <a href="">Home</a>
        </p>
            </div>
            <div class="column">
                <table border="1"cellpadding="3" cellspacing="0">
                    <thead>
                        <tr>
                            <th></th>
                            <th>1</th>
                            <th>2</th>
                            <th>3</th>
                            <th>4</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td>Front Office Staff</td>
                            <td>0</td>
                            <td>0</td>
                            <td>3</td>
                            <td>17</td>
                        </tr>
                        <tr>
                            <td>Someone was available to assist with my luggage</td>
                            <td>0</td>
                            <td>0</td>
                            <td>10</td>
                            <td>10</td>
                        </tr>
                        <tr>
                            <td>Restaurant Staff</td>
                            <td>0</td>
                            <td>1</td>
                            <td>9</td>
                            <td>10</td>
                        </tr>
                        <tr>
                            <td>Restaurant Food</td>
                            <td>1</td>
                            <td>1</td>
                            <td>3</td>
                            <td>15</td>
                        </tr>
                        <tr>
                            <td>House Keeping</td>
                            <td>0</td>
                            <td>0</td>
                            <td>17</td>
                            <td>3</td>
                        </tr>
                        <tr>
                            <td>Cleanliness of Room</td>
                            <td>0</td>
                            <td>0</td>
                            <td>13</td>
                            <td>7</td>
                        </tr>
                        <tr>
                            <td>Spa</td>
                            <td>0</td>
                            <td>2</td>
                            <td>8</td>
                            <td>10</td>
                        </tr>
                        <tr>
                            <td>Swimming Pool</td>
                            <td>0</td>
                            <td>0</td>
                            <td>13</td>
                            <td>7</td>
                        </tr>
                        <tr>
                            <td>Business Center</td>
                            <td>0</td>
                            <td>0</td>
                            <td>12</td>
                            <td>8</td>
                        </tr>
                        <tr>
                            <td>The hotel felt safe</td>
                            <td>0</td>
                            <td>0</td>
                            <td>7</td>
                            <td>13</td>
                        </tr>
                        <tr>
                            <td>Overall hotel rating</td>
                            <td>0</td>
                            <td>0</td>
                            <td>13</td>
                            <td>7</td>
                        </tr>
                    </tbody>
                </table>
                <p></p>
                Rate: 
                <p> </p>
                4[Excellent]
                3[Good]
                2[Fair]
                1[Poor]
            </div>
        
        </div>
    </body>
</html>


staffList.html


<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <title>Staff List</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        <h1> Staff List </h1>
        <table border="1" cellpadding="3" cellspacing="0">
             <tbody>
                <tr> 
                    <th colspan='2'> Search: </th> <th  colspan='6'><select name='Dept'>
                                <option value='Management'> Management</option>
                                <option value='Accounts'> Accounts</option>
                                <option value='Housekeeping'> Housekeeping</option>
                                <option value='Information Technology'>Information Technology (IT)</option>
                                <option value='Kitchen'> Kitchen</option>
                            </select></th>
                </tr>
                <tr>
                    <th colspan='8'> </th>
                </tr>
                <tr>
                    <td> </td>
                    <td> Full Name</td>
                    <td> Department </td>
                    <td> Hotel Branch</td>
                    <td> Email</td>
                    <td> Phone Number</td>
                    <td> </td>
                </tr>
                <tr>
                    <td> 1 </td>
                    <td> Siti Shahada binti Shamshuddin </td>
                    <td> Kitchen </td>
                    <td> Kuala Lumpur</td>
                    <td> shahadashamshuddin@gmail.com</td>
                    <td> 0199052439</td>
                    <td> <input type="submit" value="Delete" name="Delete" /></td>
                </tr>
            </tbody>
         </table>
        <p> </p>
        <a href="staffRegister.html"> Add New Staff</a>
    </body>
</html>


staffRegister.html
















<!DOCTYPE html>
<!--
Staff Page
-->
<html>
    <head>
        <title> Staff Registration </title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        <h1> Register new Staff </h1>
        <form action='staffList.html' method='POST'>
            <br>
            <table border="0" cellpadding="4" cellspacing="4">
                <tbody>
                    <tr>
                        <td>Username: </td>
                        <td><input type='text' name='username'></td>
                    </tr>
                    <tr>
                        <td>Password: </td>
                        <td><input type='password' name='password'></td>
                    </tr>
                    <tr>
                        <td>Full Name: </td>
                        <td><input type='text' name='fullName'></td>
                    </tr>
                    <tr>
                        <td>Email: </td>
                        <td><input type='text' name='email'></td>
                    </tr>
                    <tr>
                        <td>Phone Number: </td>
                        <td><input type='text' name='phoneNum'></td>
                    </tr>
                    <tr>
                        <td>Address: </td>
                        <td><input type='text' name='address'></td>
                    </tr>
                    <tr>
                        <td>Designation: </td>
                        <td>
                            <select name='desingation'>
                                <option value='General Manager'>General Manager  </option>
                                <option value='Housekeeper'> Housekeeper </option>
                                <option value='Waiter'> Waiter</option>
                                <option value='HelpDesk'> Help Desk Analyst</option>
                            </select>
                             Other: <input type='text' name='OtherDes'>
                        </td>
                    </tr>
                    <tr>
                        <td>Department: </td>
                        <td><select name='Dept'>
                                <option value='Management'> Management</option>
                                <option value='Accounts'> Accounts</option>
                                <option value='Housekeeping'> Housekeeping</option>
                                <option value='Information Technology'>Information Technology (IT)</option>
                                <option value='Kitchen'> Kitchen</option>
                            </select></td>
                    </tr>
                    <tr>
                        <td>Hotel Branch: </td>
                        <td><select name='Branch'>
                                <option value='Terengganu'> Terengganu</option>
                                <option value='Pahang'> Pahang</option>
                                <option value='Kuala Lumpur'> Kuala Lumpur</option>
                                <option value='Selangor'>Selangor</option>
                            </select></td>
                    </tr>
                    <tr>
                        <td><input type ="submit" value="Submit"><input type ="reset" value="Reset"></td>
                    </tr>
                </tbody>
            </table>
        </form>
    </body>
</html>


deptList.html


<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <title>Department List</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
         <h1> Department List </h1>
        <table border="1" cellspacing="0" cellpadding="3">
            <tbody>
                <tr>
                    <th colspan='1'> Search: </th> <th  colspan='5'><select name='Dept'>
                                <option value='Management'> Management</option>
                                <option value='Accounts'> Accounts</option>
                                <option value='Housekeeping'> Housekeeping</option>
                                <option value='Information Technology'>Information Technology (IT)</option>
                                <option value='Kitchen'> Kitchen</option>
                            </select></th>
                </tr>        
                <tr>
                    <th colspan='6'> </th>
                </tr>
               <tr>
                   
                    <td> ID</td>
                    <td> Department Name</td>
                    <td> Address</td>
                    <td> Description </td>
                    <td> </td>
                    <td> </td>
                </tr>
                <tr>
                    
                    <td> 1 </td>
                    <td> Kitchen </td>
                    <td> Kuala Lumpur</td>
                    <td> Manage all the things related to the kitchen.</td>
                    <td> <a href="updateDept.html">Update</a></td>
                    <td> <input type="submit" value="Delete" name="Delete" /></td>
                </tr>
            </tbody>
        </table>
         <p> </p>
         <a href="deptAdd.html">Add New Department</a>
         
    </body>
</html>


deptAdd.html











<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <title>Add New Department</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
         <h1> Register New Department </h1>
        <form action='deptList.html' method='POST'>
            <br>
            <table border="0" cellpadding="4" cellspacing="4">
                <tbody>
                    <tr>
                        <td>Department Name: </td>
                        <td><input type='text' name='deptName'></td>
                    </tr>
                    <tr>
                        <td>Address: </td>
                        <td><input type='password' name='deptAddress'></td>
                    </tr>
                    <tr>
                        <td>Description: </td>
                        <td><input type='text' name='deptDesc'></td>
                    </tr>
                </tbody>
            
                    <tr>
                        <td><input type ="submit" value="Submit"><input type ="reset" value="Reset"></td>
                    </tr>
            </table>
        </form>
    </body>
</html>


Realcode4you expert team has a deep knowledge in HTML related topics. If you face any issue in html project assignment to deign the html web pages then our expert provide full support to complete your project.


Only you need to send your requirement details at:


Our expert covers all other part which help to design html page like; javascript, ajax, css. Hire us and get instant help with an affordable price,

13 Comments


Khi theo dõi https://pg66s.com/ trong nhiều phiên truy cập liên tiếp, tôi nhận thấy nền tảng vẫn duy trì được sự nhất quán trong cách hiển thị giao diện. Các chuyên mục casino trực tuyến, game bài, slot quay thưởng, thể thao, bắn cá, đá gà và xổ số luôn xuất hiện ở vị trí quen thuộc giúp người dùng dễ ghi nhớ. Trong quá trình sử dụng, tốc độ tải trang ổn định, giao diện phản hồi nhanh và việc chuyển đổi giữa các khu vực diễn ra khá mượt. Điều này giúp trải nghiệm trở nên quen thuộc hơn theo thời gian và giảm bớt thời gian làm quen lại khi truy cập nhiều lần

Like

Khi lần đầu truy cập https://luckywin.tech/ để tìm hiểu thông tin về nền tảng, tôi nhận thấy hệ thống được xây dựng theo định hướng phát triển toàn diện với cách tổ chức nội dung khá trực quan. Các chuyên mục thể thao, casino trực tuyến, game bài, slot, bắn cá và xổ số được bố trí rõ ràng giúp việc tìm kiếm diễn ra nhanh chóng. Trong quá trình trải nghiệm, giao diện phản hồi ổn định, tốc độ tải dữ liệu khá nhanh và thao tác chuyển đổi giữa các khu vực diễn ra mượt mà. Điều này giúp người dùng dễ dàng khám phá toàn bộ hệ sinh thái giải trí và sử dụng thuận tiện hơn trên…

Like

Khi tôi mở https://78win.me/ trên máy tính vào giờ cao điểm, tôi nhận thấy hệ thống vẫn duy trì được mức phản hồi khá ổn định. Các chuyên mục được phân chia rõ ràng giúp việc theo dõi nội dung trở nên đơn giản hơn, đặc biệt là khi tôi chuyển giữa bắn cá và xổ số. Tôi không gặp nhiều gián đoạn trong quá trình thao tác, giao diện hiển thị tương đối mạch lạc và dễ nhìn. Việc tổ chức nội dung theo từng khu vực riêng làm giảm cảm giác chồng chéo thông tin. Sau thời gian trải nghiệm, tôi thấy đây là một nền tảng có cách vận hành gọn gàng, ổn định và khá dễ làm…

Like

Khi mình tìm hiểu về fb88.credit, điều đầu tiên mình chú ý là cách nền tảng tổ chức các khu vực chức năng khá rõ ràng. Những mục liên quan đến tài khoản, giao dịch, thể thao và casino trực tuyến được sắp xếp hợp lý giúp việc theo dõi thuận tiện hơn. Mình thấy giao diện không quá phức tạp nên người dùng có thể làm quen khá nhanh. Trong quá trình trải nghiệm mình thử truy cập các khu vực thể thao và casino trực tuyến thì tốc độ phản hồi ổn định, thao tác chuyển đổi diễn ra mượt. Tổng thể mang lại cảm giác sử dụng liền mạch và dễ tiếp cận hơn


Like

Khi mình tiếp tục trải nghiệm nhà cái dn88 trong thời gian dài hơn, mình nhận thấy giao diện vẫn giữ được tính ổn định qua nhiều lần truy cập. Các khu vực như game bài, thể thao, xổ số và slot game được đặt ở vị trí quen thuộc giúp việc điều hướng không gặp khó khăn. Mình thấy người dùng mới cũng có thể nhanh chóng làm quen với bố cục này. Trong lúc trải nghiệm mình thử game bài và slot game thì tốc độ tải ổn định, thao tác mượt, mang lại cảm giác sử dụng khá liền mạch và dễ theo dõi

Like

REALCODE4YOU

Realcode4you is the one of the best website where you can get all computer science and mathematics related help, we are offering python project help, java project help, Machine learning project help, and other programming language help i.e., C, C++, Data Structure, PHP, ReactJs, NodeJs, React Native and also providing all databases related help.

Hire Us to get Instant help from realcode4you expert with an affordable price.

USEFUL LINKS

Discount

ADDRESS

Noida, Sector 63, India 201301

Follows Us!

  • Facebook
  • Twitter
  • Instagram
  • LinkedIn

OUR CLIENTS BELONGS TO

  • india
  • australia
  • canada
  • hong-kong
  • ireland
  • jordan
  • malaysia
  • new-zealand
  • oman
  • qatar
  • saudi-arabia
  • singapore
  • south-africa
  • uae
  • uk
  • usa

© 2023 IT Services provided by Realcode4you.com

bottom of page