Page 100 - CodePilot V5.0 C7
P. 100

Flamingos  are tall, wading  birds known for their long legs, elegant
                  necks and distinct pink feathers.

                  </P>

                  </BODY>
                  </HTML>

                  Alternative text will be displayed when:
                      The image is not found due to an incorrect path or name.

                      The image file is missing or does not load.

                      The browser does not support the image file.
                     Code     Write the HTML code to present the given web page using the <IMG> tag and the
                       6      ALT attribute.


                  <!DOCTYPE HTML>
                  <HTML>

                  <HEAD>
                                                                             The first web browser to support images
                  <TITLE>Flamingo Facts</TITLE>
                                                                             was Mosaic, released in 1993.
                  </HEAD>

                  <BODY STYLE="BACKGROUND-COLOR: #F0F8FF;">

                  <H1 STYLE="COLOR: #FF6347; TEXT-ALIGN: CENTER;">All About Flamingos

                  </H1>
                  <H2 STYLE="COLOR: #4682B4;  TEXT-ALIGN: CENTER;">The  Graceful  Pink
                  Birds</H2>

                  <IMG SRC="lake.png" ALT="Flamingo Image">

                  <P STYLE="COLOR:  #2F4F4F;  TEXT-ALIGN: CENTER;">Flamingos  are tall,
                  wading birds known for their long legs, elegant necks and distinct pink
                  feathers.

                  </P>
                  </BODY>

                  </HTML>

                               Alternative text is displayed if the image
                               is not found due to an incorrect name or
                                              if the image is missing.










                   98
                        CodePilot (V5.0)-VII
   95   96   97   98   99   100   101   102   103   104   105