What Is WebPage


What Is WebPage
      1. A WebPage Is Combination Of Html Tages
      2. A WebPage Containt Html Tages,Hyper Links ,Media files, And Text 
      3. Any WebPage Excuted By Web Browser Software Programe
        1. <Html></Html>:- The Root Tage Of All Other Tage Of Every Valid Html Document
        2. <Head></Head>:-This Is Top Most Child Of Html Tage That is Used For Define Html Page Details like Meta Description (Details about Web Page Help Improved SEO) and Declaire InterNal Css And Java Script Links Or There Codes
        3. <Body></Body>:-This This Tage Used For Write Actual Content That To Be Show On WebPage ,And It Is Second Most Child Element OF Root Html Tage
        4. ex:-
          <html>
           <head> 
          <link></link>
           <script> </script>
           <style> </style>
           </head>
           <body> 
          <h1>Welcome To Html Demo Page</h1>
          <P>This Is Demo Page </P>
           </body>
           </html>

No comments:

Post a Comment

Thank You For Your Great Contribution

Featured Post

how to find n number of nodes have child or cildren

 how to find n number of nodes have child or cildren for that we use recursive function  const   data = {     'id' : '0' ,...

Popular Posts