Page 80 - COPA VOL II of II - TP -Punjabi
P. 80

ਆਉਟਪੁੱਟ
































       ਟਾਸਕ 5: CSS ਕਾਊਂਟਰ ਅਤੇ ਿੈੱਬਸਾਈਟ ਲੇਆਉਟ, ਮਲਟੀਪਲ ਬੈਕਗਰਰਾਊਂਡ ਅਤੇ ਸਟਾਈਲਸ਼ੀਟ ਨੂੰ ਇੱਕ ਿੱਿਰੀ ਫਾਈਲ ਭਿੱਚ ਪਾਉਣਾ
       CSS ਕਾਊਂਟ੍

       <!DOCTYPE html>                                      <h2>JavaScript</h2>
       <html>                                               <h2>jQuery</h2>
       <head>                                               <h2>React</h2>
       <style>                                              <h1>Programming Tutorials</h1>
       body {                                               <h2>Python</h2>
        counter-reset: section;                             <h2>Java</h2>
       }                                                    <h2>C++</h2>
       h1 {                                                 </body>
        counter-reset: subsection;                          </html>
       }
       h1::before {
        counter-increment: section;
        content: “Section “ counter(section) “. “;
         }
         h2::before {
        counter-increment: subsection;
        content: counter(section) “.” counter(subsection) “ “;
         }
         </style>
         </head>
         <body>
         <h1>HTML/CSS Tutorials</h1>
         <h2>HTML</h2>
         <h2>CSS</h2>
         <h2>Bootstrap</h2>
         <h2>W3.CSS</h2>
         <h1>Scripting Tutorials</h1>



       66                       IT ਅਤੇ ITES : COPA (NSQF - ਸੰਸ਼ੋਧਭਤ 2022) - ਅਿਭਆਸ 1.31.114
   75   76   77   78   79   80   81   82   83   84   85