How to use the tag to define HTML document title?</h1> <div class="qa_category"> <div id="divCategories"> <a href='https://www.tutorialspoint.com/articles/category/front-end-scripts' target='_blank'><span>Front End Scripts</span></a><a href='https://www.tutorialspoint.com/articles/category/Javascript' target='_blank'><span>Javascript</span></a><a href='https://www.tutorialspoint.com/articles/category/Web-Development' target='_blank'><span>Web Development</span></a></div> <hr/> <div id="adp_top_ads" style="text-align:center !important;overflow: hidden; max-height:99px;min-height:99px"></div> <script> var adPos = document.getElementById('adp_top_ads'); var ad_id_720 = "8014640d-fd34-4b2e-9b1b-cc67234a2325"; var ad_id_650 = "2d1bb2c4-eb72-471d-9c80-1bf5514728c1"; var ad_id_300 = "df94a1a9-ae2f-432d-9a92-d93823ff4503"; var width = window.innerWidth; var ad_id = ad_id_720; if( width <= 768 ){ ad_id = ad_id_300; adPos.style.minHeight = "250px"; adPos.style.maxHeight = "250px"; }else if( width <= 1435 ){ ad_id = ad_id_650; } adPos.innerHTML = '<div id="' + ad_id + '" class="_ap_apex_ad"></div>'; var adpushup = adpushup || {}; adpushup.que = adpushup.que || []; adpushup.que.push(function() { adpushup.triggerAd(ad_id); }); </script> </div> <p> <p>The <title> HTML element defines the document's title that is shown in a browser's title bar or a page's tab. It gives a brief and exact description of the documents content. It is also the default name used if the user wishes to bookmarks the web page.</p> <h3>Syntax</h3> <pre class="just-code notranslate language-html" data-lang="html" tabindex="0"><div class="code-mirror language-html" contenteditable="plaintext-only" spellcheck="false" style="outline: none; overflow-wrap: break-word; overflow-y: auto; white-space: pre-wrap;"><span class="token tag"><span class="token tag"><span class="token punctuation"><</span>title</span><span class="token punctuation">></span></span> Page title content <span class="token tag"><span class="token tag"><span class="token punctuation"></</span>title</span><span class="token punctuation">></span></span> </div></pre> <p>The <title> HTML plays an important role in on-page search engine optimization, it helps the search engine users decide to click to your site rather than another. Badly-formatted title tags can harm your search rankings and make your links less appealing even though it appears on Google's first page, so it's important to get them right in first place.</p><p></p><p>Search engine consider content page title while ranking the page, hence content of a title tag has great importance in SEO (search engine optimization). The longer, descriptive title have an edge over a shorter title. Title content is one of the components that helps search engine algorithms to organize how the web pages are to be displayed in search result. In addition to that title is also the first thing to grab the attention of the user on the search</p> <p>The different purposes of title tags make them important for SEO, usability, and social sharing. To sum up, title tags are used for −</p> <ul class="list"> <li>The brief title and description of a page as appears at the top of a browser window</li> <li>The default name for user-created bookmarks</li> <li>Search engine rankings</li> <li>The clickable headline of a search result</li> <li>The headline of a link when shared on social media</li> </ul> <h2>Tips to Create Great HTML Title Tag</h2> <ul class="list"> <li><b>Character length between 50 </b>− 60 characters - search engine would show only first 55 - 60 characters of a page title, hence try to have title not longer than that. If the title is long, then make sure that important information comes between 55 - 60 characters.</li> <li><b>Meaningful title </b>− Always have a descriptive phrase, or a term-definition pairing for glossary or reference-style pages.</li> <li><b>Include Important Keywords </b>− It always better to have your important keyword first in your title and the brand or company name can come the end. As user is mostly looking out for the products rather than the company or brand. Hence crucial keyword is to be placed first.</li> <li><b>Title related to page </b>− When create a title always bear in mind that the title should be related to the page or else search engine will display a different title in the search results.</li> <li><b>Human readable </b>− Remember that, while search engines rank your pages, human beings are the ones actually reading and using them. A human-readable title tag makes your page clickable on SERPs and memorable in bookmarks.</li> <li><b>Unique title for every page</b> − The title tag should always be appropriate to the page content, so each page needs its own individual title tag to help differentiate it from your other pages. It's also very likely that each page will need a few different keywords, so optimize each title tag accordingly.</li> </ul> <h3>Example 1</h3> <pre class="just-code notranslate language-html" data-lang="html" tabindex="0"><div class="code-mirror language-html" contenteditable="plaintext-only" spellcheck="false" style="outline: none; overflow-wrap: break-word; overflow-y: auto; white-space: pre-wrap;"><span class="token tag"><span class="token tag"><span class="token punctuation"><</span>title</span><span class="token punctuation">></span></span>Awesome interesting stuff<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>title</span><span class="token punctuation">></span></span> </div></pre> <h3>Example 2</h3> <pre class="just-code notranslate language-html" data-lang="html" tabindex="0"><div class="code-mirror language-html" contenteditable="plaintext-only" spellcheck="false" style="outline: none; overflow-wrap: break-word; overflow-y: auto; white-space: pre-wrap;"><span class="token tag"><span class="token tag"><span class="token punctuation"><</span>title</span><span class="token punctuation">></span></span>Comprehensive DevOps Prime Pack - Tutorialspoint<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>title</span><span class="token punctuation">></span></span> </div></pre> <h3>Example 3</h3> <pre class="just-code notranslate language-html" data-lang="html" tabindex="0"><div class="code-mirror language-html" contenteditable="plaintext-only" spellcheck="false" style="outline: none; overflow-wrap: break-word; overflow-y: auto; white-space: pre-wrap;"><span class="token tag"><span class="token tag"><span class="token punctuation"><</span>title</span><span class="token punctuation">></span></span> Shopping Cart details - Tutorialspoint <span class="token tag"><span class="token tag"><span class="token punctuation"></</span>title</span><span class="token punctuation">></span></span> </div></pre> <h2>Accessibility concerns</h2> <p>It is important to provide an accurate and concise title to describe the page's purpose.</p> <p>A common navigation technique for users of assistive technology is to read the page title and infer the content the page contains. This is because navigating into a page to determine its content can be a time consuming and potentially confusing process. Titles should be unique to every page of a website, ideally surfacing the primary purpose of the page first, followed by the name of the website. Following this pattern will help ensure that the primary purpose of the page is announced by a screen reader first. This provides a far better experience than having to listen to the name of a website before the unique page title, for every page a user navigates to in the same website.</p> <h3>Example</h3> <pre class="just-code notranslate language-html" data-lang="html" tabindex="0"><div class="code-mirror language-html" contenteditable="plaintext-only" spellcheck="false" style="outline: none; overflow-wrap: break-word; overflow-y: auto; white-space: pre-wrap;"><span class="token tag"><span class="token tag"><span class="token punctuation"><</span>title</span><span class="token punctuation">></span></span>Menu - Blue House Chinese Food - FoodYum: Online takeout today!<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>title</span><span class="token punctuation">></span></span> </div></pre> </p> <div class="clear"></div> <div class="qa_widget mui-panel prof-view-artcle"> <div class=""> <a href='https://www.tutorialspoint.com/authors/shakira-thasleem' target='_blank' title="Shakira Thasleem" class="mui--pull-left"><img class="profile-img1" src='https://www.tutorialspoint.com/assets/profiles/502799/profile/60_2216785-1660721262.png' alt='Shakira Thasleem' /></a> <div class="qa_author"> <a href='https://www.tutorialspoint.com/authors/shakira-thasleem' target='_blank'><span>Shakira Thasleem</span></a> <p class="prof-desigtn mb-0"><b></b></p> </div> </div> <div class="clear"></div> <div class="library-page-bottom-nav" id="divStats" data-qid="3205" data-quid = "502799" style="margin-block: 1rem !important;padding-top: 18px;align-items: center; border-top: 1px dashed #ccc;font-size: 14px;"> <div><span class="date">Updated on: </span>17-Aug-2022</div> <div class="flex-group"> <div class="uthor-prof-social-icon mt-2"> <span class="share-options"> <a onclick="copyToClipboard();" title="Copy To Clipboard" class=""><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M301.148 394.702l-79.2 79.19c-50.778 50.799-133.037 50.824-183.84 0-50.799-50.778-50.824-133.037 0-183.84l79.19-79.2a132.833 132.833 0 0 1 3.532-3.403c7.55-7.005 19.795-2.004 20.208 8.286.193 4.807.598 9.607 1.216 14.384.481 3.717-.746 7.447-3.397 10.096-16.48 16.469-75.142 75.128-75.3 75.286-36.738 36.759-36.731 96.188 0 132.94 36.759 36.738 96.188 36.731 132.94 0l79.2-79.2.36-.36c36.301-36.672 36.14-96.07-.37-132.58-8.214-8.214-17.577-14.58-27.585-19.109-4.566-2.066-7.426-6.667-7.134-11.67a62.197 62.197 0 0 1 2.826-15.259c2.103-6.601 9.531-9.961 15.919-7.28 15.073 6.324 29.187 15.62 41.435 27.868 50.688 50.689 50.679 133.17 0 183.851zm-90.296-93.554c12.248 12.248 26.362 21.544 41.435 27.868 6.388 2.68 13.816-.68 15.919-7.28a62.197 62.197 0 0 0 2.826-15.259c.292-5.003-2.569-9.604-7.134-11.67-10.008-4.528-19.371-10.894-27.585-19.109-36.51-36.51-36.671-95.908-.37-132.58l.36-.36 79.2-79.2c36.752-36.731 96.181-36.738 132.94 0 36.731 36.752 36.738 96.181 0 132.94-.157.157-58.819 58.817-75.3 75.286-2.651 2.65-3.878 6.379-3.397 10.096a163.156 163.156 0 0 1 1.216 14.384c.413 10.291 12.659 15.291 20.208 8.286a131.324 131.324 0 0 0 3.532-3.403l79.19-79.2c50.824-50.803 50.799-133.062 0-183.84-50.802-50.824-133.062-50.799-183.84 0l-79.2 79.19c-50.679 50.682-50.688 133.163 0 183.851z"/></svg></a> <a id="ancFBShare" onClick="window.open('http://www.facebook.com/sharer/sharer.php?u=https://www.tutorialspoint.com/how-to-use-the-title-tag-to-define-html-document-title&t=How to use the tag to define HTML document title?&description=How to use the tag to define HTML document title - The HTML element defines the document's title that is shown in a browser's title bar or a page's tab. It gives a brief and exact description of the documents content. It is also the default name used if the user wishes to bookmarks the web page. Syntax Page title content Th','sharer','toolbar=0,status=0,width=580,height=325');" href="javascript: void(0)" title="Share on Facebook"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg></a> <a onClick="window.open('http://www.linkedin.com/shareArticle?url=https://www.tutorialspoint.com/how-to-use-the-title-tag-to-define-html-document-title&title=How to use the tag to define HTML document title?&summary=How to use the tag to define HTML document title - The HTML element defines the document's title that is shown in a browser's title bar or a page's tab. It gives a brief and exact description of the documents content. It is also the default name used if the user wishes to bookmarks the web page. Syntax Page title content Th','sharer','toolbar=0,status=0,width=580,height=325');" href="javascript: void(0)" title="Share on LinkedIn"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg></a> <a onClick="window.open('http://www.twitter.com/intent/tweet?url=https://www.tutorialspoint.com/how-to-use-the-title-tag-to-define-html-document-title&text=How to use the tag to define HTML document title - The HTML element defines the document's title that is shown in a browser's title bar or a page's tab. It gives a brief and exact description of the documents content. It is also the default name used if the user wishes to bookmarks the web page. Syntax Page title content Th','sharer','toolbar=0,status=0,width=580,height=325');" href="javascript: void(0)" title="Share on Twitter"><svg fill="black" xmlns="http://www.w3.org/2000/svg" height="1.2em" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg></a> </span> </div> </div> </div> </div> <div class="related-articles"> <p class='related-heading big-font'>Related Articles</p><ul class="toc chapters"> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-title-tag-in-HTML-Page">How to use title tag in HTML Page?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-the-style-tag-to-define-style-information-for-an-HTML-page">How to use the tag to define style information for an HTML page?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-the-base-tag-to-define-the-base-URL-for-an-HTML-page">How to use the tag to define the base URL for an HTML page?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/how-to-define-a-title-for-a-document-using-html5">How to define a title for a document using HTML5?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-the-datalist-tag-in-HTML">How to use the tag in HTML?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-the-keygen-tag-in-HTML">How to use the tag in HTML?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-the-output-tag-in-HTML">How to use the tag in HTML?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-the-script-tag-to-define-client-side-JavaScript">How to use the tag to define client-side JavaScript?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-mark-work-title-using-cite-tag-in-HTML">How to mark work title using cite tag in HTML?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/how-to-define-the-root-of-an-html-document">How to define the root of an HTML document?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-an-HTML-tag-inside-HTML-table">How to use an HTML tag inside HTML table?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-do-we-add-document-title-in-HTML">How do we add document title in HTML?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-the-link-tag-to-define-a-relationship-to-an-external-resource">How to use the tag to define a relationship to an external resource?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-Meta-Tag-to-redirect-an-HTML-page">How to use Meta Tag to redirect an HTML page?</a></li> <li class='rel-articles'><a href="https://www.tutorialspoint.com/How-to-use-the-kbd-tag-for-keyboard-input-formatting-in-HTML">How to use the tag for keyboard input formatting in HTML?</a></li> </ul></ul> </div> <div class="library-cta"> <div> <h5 class="library-cta__title">Kickstart Your <span class="text-yellow-400">Career</span></h5> <p>Get certified by completing the course</p> <a target="_blank" href="https://www.tutorialspoint.com/latest/certifications" class="library-cta__button button button--yellow">Get Started</a> </div> <img src="/static/images/library-cta.svg" alt=""> </div> <div class="library-page-bottom-nav "> <button class="button button--blue" id="print-page"><svg fill="white" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M112 160V64c0-8.8 7.2-16 16-16H357.5c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c3 3 4.7 7.1 4.7 11.3V160h48V90.5c0-17-6.7-33.3-18.7-45.3L402.7 18.7C390.7 6.7 374.5 0 357.5 0H128C92.7 0 64 28.7 64 64v96h48zm16 208H384v96H128V368zm-16-48c-17.7 0-32 14.3-32 32H48V256c0-8.8 7.2-16 16-16H448c8.8 0 16 7.2 16 16v96H432c0-17.7-14.3-32-32-32H112zm320 80h48c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64V368c0 17.7 14.3 32 32 32H80v80c0 17.7 14.3 32 32 32H400c17.7 0 32-14.3 32-32V400z"/></svg>Print Page </button> <div class="flex-group"> <a href="/articles/index.php"><button class="button button--neutral"><svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path d="M1.03117 8.48836C0.64065 8.09783 0.64065 7.46467 1.03117 7.07414L7.39514 0.710183C7.78566 0.319658 8.41883 0.319658 8.80935 0.710183C9.19987 1.10071 9.19987 1.73387 8.80935 2.1244L3.15249 7.78125L8.80935 13.4381C9.19987 13.8286 9.19987 14.4618 8.80935 14.8523C8.41882 15.2428 7.78566 15.2428 7.39513 14.8523L1.03117 8.48836ZM3.12109 8.78125L1.73828 8.78125L1.73828 6.78125L3.12109 6.78125L3.12109 8.78125Z" fill="black" /></svg>Previous </button></a> <a href="https://www.tutorialspoint.com/How-to-use-the-link-tag-to-define-a-relationship-to-an-external-resource"><button class="button ">Next <svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path d="M8.87117 8.48836C9.26169 8.09783 9.26169 7.46467 8.87117 7.07414L2.50721 0.710183C2.11668 0.319658 1.48352 0.319658 1.09299 0.710183C0.70247 1.10071 0.70247 1.73387 1.09299 2.1244L6.74985 7.78125L1.093 13.4381C0.702471 13.8286 0.702471 14.4618 1.093 14.8523C1.48352 15.2428 2.11668 15.2428 2.50721 14.8523L8.87117 8.48836ZM6.78125 8.78125L8.16406 8.78125L8.16406 6.78125L6.78125 6.78125L6.78125 8.78125Z" fill="white" /></svg></button></a> </div> </div> <div class="error-success" id="error-success" style="display: none;"></div> <div class="error-warning" id="error-warning"></div> <script src="/articles/js/article.js?v=2.7"> </script> <div class="bottom-library-ads mt" style="margin:5px;"> <div class="google-bottom-ads" id="google-bottom-ads" style="height:280px;"> <div>Advertisements</div> <div> <div id="adp_bottom_ads"></div> <script> var adPos = document.getElementById('adp_bottom_ads'); var mobile_ad_id = "6d621d7e-9531-4f26-810f-68af67dc6366"; var desktop_ad_id = "4951d1d6-24d4-4a31-afb7-2c22c489eae1"; var adpushup = adpushup || {}; adpushup.que = adpushup.que || []; adpushup.que.push(function() { var ad_id = window.innerWidth <= 768 ? mobile_ad_id : desktop_ad_id; adPos.innerHTML = '<div id="' + ad_id + '" class="_ap_apex_ad"></div>'; adpushup.triggerAd(ad_id); }); </script> </div> </div> </div> </div> <div> <div class="data-sticky" id="google-right-ads"> <div class="google-right-ad" style="margin: 0px auto !important;margin-top:5px;min-height:280px!important"> <div id="2557b9b8-4c1f-4586-a953-f123dbd2ed8e" class="_ap_apex_ad"> <script> if( window.innerWidth > 768 ){ var adpushup = adpushup || {}; adpushup.que = adpushup.que || []; adpushup.que.push(function() { adpushup.triggerAd("2557b9b8-4c1f-4586-a953-f123dbd2ed8e"); }); } </script> </div> </div> <div class="google-right-ad" style="margin-top:16px;min-height:280px!important"> <div id="b078e6a3-e1b7-40fe-b690-11ac441ad2d5" class="_ap_apex_ad"> <script> if( window.innerWidth > 768 ){ var adpushup = adpushup || {}; adpushup.que = adpushup.que || []; adpushup.que.push(function() { adpushup.triggerAd("b078e6a3-e1b7-40fe-b690-11ac441ad2d5"); }); } </script> </div> </div> <div class="google-right-ad" style="margin-top:16px;margin-bottom:15px;min-height:600px!important"> <div id="8f8814c2-d64c-4d26-9cb9-543653c0b48f" class="_ap_apex_ad"> <script> if( window.innerWidth > 768 ){ var adpushup = adpushup || {}; adpushup.que = adpushup.que || []; adpushup.que.push(function() { adpushup.triggerAd("8f8814c2-d64c-4d26-9cb9-543653c0b48f"); }); } </script> </div> </div> </div> </div> </div> </div> </main> <footer class="footer bg-neutral-800"> <div class="footer__main container flow fol-col"> <div class="flow" style="align-items: flex-start;"> <img class="footer__logo" src="/static/images/logo-footer.svg" alt="tutorials point logo"> <p class="">Tutorials Point is a leading Ed Tech company striving to provide the best learning material on technical and non-technical subjects.</p> <h5 class="fs-600 fw-600">About us</h5> <div class="foot-count"> <ul class="footer-nav__list"> <li class="footer-nav__item"><a href="/about/index.htm" target="_blank" title="Company"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Company</a></li> <li class="footer-nav__item"><a href="/about/about_team.htm" target="_blank" title="Our Team"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Our Team</a></li> <li class="footer-nav__item"><a href="/about/about_careers.htm" target="_blank" title="Careers"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Careers</a></li> <li class="footer-nav__item"><a href="/job_search.php" target="_blank" title="Jobs"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Jobs</a></li> <li class="footer-nav__item"><a href="/about/contact_us.htm" target="_blank" title="Contact us"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Contact Us</a></li> </ul> <ul class="footer-nav__list"> <li class="footer-nav__item"><a href="/about/about_terms_of_use.htm" title="Terms of Use"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Terms of use</a></li> <li class="footer-nav__item"><a href="/about/about_privacy.htm" title="Privacy Policy"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Privacy Policy</a></li> <li class="footer-nav__item"><a href="/about/return_refund_policy.htm" title="Refund Policy"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Refund Policy</a></li> <li class="footer-nav__item"><a href="/about/about_cookies.htm" title="Cookies Policy"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Cookies Policy</a></li> <li class="footer-nav__item"><a href="/about/faq.htm" title="FAQ's"><svg width="14" height="14" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>FAQ's</a></li> </ul> </div> <ul class="footer-nav__list contact"> <li class="contact__item"> <svg fill="white" xmlns="http://www.w3.org/2000/svg" height="1.25em" viewBox="0 0 384 512"><path d="M336 192c0-79.5-64.5-144-144-144S48 112.5 48 192c0 12.4 4.5 31.6 15.3 57.2c10.5 24.8 25.4 52.2 42.5 79.9c28.5 46.2 61.5 90.8 86.2 122.6c24.8-31.8 57.8-76.4 86.2-122.6c17.1-27.7 32-55.1 42.5-79.9C331.5 223.6 336 204.4 336 192zm48 0c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192zm-160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-112 0a80 80 0 1 1 160 0 80 80 0 1 1 -160 0z"/></svg> Tutorials Point India Private Limited, Incor9 Building, Kavuri Hills, Madhapur, Hyderabad, Telangana - 500081, INDIA </li> </ul> <ul class="social__list"> <li> <a class="social__link" target="_blank" href="https://www.facebook.com/tutorialspointindia" rel="nofollow" title="Follow on Facebook"><svg fill="white" xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 512 512"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg></a> </li> <li> <a class="social__link" target="_blank" href="https://www.instagram.com/tutorialspoint_/" rel="nofollow" title="Follow on Instagram"><svg fill="white" xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg></a> </li> <li> <a class="social__link" target="_blank" href="https://twitter.com/tutorialspoint" rel="nofollow" title="Follow on Twitter"><svg fill="white" xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg></a> </li> <li> <a class="social__link" target="_blank" href="https://www.youtube.com/channel/UCVLbzhxVTiTLiVKeGV7WEBg" rel="nofollow" title="Subscribe to our Youtube Channel"><svg fill="white" xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg></a> </li> <li> <a class="social__link" target="_blank" href="https://www.linkedin.com/company/tutorialspoint/" rel="nofollow" title="Follow on LinkedIn"><svg fill="white" xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 448 512"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg></a> </li> </ul> <div class="flex-group"> <button class="button-reset"><a href="https://play.google.com/store/apps/details?id=com.tutorialspoint.onlineviewer" target="_blank" title="Download Android App" rel="nofollow"><img src="/static/images/googleplay.svg" alt="Download Android App"></a></button> <button class="button-reset"><a href="https://itunes.apple.com/us/app/tutorials-point/id914891263?ls=1&mt=8" target="_blank" title="Download IOS App" rel="nofollow"><img src="/static/images/appstore.svg" alt="Download IOS App"></a></button> </div> </div> <div class="footer-nav foot-new" style="position:relative"> <div class="foot-links-navigate"> <a href="https://www.tutorialspoint.com/tutorialslibrary.htm" title="Tutorials Library"> Tutorials</a> <a href="https://www.tutorialspoint.com/articles/index.php" title="Articles"> Articles</a> <a href="https://www.tutorialspoint.com/job_search.php" title="Jobs Search"> Jobs</a> <a href="https://www.tutorialspoint.com/latest/courses" title="Courses"> Courses</a> <a href="https://www.tutorialspoint.com/latest/certifications" title="Certifications"> Certifications</a> <a href="https://www.tutorialspoint.com/market/business/subscription.jsp" title="Annual Membership Subscription"> Annual Membership</a> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Languages</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/python/index.htm" title="Python"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Python Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/java/index.htm" title="Java"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Java Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/cplusplus/index.htm" title="C++"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>C++ Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/cprogramming/index.htm" title="C Programming"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>C Programming Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/csharp/index.htm" title="C#"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>C# Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/php/index.htm" title="PHP"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>PHP Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/r/index.htm" title="R Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>R Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/go/index.htm" title="Go Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Go Tutorial</a> </li> </ul> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Web Technologies</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/html/index.htm" title="HTML"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>HTML Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/css/index.htm" title="CSS"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>CSS Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/javascript/index.htm" title="JavaScript"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>JavaScript Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/reactjs/index.htm" title="ReactJS Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>ReactJS Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/bootstrap/index.htm" title="Bootstrap Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Bootstrap Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/angularjs/index.htm" title="AngularJS Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>AngularJS Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/nodejs/index.htm" title="Node.js"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Node.js Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/typescript/index.htm" title="TypeScript Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>TypeScript Tutorial</a> </li> </ul> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Database</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/sql/index.htm" title="SQL"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>SQL Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/mysql/index.htm" title="MySQL Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>MySQL Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/dbms/index.htm" title="DBMS"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>DBMS Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/mongodb/index.htm" title="MongoDB"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>MongoDB Tutorial </a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/sqlite/index.htm" title="SQLite Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>SQLite Tutorial </a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/plsql/index.htm" title="PL/SQL Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>PL/SQL Tutorial </a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/postgresql/index.htm" title="PostgreSQL Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>PostgreSQL Tutorial </a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/excel/index.htm" title="Excel Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Excel Tutorial </a> </li> </ul> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Editors</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/online_sql_editor.htm" title="Online SQL Editor"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online SQL Editor</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/online_html_editor.php" title="Online Html Editor"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Html Editor</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/online_css_editor.php" title="Online Css Editor"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Css Editor</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/online_javascript_editor.php" title="Online Javascript Editor"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Javascript Editor</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/online_latex_editor.php" title="Online Latext Editor"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Latext Editor</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/online_tex_editor.php" title="Online TEX Editor"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online TEX Editor</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/online_mathml_editor.php" title="Online Mathml Compiler"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Mathml Compiler</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/online_markdown_editor.php" title="Online Markdown Editor"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Markdown Editor</a> </li> </ul> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Trending Technologies</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/cloud_computing/index.htm" title="Cloud Computing Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Cloud Computing Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/amazon_web_services/index.htm" title="Amazon Web Services Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Amazon Web Services Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/microsoft_azure/index.htm" title="Microsoft Azure Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Microsoft Azure Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/git/index.htm" title="Git Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Git Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/ethical_hacking/index.htm" title="Ethical Hacking Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Ethical Hacking Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/docker/index.htm" title="Docker Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Docker Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/kubernetes/index.htm" title="Docker Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Kubernetes Tutorial</a> </li> </ul> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Compilers</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/java/online-java-compiler.php" title="Online Java Compiler"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Java Compiler</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/compile_c_online.php" title="Online C Compiler"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online C Compiler</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/compile_cpp_online.php" title="Online C++ Compiler"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online C++ Compiler</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/compile_csharp_online.php" title="Online C# Compiler"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online C# Compiler</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/execute_php_online.php" title="Online Php Compiler"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Php Compiler</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/execute_matlab_online.php" title="Online Matlab Compiler"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Matlab Compiler</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/execute_bash_online.php" title="Online Bash Compiler"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Bash Compiler</a> </li> </ul> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Terminals</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/linux_terminal_online.php" title="Online Unix Terminal"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Unix Terminal</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/python_terminal_online.php" title="Online Python3 Terminal"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Python3 Terminal</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/php_terminal_online.php" title="Online Php Terminal"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Php Terminal</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/nodejs_terminal_online.php" title="Online Nodejs Terminal"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Nodejs Terminal</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/r_terminal_online.php" title="Online R Terminal"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online R Terminal</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/numpy_terminal_online.php" title="Online Numpy Terminal"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Numpy Terminal</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/octave_terminal_online.php" title="Online Octave Terminal"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Online Octave Terminal</a> </li> </ul> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Data Science & ML</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/natural_language_processing/index.htm" title="NLP Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>NLP Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/numpy/index.htm" title="NumPy Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>NumPy Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/python_pandas/index.htm" title="Python Pandas Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Python Pandas Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/machine_learning/index.htm" title="Machine Learning Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Machine Learning Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/big_data_analytics/index.htm" title="Big Data Analytics Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Big Data Analytics Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/cryptography/index.htm" title="Cryptography Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Cryptography Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/power_bi/index.htm" title="Power BI Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Power BI Tutorial</a> </li> </ul> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Computer Science</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/data_structures_algorithms/index.htm" title="Data Structure Algorithms Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>DSA Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/spring_boot/index.htm" title="Spring Boot Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Spring Boot Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/sdlc/index.htm" title="SDLC Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>SDLC Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/unix/index.htm" title="Unix Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Unix Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/operating_system/index.htm" title="Operating System Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Operating System Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/assembly_programming/index.htm" title="Assembly Programming Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Assembly Programming Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/digital_circuits/index.htm" title="Digital Circuits Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Digital Circuits Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/microprocessor/index.htm" title="Microprocessor Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>Microprocessor Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/system_analysis_and_design/index.htm" title="System Analysis and Design Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>System Analysis and Design Tutorial</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/flutter/index.htm" title="Flutter Tutorial"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /> </svg>Flutter Tutorial</a> </li> </ul> </div> <div class="foot-col-3 mt"> <h5 class="fs-400 fw-600">Top Certifications</h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href=" https://www.tutorialspoint.com/certification/business-analytics-certification-2023/index.asp" title="Business Analytics Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Business Analytics Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/ultimate-guide-to-java-and-spring-boot-for-2022/index.asp" title="Java & Spring Boot Advanced Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Java & Spring Boot Advanced Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/all-in-one-data-science-guide-for-2022/index.asp" title="Data Science Advanced Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Data Science Advanced Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/cloud-computing-and-devops-advanced-certification/index.asp" title="Advanced Certification In Cloud Computing And DevOps"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Advanced Certification In Cloud Computing And DevOps</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/advanced-certification-in-business-analytics/index.asp" title="Advanced Certification In Business Analytics"><svg height="18" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Advanced Certification In Business Analytics</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/artificial-intelligence-and-machine-learning-certification/index.asp" title="Artificial Intelligence And Machine Learning Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Artificial Intelligence And Machine Learning Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/devops-certification/index.asp" title="DevOps Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>DevOps Certification</a> </li> </ul> </div> <div class="col-md-3 mt m-gap"> <h5 class="fs-400 fw-600"> </h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/game-development-prime-pack/index.asp" title="Game Development Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Game Development Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/frontend-developer-certification/index.asp" title="Front-End Developer Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Front-End Developer Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/aws-prime-pack/index.asp" title="AWS Certification Training"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>AWS Certification Training</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/complete-python-prime-pack/index.asp" title="Python Programming Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Python Programming Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/generative-ai-certification/index.asp" title="Generative AI Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Generative AI Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/microsoft-excel-certification-training/index.asp" title="Microsoft Excel Certification Training"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Microsoft Excel Certification Training</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/java-prime-pack/index.asp" title="Java Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Java Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/cyber-security-certification/index.asp" title="Cyber Security Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Cyber Security Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/all-in-one-coding-certification/index.asp" title="Coding For Beginners Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Coding For Beginners Certification</a> </li> </ul> </div> <div class="col-md-3 mt m-gap"> <h5 class="fs-400 fw-600"> </h5> <ul class="footer-nav__list"> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/java-prime-pack/index.asp" title="JavaScript Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>JavaScript Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/apache-prime-pack/index.asp" title="Apache Spark Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Apache Spark Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/python-developer-s-guide-for-2022/index.asp" title="Advanced Python Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Advanced Python Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/backend-developer-certification/index.asp" title="Back-End Developer Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Back-End Developer Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/frontend-developer-certification/index.asp" title="Front-End Developer Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Front-End Developer Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/web-developer-guide-for-2022/index.asp" title="Web Developer Advanced Certification"><svg width="18" height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Web Developer Advanced Certification</a> </li> <li class="footer-nav__item"> <a href=" https://www.tutorialspoint.com/certification/linux-system-administrator-certification/index.asp" title="Linux System Administrator Certification"><svg height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Linux System Administrator Certification</a> </li> <li class="footer-nav__item"> <a href="https://www.tutorialspoint.com/certification/automation-testing-certification-training/index.asp" title="Automation Testing Certification Training"><svg height="16" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52246 5.06689L6.08496 8.50439L2.64746 5.06689" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" /></svg>Automation Testing Certification Training</a> </li> </ul> </div> </div> </div> <div class="footer__legal-wrapper "> <div class="footer__legal ff-nunito"> <p class="footer__copyright ">© Copyright 2024. All Rights Reserved.</p> </div> </div> </footer> <script sync src="/static/js/lib-script.js?v12.05"></script> <script src="https://accounts.google.com/gsi/client" async defer></script> <script> if(getCookie('user_id') == '' || getCookie('user_id') == null){ window.onload = function() { initializeGoogleOneTap(); }; } </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-E4SW76VCNP"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-E4SW76VCNP'); </script> </body> </html>