Page 103 - CA 165 ver 1.0 Class 10
P. 103

<A  HREF= “#Segment1”> Text </A>
                 For example, to set a segment in the document:

                   <A name = “Segment1”> Segment1 </A>
                 After, linking that segment
                   <A href = “#Segment1”> Link to Segment1 </A>

























                                       Click here to reach the
                                       beginning of the page.

                 Mailto
                 Mailto is used to create a link that opens the e-mail compose box to write mails and send a new e-mail
                 message. While using <a> tag as an e-mail tag, a user can use mailto: e-mail address along with href
                 attribute. Syntax to use the Mailto:

                   <a href = “mailto:abc@example.com”>Send Email</a>
                 The words ‘Send E-mail’ appears as a link. When user clicks the link in the web browser, a ‘Compose’
                 window of e-mail is displayed. User must be logged in through any e-mail Id before using ‘Mailto’ link
                 otherwise it will display ‘Login’ page of e-mail.































                                                                                            More About HTML      101
   98   99   100   101   102   103   104   105   106   107   108