HTML title & Headings
<html>
<head><title> Welcome to UNICLEISURE
AIRLINES</title></head>
<body
background="plane-travel-flight-tourism-travel-icon-png-10.png">
<h1
style="text-align:center;">
<h1
style="background-color:yellow;">UNICLEISURE AIRLINES</h1>
<h3
style="background-color:cyan""text-align:center;">Malaysian
local flight</h3>
Text Box
<hr>
<table border="2'
align="center" width="60%">
<tr>
<form
action="action_page.php">
First
name:<br>
<input
type="text" name="firstname" value="">
<br>
Last
name:<br>
<input
type="text" name="lastname" value="">
<br><br>
<input
type="submit" value="Submit">
<input
type="reset">
</form>
Radio buttons
</body>
</html>
<form
action="insert.asp" method="post">
<P>Choose
your destination (depart):<BR>
<INPUT type="radio"
name="os" value="ked">Kedah<BR>
<INPUT type="radio"
name="os" value="Jor">Johore<BR>
<INPUT type="radio"
name="os" value="Kl">Kuala lumpur<BR>
<INPUT type="radio"
name="os" value="Perl">Perlis<BR>
Checkbox
<form
action="insert.asp" method="post">
<P>Choose
your destination (arrive):<BR>
<INPUT type="checkbox"
name="os" value="ked">Kedah<BR>
<INPUT type="checkbox"
name="os" value="Jor">Johore<BR>
<INPUT type="checkbox"
name="os" value="Kl">Kuala lumpur<BR>
<INPUT type="checkbox"
name="os" value="Perl">Perlis<BR>
Keep trying .its easy




