Page 144 - CA_165_V2.0_Flipbook
P. 144

The output of the preceding HTML code is as follows:






                                                                                               HTML Mailto Link









                                                                                                 21 st
                                                 Lab Assignment ‘n Activity                    Century   #Technology Literacy
                                                                                                    #Creativity
                                                                                                Skills
                     Complete the following activity and tick on the circle.
                       Write HTML codes to obtain the following output:
                            Background  colour  of Question Page  and  Answer  Page  should be Aqua  and  Yellow
                            respectively.
                           Apply ordered and unordered list wherever required.
                           Use anchor tag to link pages with each other.

















                    HTML FORM
                  An HTML form is an interface of a web page that facilitates the user to enter data (such as name, e-mail
                  address, password, phone number, etc.) that is to be sent to the server for further processing. There
                  are various form elements that help design a form through textbox, radio buttons, drop-down menus,
                  checkboxes, password, list, combo box, etc. while writing codes. Every form must begin with a <FORM>
                  tag, which can be typed inside the body of the HTML document. Syntax to create HTML form is as follows:

                    <HTML>

                    <BODY>
                    <FORM>

                    Form Elements

                    </FORM>
                    </BODY>

                    </HTML>





                   142   Touchpad Computer Applications-X
   139   140   141   142   143   144   145   146   147   148   149