Page 51 - Code Craft Computer-8
P. 51

Working with Links,

                    5                Frames and Images




                                     in HTML 5



                           Core Concepts

                          On completion of this chapter you will be able to know:
                          ¨  Linking in Html       ¨   Types of Linking in Html    ¨   Anchor (<A>) Tag
                          ¨  CSS And Links         ¨   Links as Buttons            ¨   Inserting Images
                          ¨  Images As Links       ¨   Frames In Html5             ¨   Creating Frames



                  Warm Up                                                                       #Art Integration


                 Colour the image given below.
                          HTML 5













            LINKING IN HTML
            While surfing the Internet, you might have seen that when we click any highlighted word or
            image,  it  takes  us  to  another  web  page  or  document.  These  links  to  other  pages  are  called

            hyperlinks.
            A hyperlink is a highlighted text or image that stores the address of some web page/document.
            When we click any hyperlink, the linked document opens.

            TYPES OF LINKING IN HTML

            There are two types of linking in HTML. They are:
                 1.  External Linking   2.  Internal Linking

            External Linking
            External linking involves connecting two different web pages. When you click a hyperlink, a new
            web page to which the hyperlink is linked, gets displayed in the browser window. You can link
            pages within the same directory or to any other page over the Internet.

            Internal Linking

            Internal linking involves linking various sections of the same web page. This type of linking is
            useful when a web page is very long. It lets the user view the desired section of a page quickly.

                                                                 51
   46   47   48   49   50   51   52   53   54   55   56