Page 30 - PortGPT_V2.1_C8_Flipbook
P. 30

<BODY>
                  <H1 ALIGN = "CENTER"> <FONT COLOR = "Red">

                  Welcome to the Musical World </FONT></H1>
                  <P ALIGN = "CENTER">
                  <IMG SRC = "D:\MusicalNote.Jpg">
                  </P>
                  <AUDIO SRC = "D:\flute.mp3" AUTOPLAY CONTROLS>

                  </AUDIO>
                  </BODY>
                  </HTML>




















                       Adding Video

                  We use <VIDEO> tag to embed video in an HTML document.

                  <!DOCTYPE HTML>
                  <HTML>
                  <HEAD>
                  <TITLE> Video </TITLE>
                  </HEAD>
                  <BODY>
                  <H1 ALIGN = "CENTER"> <FONT COLOR = "Red">
                  Welcome to the World of Movies </FONT></H1>
                  <P ALIGN = "CENTER">
                  <IMG SRC = "D:\VideoLogo.Png">

                  </P>
                  <VIDEO  SRC = "D:\Rain.mp4"  Width  = "300"  Height  = "300"  AUTOPLAY
                  CONTROLS>
                  </VIDEO>
                  </BODY>
                  </HTML>







                  28    Premium Edition-VIII
   25   26   27   28   29   30   31   32   33   34   35