Page 356 - Web Applications (803) Class 11
P. 356

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>
                   The output of the preceding code is as follows:






























                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;}
                354   Touchpad Web Applications-XI
   351   352   353   354   355   356   357   358   359   360   361