Page 400 - Webapplication11_C11_Flipbook
P. 400
Enroll for Class :
<SELECT>
<OPTION> Class 1
<OPTION> Class 2
<OPTION> Class 3
<OPTION> Class 4
<OPTION> Class 5
<OPTION> Class 6
<OPTION> Class 7
<OPTION> Class 8
</SELECT>
<BR>
<BR>
<INPUT TYPE="SUBMIT" VALUE="SUBMIT"> <INPUT TYPE="RESET" VALUE="RESET">
</FORM>
</BODY>
</HTML>
Output:
5. Write an html code to create web page as shown below:
Ans. <!DOCTYPE html>
<HTML>
<HEAD>
<TITLE> Internal Linking </TITLE>
<STYLE>
body{background-color:lightyellow; color:red;}
h1{text-align:center;}
398 Touchpad Web Applications-XI

