Page 176 - Webapplication11_C11_Flipbook
P. 176

</span>that creates and researches methods and software that allow machines
                  to observe their surroundings and use learning and intelligence to choose
                  actions that maximize their chances of attaining set goals. Such devices
                  may be referred to as AIs. </p>
                  </div>
                  </body>
                  </html>
                  Output:


                  Artificial Intelligence



                  Artificial intelligence (AI) in its broadest definition refers to the intelligence displayed by
                  machines, particularly computer systems. It is a branch of computer science that creates and
                  researches methods and software that allow machines to observe their surroundings and use
                  learning and intelligence to choose actions that maximize their chances of attaining set goals.
                  Such devices may be referred to as AIs.





                 2.10 HTML LINKING

              Tags can be used to link pages on a website together. The <a> anchor tag in HTML is used to create a link to another web
              page. In HTML, there are two types of links: internal and external.
              Internal Linking

              An HTML internal link connects two pages on the same website. This link might be either absolute or relative. The hash
              sign (#) follows the name of an HTML internal link. To refer to a section of your page, which is referred to as an internal
              link to the same page, you must assign an id. When you click on an internal anchor link, your browser will automatically
              scroll to the specified part and display it.
              Syntax:

              <a name= "#Text" ></a>              or   <a id="#Text" ></a>
              <a href="#Text"></a>
              Example:

              <!DOCTYPE html>
              <html>
              <head>
              <title>Internal Link</title>
              </head>

              <body>
              <h1 id="top">Links to Sections of The Same Page</h1>
              <p>
                     ------lots of text to fill the whole page---------

                     ------------------------------------------------------
                     ------------------------------------------------------

                174     Touchpad Web Applications-XI
   171   172   173   174   175   176   177   178   179   180   181