Page 90 - modular_v2.0_HTML&_CSS_Fb
P. 90

Tulip is a flowering plant in spring. This beautiful flower is found all

                  over the world. There is a complete lack of smell in this flower. The
                  look of tulip is enchanting, pure and mixed red, golden and purple
                  shades captivates the audience.
                  </P>

                  <IMG SRC="tulip1.jpg" HEIGHT="200" WIDTH="200" STYLE="TEXT-ALIGN: CENTER;">
                  <IMG SRC="tulip2.jpg" HEIGHT="200" WIDTH="200" STYLE="TEXT-ALIGN: CENTER;">
                  <IMG SRC="tulip3.jpg" HEIGHT="200" WIDTH="200" STYLE="TEXT-ALIGN: CENTER;">
                  </BODY>

                  </HTML>
                  When we click on any link, we will reach to linked section as shown:






















                                                                 Output
                   Clickipedia



                    To create a hyperlink to an email ‘mailto:’ has to be preceded before the email address of the

                    recipient. For example:
                    <A HREF="mailto:orangeeducation123@gmail.com">Demo</A>

                  You can also use various CSS properties to change the color of hyperlinks in different states.
                  There are mainly four states of hyperlinks, which are link, visited link, hover, and active. Using

                  the following CSS properties, you can change the look and style of hyperlinks in different states:
                       a:link: It is used to set the style for an unvisited link.
                       a:visited: It is used to set the style for a link that the user has visited.

                       a:hover: It is used to set the style for a link when the mouse pointer moves over it.
                       a:active: It is used to set the style for a link when it is clicked.

                  Let us create a web page to use all these properties.
                  <!DOCTYPE html>
                  <HTML>


                   88
                          Touchpad MODULAR (Ver. 2.0)
   85   86   87   88   89   90   91   92   93   94   95