Page 96 - 2611_SmartGPT Pro V(5.0) C-7
P. 96

<BODY>

                  <H1 STYLE = "text-align:center">Valley of Flowers </H1>
                  <IMG  Style = "Border:4px  Solid  Black;  Height:200px;  Width:250px;"
                  src = "D:\Valley_of_Flower.jpg" >
                  <br>

                  <A HREF = "https://uttarakhandtourism.gov.in/destination/valley-of-
                  flowers">
                  Click here to visit official website </A>
                  </BODY>

                  </HTML>


                            EMBEDDING AUDIO AND VIDEO


                  The HTML5 <AUDIO> and <VIDEO> tags allow us to add media to a website. To add media, we are
                  required to set the SRC attribute to identify the media source and include the controls attribute
                  so the user can play and pause the media whenever required. The AUTOPLAY attribute is used to
                  play audio/video automatically when the web page opens.


                  EMBEDDING AUDIO

                  We use <audio> tag to embed sound content in an HTML document.

                  <!DOCTYPE HTML>
                  <HTML>
                  <HEAD>

                  <TITLE> Audio </TITLE>
                  </HEAD>

                  <BODY>
                  <H1 STYLE = "text-align:center; color:red">
                  Welcome to the Musical World

                  </H1>
                  <P STYLE = "text-align:center">
                  <IMG  SRC  = "D:\MusicalNote.
                  Jpg">

                  </P>
                  <AUDIO  SRC  = "D:\flute.mp3"
                  AUTOPLAY CONTROLS>
                  </AUDIO>

                  </BODY>
                  </HTML>



                   94   Computer Science (V5.0)-VII
   91   92   93   94   95   96   97   98   99   100   101