Chapter 10 Networked Programs

Requests 唯一的一个非转基因的 Python HTTP 库,人类可以安全享用。

警告:非专业使用其他 HTTP 库会导致危险的副作用,包括:安全缺陷症、冗余代码症、重新发明轮子症、啃文档症、抑郁、头疼、甚至死亡。

Requests 允许你发送纯天然,植物饲养的 HTTP/1.1 请求,无需手工劳动。你不需要手动为 URL 添加查询字串,也不需要对 POST 数据进行表单编码。Keep-alive 和 HTTP 连接池的功能是 100% 自动化的,一切动力都来自于根植在 Requests 内部的 urllib3。

# Program
import requests
r = requests.get('https://w3schools.com')
print(r.status_code)
print(r.headers['content-type'])
print(r.content)
print(r.text)
200
text/html
b'\n<!DOCTYPE html>\n<html lang="en-US">\n<head>\n<title>W3Schools Online Web Tutorials</title>\n<meta charset="utf-8">\n<meta name="viewport" content="width=device-width, initial-scale=1">\n<meta name="title" property="og:title" content="W3Schools.com">\n<meta name="Keywords" content="HTML, Python, CSS, SQL, JavaScript, How to, PHP, Java, C, C++, C#, jQuery, Bootstrap, Colors, W3.CSS, XML, MySQL, Icons, NodeJS, React, Graphics, Angular, R, AI, Git, Data Science, Code Game, Tutorials, Programming, Web Development, Training, Learning, Quiz, Exercises, Courses, Lessons, References, Examples, Learn to code, Source code, Demos, Tips, Website">\n<meta name="Description" content="Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.">\n<meta property="og:image" content="https://www.w3schools.com/images/w3schools_logo_436_2.png">\n<meta property="og:image:type" content="image/png">\n<meta property="og:image:width" content="436">\n<meta property="og:image:height" content="228">\n<meta property="og:description" content="W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.">\n<link rel="icon" href="https://www.w3schools.com/favicon.ico">\n<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">\n<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">\n<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">\n<link rel="manifest" href="/site.webmanifest">\n<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#04aa6d">\n<meta name="msapplication-TileColor" content="#00a300">\n<meta name="theme-color" content="#ffffff">\n<link rel="preload" href="/lib/fonts/fontawesome.woff2?14663396" as="font" type="font/woff2" crossorigin> \n<link rel="preload" href="/lib/fonts/source-code-pro-v14-latin-regular.woff2" as="font" type="font/woff2" crossorigin> \n<link rel="preload" href="/lib/fonts/roboto-mono-v13-latin-500.woff2" as="font" type="font/woff2" crossorigin> \n<link rel="preload" href="/lib/fonts/source-sans-pro-v14-latin-700.woff2" as="font" type="font/woff2" crossorigin> \n<link rel="preload" href="/lib/fonts/source-sans-pro-v14-latin-600.woff2" as="font" type="font/woff2" crossorigin>\n<link rel="preload" href="/lib/fonts/SourceSansPro-Regular.woff2" as="font" type="font/woff2" crossorigin>\n<link rel="preload" href="/lib/fonts/freckle-face-v9-latin-regular.woff2" as="font" type="font/woff2" crossorigin> \n<link rel="stylesheet" href="/lib/topnav/main.css?v=1.0.35">\n<link rel="stylesheet" href="/lib/my-learning/main.css?v=1.0.30">\n<link rel="stylesheet" href="/lib/pathfinder/main.css?v=1.0.3">\n<link rel="stylesheet" href="/lib/w3schools32.css?v=1.0.1">\n<link rel="stylesheet" href="/plus/plans/main.css">\n\n<!-- Google Tag Manager -->\n<script>\n(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-KTCFC3S\');\n\nvar subjectFolder = location.pathname;\nsubjectFolder = subjectFolder.replace("/", "");\nif (subjectFolder.startsWith("python/") == true ) {\n  if (subjectFolder.includes("/numpy/") == true ) {\n    subjectFolder = "numpy/"\n  } else if (subjectFolder.includes("/pandas/") == true ) {\n      subjectFolder = "pandas/"\n  } else if (subjectFolder.includes("/scipy/") == true ) {\n      subjectFolder = "scipy/"\n  }\n}\nsubjectFolder = subjectFolder.substr(0, subjectFolder.indexOf("/"));\nvar k42 = false;\n</script>\n<!-- End Google Tag Manager -->\n\n<script src="/lib/uic.js?v=1.0.5"></script>\n\n<script src="/lib/common-deps.js?v=1.0.5"></script>\n<script src="/lib/user-session.js?v=1.0.34"></script>\n<script src="/lib/my-learning/main.js?v=1.0.29"></script>\n\n\n<style>\n/* Customize w3schools23.css */\n#nav_tutorials,\n#nav_references,\n#nav_exercises {\n  margin-top: 0;\n}\n\n@media screen and (min-width: 769px) {\n  .w3-bar-block .w3-button {\n    padding: 0 16px !important;\n  }\n}\n#belowtopnav {\n padding:0;\n}\n\n\n#main {\n  padding: 0;\n  border-right: none;\n  width:100%;\n  margin-top:88px; \n}\n\n#mypagediv2,#user-profile-bottom-wrapper {\n  height:0px; overflow:hidden;display:block;\n}\n#footer {\n  padding:0;\n}\n\n.herosection {\n  background-image:url(\'/images/lynx_in_space.webp\'), url(\'/images/background_in_space.webp\');\n  background-repeat: no-repeat, repeat ;\n  background-position: 90% 60%, center center /*left  top*/;\n  padding-top:90px;\n  padding-bottom:90px;\n}\n\n@media screen and (max-width: 992px) {\n  .herosection {\n    background-image:url(\'/images/background_in_space.webp\');\n    background-position:center center /*left top*/;\n  }\n}\n\n\n/* Customize W3.CSS */\n.w3-col.l4 .w3-card-2 {\n  padding: 15px 10px;\n  height: 260px;\n}\n\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  font-family: \'Source Sans Pro\', sans-serif;\n}\n\nh1 {\n  font-size: 80px;\n  margin: 2px 0 -20px 0 !important;\n}\n\n.learn h1  {\n  margin: 10px 0 !important;\n}\n\n\n.green-border {\n  border-left: 4px solid #04AA6D;\n}\n\n.w3-round, .w3-round-medium {\n  border-radius: 5px;\n}\n\n.tryit-button {\n  background-color: #04AA6D;\n  color: white;\n  border-radius: 25px;\n  font-size: 18px;\n  width:200px;\n}\n\n.tut-button {\n  background-color: #04AA6D;\n  color: white;\n  font-size: 18px;\n  margin: auto;\n  display: block;\n  width: 200px;\n  border-radius: 25px;\n}\n\n.w3csstut {\n  height: 390px;\n}\n\n.tut-button:hover,.tryit-button:hover,.exercise-button:hover,#getdiploma a:hover {\n  background-color: #059862 !important;\n  color:white!important;\n}\n\n.bar-item-hover:hover {\n  background-color: #04AA6D!important;\n  color:white!important;\n}\n\n.bar-icon-hover:hover {\n  background-color: black!important;\n  color:white!important;\n}\n\n.w3-bar .fa-logo:hover {\n  color:#059862!important;\n}\n\n.mystyle,.mystyle:hover {\n  background-color: #282A35!important;\n  color:white!important;\n}\n\n.ref-button {\n  background-color: white;\n  font-size: 18px;\n  margin: auto;\n  display: block;\n  width: 200px;\n  border-radius: 25px;\n  color: #000;\n}\n\n.ref-button:hover {\n  background-color: #E7E9EB!important;\n  color: black;\n}\n\n.black-color {\n  background-color: #282A35;\n  color: white;\n}\n\n.black-color:hover {\n  background-color: #000!important;\n  color: white!important;\n}\n\n.grey-color {\n  background-color: #E7E9EB;\n  color: black\n}\n\n.exercise-button {\n  padding: 70px 50px;\n  font-size: 35px;\n  width:87%;\n  opacity:0.97;\n}\n\n\n\n@media screen and (max-width:768px) {\n  h1,\n  .w3-jumbo {\n    font-size: 60px !important;\n  }\n}\n\n#w3_cert_badge_default {\n  position: absolute;\n  right: 25px;\n  width: 220px;\n  transform: rotate(10deg);\n  bottom: -130px;\n}\n\n#w3_cert_arrow_default {\n  position: absolute;\n  right: 200px;\n  width: 220px;\n  transform: rotate(10deg);\n  bottom: -50px;\n  z-index: 1;\n}\n\n#howto_padding {\n  padding: 0px 24px 100px 24px\n}\n\n#getdiploma {\n  position: relative;\n  padding: 0 60px 50px 60px;\n  margin-bottom: 85px;\n  background-color: #282A35;\n  color: #FFC0C7;\n  font-family: \'Source Sans Pro\', sans-serif;\n}\n\n#getdiploma p {\n  font-size: 52px;\n  margin-top: 1em;\n  margin-bottom: 1em;\n  font-family: \'Source Sans Pro\', sans-serif;\n}\n\n#getdiploma h2 {\n  font-size: 62px;\n  margin-top: 1em;\n  margin-bottom: 1em;\n  font-family: \'Source Sans Pro\', sans-serif;\n}\n\n#getdiploma a {\n  border-radius: 50px;\n  font-size: 18px;\n  background-color: #04AA6D;\n  padding: 17px 55px\n}\n\n\n@media screen and (max-width: 992px) {\n  #w3_cert_arrow_default {\n    right:128px;\n    bottom:-80px\n  }\n  .w3csstut {\n  height: auto;\n}\n  #w3_cert_badge_default {\n    width: 150px;\n    right: 2%;\n    bottom:-110px\n  }\n\n}\n\n\n@media screen and (max-width: 800px) {\n  #w3_cert_arrow_default {\n    display: none;\n  }\n  #getdiploma h2 {\n    font-size: 55px;\n  }\n}\n\n\n@media screen and (max-width: 600px) {\n  #w3_cert_badge_default {\n    top: -95px;\n    right: 10px;\n    width: 100px;\n  }\n  \n  #howto_padding {\n    padding: 0px 24px 90px 24px\n  }\n\n  #getdiploma p {\n    font-size: 40px;\n  }\n  #getdiploma a {\n    width: 100%;\n     margin-bottom:45px;\n  }\n  div.ext_icon_container {\n    background-color:transparent!important;\n  }\n}\n.tutbuttons a{\n  text-decoration:none;\n}\n\n.tutbuttons a div {\n  opacity:0.9;\n}\n\n.tutbuttons a:hover div {\n  opacity:1;\n}\n\n.ws-yellow-hover:hover {\n  background-color:#fff080!important;\n  color:black!important;\n}\n\n.ws-pink-hover:hover {\n  background-color:#ffb3bb!important;\n  color:black!important;\n}\n\n#google_translate_element {\n  z-index:7!important;\n}\n\n@media screen and (max-width: 860px) {\n  .ws-hide-860 {\n    display: none !important;\n  }\n \n}\n@media screen and (max-width: 1080px) {\n  .ws-hide-1080 {\n    display: none !important;\n  }\n}\n@media screen and (max-width: 1160px) {\n  .ws-hide-1160 {\n    display: none !important;\n  }\n}\n@media screen and (max-width: 1200px) {\n  .ws-hide-1200 {\n    display: none !important;\n  }\n}\n@media screen and (max-width: 1300px) {\n  .ws-hide-1300 {\n    display: none !important;\n  }\n}\n@media screen and (max-width: 1350px) {\n  .ws-hide-1350 {\n    display: none !important;\n  }\n}\n\n@media screen and (max-width: 950px) {\n  .ws-hide-950 {\n    display: none !important;\n  }\n}\n#howto_iframe {\n   width: 100%;\n   border: 6px solid #e3e6e8;\n   height: 400px;\n   border-bottom-left-radius:4px;\n   border-bottom-right-radius:4px;\n}\n\n.vl-howto {\n  border-left: 50px solid #282A35;\n  height: 80px;\n  position: absolute;\n  top:-6px;\n  left:50%;\n  margin-left:-25px;\n}\n.vl-howtobtn {\n  width:50%;\n  margin-top:73px;\n}\n\n@media screen and (max-width: 1400px) {\n  .ws-hide-1400 {\n    display: none !important;\n  }\n}\n\n@media screen and (max-width: 1250px) {\n  .ws-hide-1250 {\n    display: none !important;\n  }\n}\n@media screen and (max-width: 900px) {\n  #howto_iframe {\n    height: 360px;\n  }\n}\n@media screen and (max-width: 800px) {\n  #howto_iframe {\n    height: 320px;\n  }\n}\n@media screen and (max-width: 700px) {\n  #howto_iframe {\n    height: 280px;\n  }\n  .codeeditorbr-input {\n    margin-left: 15px;\n  }\n  .vl-howto {\n    height:45px;\n  }\n.vl-howtobtn {\n  margin-top:37px;\n}\n}\n@media screen and (max-width:584px) {\n  #howto_iframe {\n    height: 245px;\n  }\n}\n@media screen and (max-width:500px) {\n  #howto_iframe {\n    height: 215px;\n  }\n}\n@media screen and (max-width:450px) {\n  #howto_iframe {\n    height: 203px;\n  }\n}\n.codeeditorbr-container {\n  border-top-left-radius: 4px;\n  border-top-right-radius: 4px;\n}\n\n.codeeditorbr-row {\n  padding: 10px;\n  background: #f1f1f1;\n  border-top-left-radius: 4px;\n  border-top-right-radius: 4px;\n}\n\n.codeeditorbr-column {\n  float: left;\n}\n\n.codeeditorbr-left {\n  width: 20%;\n}\n\n.codeeditorbr-middle {\n  width: 80%;\n}\n\n@media screen and (max-width: 800px) {\n  .codeeditorbr-left {\n    width: 24%;\n  }\n\n  .codeeditorbr-middle {\n    width: 76%;\n  }\n}\n\n.codeeditorbr-row:after {\n  content: "";\n  display: table;\n  clear: both;\n}\n\n.codeeditorbr-dot {\n  margin-top: 5px;\n  height: 15px;\n  width: 15px;\n  background-color: #bbb;\n  border-radius: 50%;\n  display: inline-block;\n  margin-left: 3px;\n}\n\n.codeeditorbr-input {\n  width: 80%;\n  border-radius: 3px;\n  border: none;\n  background-color: white;\n  margin-top: -8px;\n  height: 22px;\n  color: #666;\n  font-size: 14px;\n  padding: 5px;\n}\n\n.hover-yellow:hover {\n  background-color: #fff080 !important;\n  color: black !important;\n}\n\n.codeeditorbr-tablink {\n  font-size: 17px;\n  font-family: \'Source Sans Pro\', sans-serif;\n  border: none;\n  display: inline-block;\n  padding: 6px 18px;\n  vertical-align: middle;\n  overflow: hidden;\n  text-decoration: none;\n  color: inherit;\n  text-align: center;\n  cursor: pointer;\n  white-space: nowrap;\n  -webkit-touch-callout: none;\n  -webkit-user-select: none;\n  -khtml-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none;\n  color: #ffffff;\n}\n\n.codeeditorbr-tablink:hover {\n  background-color: #E7E9EB !important\n}\n\n.hover-yellow:hover {\n  background-color:#fff080!important;\n  color:black!important;\n}\n#bgcodeimg {\n  background: #282A35 url("/about/w3codes.webp") no-repeat fixed center;\n}\n#bgcodeimg2 {\n  background: #282A35 url("https://www.w3schools.com/spaces/files/priscilla-du-preez-XkKCui44iM0-unsplash.921aa0c0.webp") no-repeat fixed center;\n}\n\nform.example {\n  position:relative;\n}\nform.example input[type=text] {\n  padding: 10px;\n  font-size: 17px;\n  border: 1px solid #282A35;\n  border-radius:25px;\n  float: left;\n  width: 80%;\n  padding-left:25px;\n  background: white;\n  border-top-right-radius:0;\n  border-bottom-right-radius:0;\n  border-right:0;\n  border-right: 1px solid #04AA6D;\n  outline:0;\n}\n\nform.example button {\n  border-radius:25px;\n  float: left;\n  width: 20%;\n  padding: 10px;\n  background:#04AA6D;\n  color: white;\n  font-size: 17px;\n  border: 1px solid #282A35;\n  border-left: none;\n  cursor: pointer;\n  border-top-left-radius:0;\n  border-bottom-left-radius:0;\n}\n\nform.example button:hover {\n  background: #059862;\n  color: white;\n}\n\nform.example::after {\n  content: "";\n  clear: both;\n  display: table;\n}\n\n#listofsearchresults {\n  display:none;\n  position:absolute;\n  background-color:#282A35;\n  background-color:#fff;\n  color:#000;\n  width:80%;\n  top:47px;\n  border-left: 1px solid #282A35;\n  border-right: 1px solid #282A35;\n  border-bottom: 1px solid #282A35;\n  text-align:left;\n}\n#listofsearchresults a {\n  background-color:#e2e3e9;\n  background-color:#fff;\n  color:#777;\n  text-decoration:none;\n  display:block;\n  padding:10px 30px;\n  width:100%;\n  opacity:0.95;\n}\n#listofsearchresults a:hover {\n  color:#000;\n  opacity:1;\n}\n.span_search {\n  background-color:#ffecee;\n}\n.search_active {\n  background-color:#ffecee!important;\n  color:#000!important;\n}\n.search_active .span_search {\n  background-color:#ffccd1;\n}\n\n.learntocodeh1 {\n  font-size:70px;\n  font-weight:700;\n}\n\n.learntocodeh3 {\n  color:#FFF4A3;\n  font-weight:700;\n  margin-top:30px!important;\n  font-size:23px;\n}\n.learntocodeh4 {\n  color:white;\n  font-size:23px;\n  font-weight:700;\n  margin-top:30px!important;\n}\n.learntocodeh4 a:hover,.learntocodeh4 a:active {\n  color:#FFF4A3;\n}\n.learntocodecontent {\n  padding-left:90px;\n  padding-right:90px;\n}\n\n@media screen and (max-width: 600px) {\n  .learntocodeh1 {\n    font-size:50px!important;\n  }\n  .learntocodeh3 {\n    font-size:21px!important;\n  }\n  .learntocodecontent {\n    padding-left:35px;\n    padding-right:35px;\n  }\n  form.example input[type=text],form.example button {\n  font-size: 16px;\n }\n   form.example input[type=text] {\n   padding-left:16px;\n }\n}\n\n@media screen and (max-width: 1006px) and (min-width: 992px) {\n  .ws-hide-special  {\n    display:none;\n  }\n}\n\n.grey-color {\n  background-color: #E7E9EB;\n  color: #000;\n}\n.icons-right {\n  color:#f1f1f1;\n}\nbody.darkpagetheme .grey-color {\n  background-color: #38444d;\n  color: #ddd;\n}\n\nbody.darkpagetheme .bar-icon-hover:hover,body.darkpagetheme .fa-logo:hover {\n  background-color: #1d2a35!important;\n  color:white!important;\n}\n\nbody.darkpagetheme #main {\n  border-right:0;\n}\nbody.darkpagetheme #wavepath {\n  fill: rgb(40,42,53);\n}\n\ntable.gstl_50 {/*google search suggestions*/\n  color:#000;\n}\n.topnavmain_pro {\n  background-color:#9763f6;\n  color:#fff;\n}\n.topnavmain_pro:hover {\n  background-color:#7d53cc!important;\n  color:#fff!important;\n}\n\nbody.darkpagetheme .icons-right  {\n    color: #eee;\n}\n\n.pro-caption {\n  padding: 78px 35px 96px 35px;\n  text-align: center\n}\n\n.pro-caption h1 {\n  font-weight: 700;\n  font-size: 52px;\n  line-height: 55px;\n  padding-top: 11px;\n  padding-bottom: 20px;\n  font-family: Source Sans Pro;\n  color: #fff;\n  margin: 0\n}\n\n.pro-caption h3 {\n  font-size: 25px;\n  color: #FFC0C7;\n  margin:19px 0;\n}\n\n.pro-caption li {\n  font-size:20px;\n  line-height:36px;\n  text-align:left;\n  list-style-type:none;\n}\n\n@media screen and (max-width:620px) {\n  .pro-caption {padding: 70px 15px 70px 15px;}\n  .pro-caption h1 {font-size:50px;}\n  .pro-caption h3 {font-size:24px;}\n  .pro-caption li {font-size:18px;}\n}\n\n@media screen and (max-width:550px) {\n  .pro-caption h1 {font-size:40px;}\n  .pro-caption h3 {font-size:24px;}\n  .pro-caption li {font-size:18px;}\n}\n#footer .w3-small,#footer a {\n  font-family: Verdana,sans-serif;\n}\n</style>\n</head>\n<body style="font-family: \'Source Sans Pro\', sans-serif;">\n\n<div id="tnb-search-suggestions"></div>\n\n<div\n  id="top-nav-bar"\n  class="classic"\n>\n  <div\n    id="pagetop"\n    class="w3-bar notranslate w3-white"\n  >\n    <a\n      \n      id="w3-logo"\n      href="https://www.w3schools.com"\n      class="w3-bar-item w3-button w3-hover-none w3-left ga-top ga-top-w3home"\n      title="Home"\n      style="width: 75px"\n      aria-label="Home link"\n    >\n      <i\n        class="fa fa-logo ws-hover-text-green"\n        style="position: relative; z-index: 1; color: #04aa6d; font-size: 36px !important"\n        aria-hidden="true"\n      ></i>\n    </a>\n\n    <nav class="tnb-desktop-nav w3-bar-item">\n      <a\n        onclick="TopNavBar.openNavItem(\'tutorials\')"\n        class="tnb-nav-btn w3-bar-item w3-button barex bar-item-hover w3-padding-16 ga-top ga-top-tut-and-ref"\n        href="javascript:void(0)"\n        id="navbtn_tutorials"\n        title="Tutorials and References"\n        role="button"\n      >\n        Tutorials\n        <i\n          class="fa fa-caret-down"\n          style="font-size: 15px"\n          aria-hidden="true"\n        ></i>\n        <i\n          class="fa fa-caret-up"\n          style="display: none; font-size: 15px"\n          aria-hidden="true"\n        ></i>\n      </a>\n\n      <a\n        onclick="TopNavBar.openNavItem(\'exercises\')"\n        class="tnb-nav-btn w3-bar-item w3-button barex bar-item-hover w3-padding-16 ga-top ga-top-exc-and-quz"\n        href="javascript:void(0)"\n        id="navbtn_exercises"\n        title="Exercises and Quizzes"\n        role="button"\n      >\n        Exercises\n        <i\n          class="fa fa-caret-down"\n          style="font-size: 15px"\n          aria-hidden="true"\n        ></i>\n        <i\n          class="fa fa-caret-up"\n          style="display: none; font-size: 15px"\n          aria-hidden="true"\n        ></i>\n      </a>\n\n      <a\n        onclick="TopNavBar.openNavItem(\'certified\')"\n        class="tnb-nav-btn w3-bar-item w3-button barex bar-item-hover w3-padding-16 tnb-paid-service ga-top ga-top-cert-and-course"\n        href="javascript:void(0)"\n        id="navbtn_certified"\n        title="Certificates"\n        role="button"\n      >\n        Certificates\n        <i\n          class="fa fa-caret-down"\n          style="font-size: 15px"\n          aria-hidden="true"\n        ></i>\n        <i\n          class="fa fa-caret-up"\n          style="display: none; font-size: 15px"\n          aria-hidden="true"\n        ></i>\n      </a>\n\n      <a\n        onclick="TopNavBar.openNavItem(\'services\')"\n        class="tnb-nav-btn w3-bar-item w3-button barex bar-item-hover w3-padding-16 ga-top ga-top-services"\n        href="javascript:void(0)"\n        id="navbtn_services"\n        title="Our Services"\n        role="button"\n      >\n        Services\n        <i\n          class="fa fa-caret-down"\n          style="font-size: 15px"\n          aria-hidden="true"\n        ></i>\n        <i\n          class="fa fa-caret-up"\n          style="display: none; font-size: 15px"\n          aria-hidden="true"\n        ></i>\n      </a>\n    </nav>\n\n    <a\n      onclick="TopNavBar.openMenu()"\n      class="tnb-menu-btn w3-bar-item w3-button bar-item-hover w3-padding-16 ga-top ga-top-menu"\n      href="javascript:void(0)"\n      title="Menu"\n      aria-label="Menu"\n      role="button"\n    >\n      Menu\n      <i\n        class="fa fa-caret-down"\n        style="font-size: 15px"\n        aria-hidden="true"\n      ></i>\n      <i\n        class="fa fa-caret-up"\n        style="display: none; font-size: 15px"\n        aria-hidden="true"\n      ></i>\n    </a>\n\n    <div\n      id="tnb-google-search-container"\n      class="w3-bar-item"\n    >\n      <div id="tnb-google-search-inner-container">\n        <label\n          for="tnb-google-search-input"\n          class="tnb-soft-hide"\n        >\n          Search field\n        </label>\n\n        <input\n          id="tnb-google-search-input"\n          type="text"\n          placeholder="Search..."\n          autocomplete="off"\n          onkeydown="TopNavBar.googleSearchAttachKeyPressHandler(event)"\n          aria-label="Search field"\n          oninput="TopNavBar.searchWithSuggestions(this)"\n          onfocus="TopNavBar.searchWithSuggestions(this)"\n          onblur="TopNavBar.searchFieldLostFocus(event)"\n        />\n\n        <div\n          id="tnb-google-search-submit-btn"\n          class="tnb-button-light"\n          role="button"\n          aria-label="Button to search"\n          onclick="TopNavBar.googleSearchSubmit()"\n        >\n          <svg\n            id="tnb-google-search-icon"\n            viewBox="0 0 17 16"\n            fill="none"\n            xmlns="http://www.w3.org/2000/svg"\n          >\n            <path\n              d="M11.8153 10.3439C12.6061 9.2673 13.0732 7.9382 13.0732 6.5C13.0732 2.91015 10.163 0 6.57318 0C2.98333 0 0.0731812 2.91015 0.0731812 6.5C0.0731812 10.0899 2.98333 13 6.57318 13C8.01176 13 9.3412 12.5327 10.4179 11.7415L10.4171 11.7422C10.4466 11.7822 10.4794 11.8204 10.5156 11.8566L14.3661 15.7071C14.7566 16.0976 15.3898 16.0976 15.7803 15.7071C16.1708 15.3166 16.1708 14.6834 15.7803 14.2929L11.9298 10.4424C11.8936 10.4062 11.8553 10.3734 11.8153 10.3439ZM12.0732 6.5C12.0732 9.53757 9.61075 12 6.57318 12C3.53561 12 1.07318 9.53757 1.07318 6.5C1.07318 3.46243 3.53561 1 6.57318 1C9.61075 1 12.0732 3.46243 12.0732 6.5Z"\n              fill="black"\n            ></path>\n          </svg>\n        </div>\n      </div>\n\n      <div id="tnb-google-search-mobile-action-btns">\n        <div\n          id="tnb-google-search-mobile-show"\n          class="tnb-button"\n          onclick="TopNavBar.googleSearchShowMobileContainer()"\n          aria-label="Button to open search field"\n          role="button"\n        >\n          <svg\n            viewBox="0 0 17 16"\n            fill="none"\n            xmlns="http://www.w3.org/2000/svg"\n          >\n            <path\n              d="M11.8153 10.3439C12.6061 9.2673 13.0732 7.9382 13.0732 6.5C13.0732 2.91015 10.163 0 6.57318 0C2.98333 0 0.0731812 2.91015 0.0731812 6.5C0.0731812 10.0899 2.98333 13 6.57318 13C8.01176 13 9.3412 12.5327 10.4179 11.7415L10.4171 11.7422C10.4466 11.7822 10.4794 11.8204 10.5156 11.8566L14.3661 15.7071C14.7566 16.0976 15.3898 16.0976 15.7803 15.7071C16.1708 15.3166 16.1708 14.6834 15.7803 14.2929L11.9298 10.4424C11.8936 10.4062 11.8553 10.3734 11.8153 10.3439ZM12.0732 6.5C12.0732 9.53757 9.61075 12 6.57318 12C3.53561 12 1.07318 9.53757 1.07318 6.5C1.07318 3.46243 3.53561 1 6.57318 1C9.61075 1 12.0732 3.46243 12.0732 6.5Z"\n              fill="currentColor"\n            ></path>\n          </svg>\n        </div>\n\n        <div\n          id="tnb-google-search-mobile-close"\n          class="tnb-button"\n          onclick="TopNavBar.googleSearchHideMobileContainer()"\n          role="button"\n          aria-label="Close search field"\n        >\n          <i>&times;</i>\n        </div>\n      </div>\n    </div>\n\n    <div\n      id="tnb-dark-mode-toggle-wrapper"\n      class="w3-bar-item"\n    >\n      <a\n        onclick="TopNavBar.toggleUserPreferredTheme()"\n        id="tnb-dark-mode-toggle-btn"\n        href="javascript:void(0);"\n        class="tnb-button fa ga-nav ga-dark-mode-toggle"\n        role="button"\n        title="Toggle light/dark mode"\n        aria-label="Toggle light/dark mode"\n      >\n        <i>&#xe80b;</i>\n      </a>\n    </div>\n\n    <div class="tnb-right-section">\n      <!-- < user-anonymous -->\n      <a\n        \n        href="https://profile.w3schools.com/log-in"\n        class="user-anonymous tnb-login-btn w3-bar-item w3-btn w3-hide bar-item-hover w3-right ws-light-green ga-top ga-top-login"\n        title="Login to your account"\n        aria-label="Login to your account"\n      >\n        Log in\n      </a>\n\n      <a\n        \n        href="https://profile.w3schools.com/sign-up"\n        class="user-anonymous tnb-signup-btn w3-bar-item w3-button w3-hide w3-right ws-green ws-hover-green ga-top ga-top-signup"\n        title="Sign Up to Improve Your Learning Experience"\n        aria-label="Sign Up to Improve Your Learning Experience"\n      >\n        Sign Up\n      </a>\n      <!-- > user-anonymous -->\n\n      <!-- < user-authenticated -->\n      <a\n        \n        href="https://profile.w3schools.com/log-in"\n        class="user-authenticated user-profile-btn w3-alt-btn w3-hide ga-top ga-top-profile"\n        title="Your W3Schools Profile"\n        aria-label="Your W3Schools Profile"\n      >\n        <svg\n          xmlns="http://www.w3.org/2000/svg"\n          version="1.1"\n          viewBox="0 0 2048 2048"\n          class="user-profile-icon"\n          aria-label="Your W3Schools Profile Icon"\n        >\n          <path\n            d="M 843.500 1148.155 C 837.450 1148.515, 823.050 1149.334, 811.500 1149.975 C 742.799 1153.788, 704.251 1162.996, 635.391 1192.044 C 517.544 1241.756, 398.992 1352.262, 337.200 1470 C 251.831 1632.658, 253.457 1816.879, 340.500 1843.982 C 351.574 1847.431, 1696.426 1847.431, 1707.500 1843.982 C 1794.543 1816.879, 1796.169 1632.658, 1710.800 1470 C 1649.008 1352.262, 1530.456 1241.756, 1412.609 1192.044 C 1344.588 1163.350, 1305.224 1153.854, 1238.500 1150.039 C 1190.330 1147.286, 1196.307 1147.328, 1097 1149.035 C 1039.984 1150.015, 1010.205 1150.008, 950 1149.003 C 851.731 1147.362, 856.213 1147.398, 843.500 1148.155"\n            stroke="none"\n            fill="#2a93fb"\n            fill-rule="evenodd"\n          />\n          <path\n            d="M 1008 194.584 C 1006.075 194.809, 999.325 195.476, 993 196.064 C 927.768 202.134, 845.423 233.043, 786 273.762 C 691.987 338.184, 622.881 442.165, 601.082 552 C 588.496 615.414, 592.917 705.245, 611.329 760.230 C 643.220 855.469, 694.977 930.136, 763.195 979.321 C 810.333 1013.308, 839.747 1026.645, 913.697 1047.562 C 1010.275 1074.879, 1108.934 1065.290, 1221 1017.694 C 1259.787 1001.221, 1307.818 965.858, 1339.852 930.191 C 1460.375 795.998, 1488.781 609.032, 1412.581 451.500 C 1350.098 322.327, 1240.457 235.724, 1097.500 202.624 C 1072.356 196.802, 1025.206 192.566, 1008 194.584"\n            stroke="none"\n            fill="#0aaa8a"\n            fill-rule="evenodd"\n          />\n        </svg>\n\n        <svg\n          xmlns="http://www.w3.org/2000/svg"\n          class="user-progress"\n          aria-label="Your W3Schools Profile Progress"\n        >\n          <path\n            class="user-progress-circle1"\n            fill="none"\n            d="M 25.99650934151373 15.00000030461742 A 20 20 0 1 0 26 15"\n          ></path>\n          <path\n            class="user-progress-circle2"\n            fill="none"\n            d="M 26 15 A 20 20 0 0 0 26 15"\n          ></path>\n        </svg>\n\n        <span class="user-progress-star">&#x2605;</span>\n\n        <span class="user-progress-point">+1</span>\n      </a>\n\n      <a\n        \n        href="https://pathfinder.w3schools.com"\n        class="user-authenticated tnb-dashboard-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-dashboard"\n        title="Your W3Schools Dashboard"\n        aria-label="Your W3Schools Dashboard"\n      >\n        My W3Schools\n      </a>\n      <!-- > user-authenticated -->\n\n      <!-- < user-anonymous - action-btn -->\n      <a\n        target="_blank"\n        href="https://campus.w3schools.com/collections/course-catalog"\n        class="user-anonymous tnb-certificates-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-certificates"\n        title="W3Schools Certificates"\n        aria-label="W3Schools Certificates"\n      >\n        <svg\n          xmlns="http://www.w3.org/2000/svg"\n          height="1em"\n          viewBox="0 0 576 512"\n          aria-hidden="true"\n        >\n          <path\n            d="M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32h-411C111 12.8 91.6 0 69.5 0H24zM131.1 80H520.7L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8H161.6L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"\n            fill="currentColor"\n          />\n        </svg>\n        Get Certified\n      </a>\n\n      <a\n        \n        href="/spaces/index.php"\n        class="user-anonymous tnb-spaces-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-spaces"\n        title="Get Your Own Website With W3Schools Spaces"\n        aria-label="Get Your Own Website With W3Schools Spaces"\n      >\n        <svg\n          xmlns="http://www.w3.org/2000/svg"\n          height="1em"\n          viewBox="0 0 640 512"\n          aria-hidden="true"\n        >\n          <path\n            d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"\n            fill="currentColor"\n          />\n        </svg>\n        Spaces\n      </a>\n\n      <a\n        \n        href="/academy/teachers/index.php"\n        class="user-anonymous tnb-jobs-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-teachers"\n        title="Contact us about W3Schools Academy for educational institutions"\n        aria-label="Contact us about W3Schools Academy for educational institutions"\n      >\n        <svg\n          stroke="currentColor"\n          fill="currentColor"\n          stroke-width="0"\n          viewBox="0 0 640 512"\n          focusable="false"\n          class="chakra-icon css-9gdywz"\n          height="1em"\n          width="1em"\n          xmlns="http://www.w3.org/2000/svg"\n        >\n          <path d="M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z"></path>\n        </svg>\n        For Teachers\n      </a>\n\n      <a\n        \n        href="/plus/index.php"\n        class="user-anonymous tnb-jobs-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-plus"\n        title="Become a PLUS user and unlock powerful features"\n        aria-label="Become a PLUS user and unlock powerful features"\n      >\n        <svg\n          xmlns="http://www.w3.org/2000/svg"\n          width="15"\n          height="36"\n          viewBox="0 0 12 16"\n          fill="none"\n          aria-hidden="true"\n        >\n          <path\n            d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"\n            fill="#9763f6"\n          />\n          <path\n            d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"\n            fill="#9763f6"\n          />\n          <path\n            d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"\n            fill="#9763f6"\n          />\n        </svg>\n        Plus\n      </a>\n      <!-- > user-anonymous - action-btn -->\n\n      <!-- < user-authenticated - action-btn -->\n      <a\n        target="_blank"\n        href="https://campus.w3schools.com/collections/course-catalog"\n        class="user-authenticated tnb-certificates-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-certificates"\n        title="W3Schools Certificates"\n        aria-label="W3Schools Certificates"\n      >\n        <svg\n          xmlns="http://www.w3.org/2000/svg"\n          height="1em"\n          viewBox="0 0 576 512"\n          aria-hidden="true"\n        >\n          <path\n            d="M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32h-411C111 12.8 91.6 0 69.5 0H24zM131.1 80H520.7L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8H161.6L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"\n            fill="currentColor"\n          />\n        </svg>\n        Get Certified\n      </a>\n\n      <a\n        \n        href="https://spaces.w3schools.com/space/"\n        class="user-authenticated tnb-spaces-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-spaces"\n        title="Go to Your W3Schools Space"\n        aria-label="Go to Your W3Schools Space"\n      >\n        <svg\n          xmlns="http://www.w3.org/2000/svg"\n          height="1em"\n          viewBox="0 0 640 512"\n          aria-hidden="true"\n        >\n          <path\n            d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"\n            fill="currentColor"\n          />\n        </svg>\n        Spaces\n      </a>\n\n      <a\n        \n        href="/academy/teachers/index.php"\n        class="user-authenticated tnb-jobs-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-teachers"\n        title="Contact us about W3Schools Academy for educational institutions"\n        aria-label="Contact us about W3Schools Academy for educational institutions"\n      >\n        <svg\n          stroke="currentColor"\n          fill="currentColor"\n          stroke-width="0"\n          viewBox="0 0 640 512"\n          focusable="false"\n          class="chakra-icon css-9gdywz"\n          height="1em"\n          width="1em"\n          xmlns="http://www.w3.org/2000/svg"\n        >\n          <path d="M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z"></path>\n        </svg>\n        For Teachers\n      </a>\n\n      <a\n        \n        href="/plus/index.php"\n        class="user-authenticated tnb-jobs-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-goals"\n        title="Get personalized learning journey based on your current skills and goals"\n        aria-label="Get personalized learning journey based on your current skills and goals"\n      >\n        <svg\n          xmlns="http://www.w3.org/2000/svg"\n          width="15"\n          height="36"\n          viewBox="0 0 12 16"\n          fill="none"\n          aria-hidden="true"\n        >\n          <path\n            d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"\n            fill="#9763f6"\n          />\n          <path\n            d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"\n            fill="#9763f6"\n          />\n          <path\n            d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"\n            fill="#9763f6"\n          />\n        </svg>\n        Plus\n      </a>\n      <!-- > user-authenticated - action-btn -->\n    </div>\n  </div>\n\n  <nav\n    id="tnb-mobile-nav"\n    class="tnb-mobile-nav w3-hide"\n  >\n    <div class="w3-container">\n      <a\n        \n        href="https://pathfinder.w3schools.com"\n        class="user-authenticated w3-button w3-hide ga-top ga-top-dashboard"\n        title="My W3Schools"\n        aria-label="My W3Schools"\n      >\n        <span class="tnb-title">My W3Schools</span>\n      </a>\n\n      <div\n        class="tnb-mobile-nav-section"\n        data-section="tutorials"\n      >\n        <div\n          class="tnb-mobile-nav-section-toggle-btn w3-button ga-top ga-top-menu-tut-and-ref"\n          onclick="TopNavBar.toggleMobileNav(event, \'tutorials\');"\n          aria-label="Tutorials"\n          role="button"\n        >\n          <span class="tnb-title">Tutorials</span>\n          <i\n            class="tnb-icon fa fa-caret-down"\n            aria-hidden="true"\n          ></i>\n        </div>\n\n        <div\n          id="sectionxs_tutorials"\n          class="tnb-mobile-nav-section-body"\n        >\n          &nbsp;\n        </div>\n      </div>\n\n      <div\n        class="tnb-mobile-nav-section"\n        data-section="exercises"\n      >\n        <div\n          class="tnb-mobile-nav-section-toggle-btn w3-button ga-top ga-top-menu-exc-and-quz"\n          onclick="TopNavBar.toggleMobileNav(event, \'exercises\')"\n          aria-label="Exercises"\n          role="button"\n        >\n          <span class="tnb-title">Exercises</span>\n          <i\n            class="tnb-icon fa fa-caret-down"\n            aria-hidden="true"\n          ></i>\n        </div>\n\n        <div\n          id="sectionxs_exercises"\n          class="tnb-mobile-nav-section-body"\n        >\n          &nbsp;\n        </div>\n      </div>\n\n      <div\n        class="tnb-mobile-nav-section"\n        data-section="certified"\n      >\n        <div\n          class="tnb-mobile-nav-section-toggle-btn tnb-paid-service w3-button ga-top ga-top-menu-cert-and-course"\n          onclick="TopNavBar.toggleMobileNav(event, \'certified\')"\n          aria-label="Certificates"\n          role="button"\n        >\n          <span class="tnb-title">Certificates</span>\n          <i\n            class="tnb-icon fa fa-caret-down"\n            aria-hidden="true"\n          ></i>\n        </div>\n\n        <div\n          id="sectionxs_certified"\n          class="tnb-mobile-nav-section-body"\n        >\n          &nbsp;\n        </div>\n      </div>\n\n      <div\n        class="tnb-mobile-nav-section"\n        data-section="services"\n      >\n        <div\n          class="tnb-mobile-nav-section-toggle-btn w3-button ga-top ga-top-menu-services"\n          onclick="TopNavBar.toggleMobileNav(event, \'services\')"\n          aria-label="Services"\n          role="button"\n        >\n          <span class="tnb-title">Services</span>\n          <i\n            class="tnb-icon fa fa-caret-down"\n            aria-hidden="true"\n          ></i>\n        </div>\n\n        <div\n          id="sectionxs_services"\n          class="tnb-mobile-nav-section-body"\n        >\n          &nbsp;\n        </div>\n      </div>\n\n      <a\n        \n        href="/spaces/index.php"\n        class="w3-button ga-top ga-top-menu-spaces"\n        title="Get Your Own Website With W3Schools Spaces"\n        aria-label="Get Your Own Website With W3Schools Spaces"\n      >\n        <span class="tnb-title">Spaces</span>\n        <svg\n          class="tnb-icon"\n          xmlns="http://www.w3.org/2000/svg"\n          viewBox="0 0 640 512"\n          aria-hidden="true"\n        >\n          <path\n            d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"\n            fill="currentColor"\n          />\n        </svg>\n      </a>\n\n      <a\n        target="_blank"\n        href="https://campus.w3schools.com/collections/course-catalog"\n        class="w3-button ga-top ga-top-menu-certificates"\n        title="W3Schools Certificates"\n        aria-label="W3Schools Certificates"\n      >\n        <span class="tnb-title">Get Certified</span>\n        <svg\n          class="tnb-icon"\n          xmlns="http://www.w3.org/2000/svg"\n          viewBox="0 0 576 512"\n          aria-hidden="true"\n        >\n          <path\n            d="M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32h-411C111 12.8 91.6 0 69.5 0H24zM131.1 80H520.7L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8H161.6L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"\n            fill="currentColor"\n          />\n        </svg>\n      </a>\n\n      <a\n        \n        href="/plus/index.php"\n        class="w3-button ga-top ga-top-menu-plus"\n        title="Become a PLUS user and unlock powerful features"\n        aria-label="Become a PLUS user and unlock powerful features"\n      >\n        <span class="tnb-title">Plus</span>\n        <svg\n          class="tnb-icon"\n          xmlns="http://www.w3.org/2000/svg"\n          width="15"\n          height="36"\n          viewBox="0 0 12 16"\n          fill="none"\n          aria-hidden="true"\n        >\n          <path\n            d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"\n            fill="currentColor"\n          />\n          <path\n            d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"\n            fill="currentColor"\n          />\n          <path\n            d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"\n            fill="currentColor"\n          />\n        </svg>\n      </a>\n\n      <a\n        \n        href="/academy/index.php"\n        class="w3-button ga-top ga-top-menu-academy"\n        title="W3Schools Academy"\n        aria-label="W3Schools Academy"\n      >\n        <span class="tnb-title">Academy</span>\n      </a>\n\n      <a\n        \n        class="user-authenticated w3-hide w3-button ga-top ga-top-logout"\n        href="https://profile.w3schools.com/logout"\n        title="Logout"\n        aria-label="Logout"\n      >\n        <span class="tnb-title">Logout</span>\n      </a>\n\n      <div class="tnb-social-network-btns">\n        <a\n          target="_blank"\n          href="https://www.youtube.com/@w3schools"\n          title="W3Schools on YouTube"\n          class="w3-button w3-round ga-fp"\n        >\n          <i\n            class="tnb-icon fa fa-youtube"\n            aria-hidden="true"\n          ></i>\n        </a>\n\n        <a\n          target="_blank"\n          href="https://www.linkedin.com/company/w3schools.com/"\n          title="W3Schools on LinkedIn"\n          class="w3-button w3-round ga-fp"\n        >\n          <i\n            class="tnb-icon fa"\n            aria-hidden="true"\n          >\n            &#62220;\n          </i>\n        </a>\n\n        <a\n          target="_blank"\n          href="https://discord.com/invite/w3schools"\n          title="Join the W3schools community on Discord"\n          class="w3-button w3-round ga-fp"\n        >\n          <i\n            class="tnb-icon fa -discord"\n            aria-hidden="true"\n          >\n            &#59399;\n          </i>\n        </a>\n\n        <a\n          target="_blank"\n          href="https://www.facebook.com/w3schoolscom/"\n          title="W3Schools on Facebook"\n          class="w3-button w3-round ga-fp"\n        >\n          <i\n            class="tnb-icon fa"\n            aria-hidden="true"\n          >\n            &#59398;\n          </i>\n        </a>\n\n        <a\n          target="_blank"\n          href="https://www.instagram.com/w3schools.com_official/"\n          title="W3Schools on Instagram"\n          class="w3-button w3-round ga-fp"\n        >\n          <i\n            class="tnb-icon fa"\n            aria-hidden="true"\n          >\n            &#61805;\n          </i>\n        </a>\n      </div>\n    </div>\n\n    <div\n      class="w3-button tnb-close-menu-btn w3-round ga-top ga-top-close-accordion"\n      tabindex="0"\n      onclick="TopNavBar.closeMenu()"\n      role="button"\n      aria-label="Close menu"\n    >\n      <span>&times;</span>\n    </div>\n  </nav>\n\n  <div id="dropdown-nav-outer-wrapper">\n    <div id="dropdown-nav-inner-wrapper">\n      <nav\n        id="nav_tutorials"\n        class="dropdown-nav w3-hide-small navex"\n        tabindex="-1"\n        aria-label="Menu for tutorials"\n      >\n        <div class="w3-content menu-content">\n          <div\n            id="tutorials_list"\n            class="w3-row-padding w3-bar-block"\n          >\n            <div class="nav-heading-container w3-container">\n              <div class="nav-heading-container-title">\n                <h2 style="color: #fff4a3"><b>Tutorials</b></h2>\n              </div>\n\n              <div\n                data-section="tutorials"\n                class="filter-input-wrapper"\n              >\n                <div class="filter-input-inner-wrapper">\n                  <label\n                    for="filter-tutorials-input"\n                    class="tnb-soft-hide"\n                  >\n                    Tutorials filter input\n                  </label>\n                  <input\n                    id="filter-tutorials-input"\n                    oninput="TopNavBar.filter(event, \'nav_tutorials\')"\n                    type="text"\n                    class="filter-input"\n                    placeholder="Filter..."\n                    aria-label="Tutorials filter input"\n                  />\n\n                  <div\n                    class="filter-clear-btn tnb-button-dark-v2"\n                    role="button"\n                    aria-label="Filter clear button"\n                    onclick="TopNavBar.clearFilter(event, \'nav_tutorials\')"\n                  >\n                    <span>&times;</span>\n                  </div>\n                </div>\n              </div>\n            </div>\n\n            <div class="w3-col l4 m6">\n              <div id="tutorials_html_css_links_list">\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="html_and_css_title"\n                >\n                  HTML and CSS\n                </h3>\n                <div\n                  data-name="html"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-html"\n                    href="/html/default.asp"\n                    title="HTML Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    HTML\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-html"\n                    href="/html/default.asp"\n                    title="HTML Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-html"\n                    href="/tags/default.asp"\n                    title="HTML Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="css"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-css"\n                    href="/css/default.asp"\n                    title="CSS Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    CSS\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-css"\n                    href="/css/default.asp"\n                    title="CSS Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-css"\n                    href="/cssref/default.asp"\n                    title="CSS Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="rwd"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-rwd"\n                    href="/css/css_rwd_intro.asp"\n                    title="Responsive Web Design Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    RWD\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-rwd"\n                    href="/css/css_rwd_intro.asp"\n                    title="Responsive Web Design Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="bootstrap"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-bs"\n                    href="/bootstrap/bootstrap_ver.asp"\n                    title="Bootstrap Tutorials"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Bootstrap\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-bs"\n                    href="/bootstrap/bootstrap_ver.asp"\n                    title="Bootstrap Tutorials"\n                  >\n                    Overview\n                  </a>\n                </div>\n                <div\n                  data-name="w3.css"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-w3css"\n                    href="/w3css/default.asp"\n                    title="W3.CSS Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    W3.CSS\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-w3css"\n                    href="/w3css/default.asp"\n                    title="W3.CSS Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-w3css"\n                    href="/w3css/w3css_references.asp"\n                    title="W3.CSS Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="sass"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-sass"\n                    href="/sass/default.php"\n                    title="SASS Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Sass\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-sass"\n                    href="/sass/default.php"\n                    title="SASS Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-sass"\n                    href="/sass/sass_functions_string.php"\n                    title="SASS Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="colors"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-colors"\n                    href="/colors/default.asp"\n                    title="Colors Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Colors\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-colors"\n                    href="/colors/default.asp"\n                    title="Colors Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-colors"\n                    href="/colors/colors_fs595.asp"\n                    title="Colors Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="icons"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-icons"\n                    href="/icons/default.asp"\n                    title="Icons Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Icons\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-icons"\n                    href="/icons/default.asp"\n                    title="Icons Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-icons"\n                    href="/icons/icons_reference.asp"\n                    title="Icons Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="svg"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-svg"\n                    href="/graphics/svg_intro.asp"\n                    title="SVG Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    SVG\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-svg"\n                    href="/graphics/svg_intro.asp"\n                    title="SVG Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-svg"\n                    href="/graphics/svg_reference.asp"\n                    title="SVG Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="canvas"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-canvas"\n                    href="/graphics/canvas_intro.asp"\n                    title="Canvas Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Canvas\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-canvas"\n                    href="/graphics/canvas_intro.asp"\n                    title="Canvas Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-canvas"\n                    href="/graphics/canvas_reference.asp"\n                    title="Canvas Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="graphics"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-graphics"\n                    href="/graphics/default.asp"\n                    title="Graphics Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Graphics\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-graphics"\n                    href="/graphics/default.asp"\n                    title="Graphics Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="charsets"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-charsets"\n                    href="/charsets/default.asp"\n                    title="Character Sets Reference"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Character Sets\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-canvas"\n                    href="/charsets/default.asp"\n                    title="Character Sets Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="how to"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-howto"\n                    href="/howto/default.asp"\n                    title="How To - Code Snippets"\n                  >\n                    <span class="learn-span">Learn</span>\n                    How To\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-howto"\n                    href="/howto/default.asp"\n                    title="How To - Code Snippets"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n              </div>\n\n              <div\n                id="tutorials_data_analytics_links_list_desktop"\n                class="w3-hide-small"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="data_analytics_title"\n                >\n                  Data Analytics\n                </h3>\n                <div\n                  data-name="ai"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ai"\n                    href="/ai/default.asp"\n                    title="Artificial Intelligence Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    AI\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ai"\n                    href="/ai/default.asp"\n                    title="Artificial Intelligence Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="generative ai"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-genai"\n                    href="/gen_ai/index.php"\n                    title="Generative AI Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Generative AI\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-genai"\n                    href="/gen_ai/index.php"\n                    title="Generative AI Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="chatgpt-3.5"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/gen_ai/chatgpt-3-5/index.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-chatgpt35"\n                    title="ChatGPT-3.5 Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    ChatGPT-3.5\n                  </a>\n                  <a\n                    \n                    href="/gen_ai/chatgpt-3-5/index.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-chatgpt35"\n                    title="ChatGPT-3.5  Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="chatgpt-4"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/gen_ai/chatgpt-4/index.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-chatgpt4"\n                    title="ChatGPT-4 Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    ChatGPT-4\n                  </a>\n                  <a\n                    \n                    href="/gen_ai/chatgpt-4/index.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-chatgpt35"\n                    title="ChatGPT-4 Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="google bard"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/gen_ai/bard/index.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-bard"\n                    title="Google Bard Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Google Bard\n                  </a>\n                  <a\n                    \n                    href="/gen_ai/bard/index.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-bard"\n                    title="Google Bard Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="machine learning"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ml"\n                    href="/python/python_ml_getting_started.asp"\n                    title="Machine Learning Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Machine Learning\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ml"\n                    href="/python/python_ml_getting_started.asp"\n                    title="Machine Learning Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="dsa"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/dsa/index.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-dsa"\n                    title="DSA - Data Structures and Algorithms"\n                  >\n                    <span class="learn-span">Learn</span>\n                    DSA\n                  </a>\n                  <a\n                    \n                    href="/dsa/index.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-dsa"\n                    title="DSA - Data Structures and Algorithms"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n\n                <div\n                  data-name="data science"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ds"\n                    href="/datascience/default.asp"\n                    title="Data Science Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Data Science\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ds"\n                    href="/datascience/default.asp"\n                    title="Data Science Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="numpy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-numpy"\n                    href="/python/numpy/default.asp"\n                    title="NumPy Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    NumPy\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-numpy"\n                    href="/python/numpy/default.asp"\n                    title="NumPy Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="pandas"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-pandas"\n                    href="/python/pandas/default.asp"\n                    title="Pandas Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Pandas\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-pandas"\n                    href="/python/pandas/default.asp"\n                    title="Pandas Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="scipy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-scipy"\n                    href="/python/scipy/index.php"\n                    title="SciPy Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    SciPy\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-scipy"\n                    href="/python/scipy/index.php"\n                    title="SciPy Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="matplotlib"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-matplotlib"\n                    href="/python/matplotlib_intro.asp"\n                    title="Matplotlib Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Matplotlib\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-matplotlib"\n                    href="/python/matplotlib_intro.asp"\n                    title="Matplotlib Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="statistics"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-stat"\n                    href="/statistics/index.php"\n                    title="Statistics Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Statistics\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-stat"\n                    href="/statistics/index.php"\n                    title="Statistics Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="excel"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-excel"\n                    href="/excel/index.php"\n                    title="Excel Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Excel\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-excel"\n                    href="/excel/index.php"\n                    title="Excel Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="google sheet"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-sheets"\n                    href="/googlesheets/index.php"\n                    title="Google Sheets Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Google Sheets\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-sheets"\n                    href="/googlesheets/index.php"\n                    title="Google Sheets Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n              </div>\n\n              <div\n                id="tutorials_web_building_links_list_tablet"\n                class="w3-hide-large w3-hide-small"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="web_building_title"\n                >\n                  Web Building\n                </h3>\n                <div\n                  data-name="create a website"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-spaces fixpaddingsmallmenu"\n                    href="/spaces/index.php"\n                    title="Get Your Own Website With W3shools Spaces"\n                  >\n                    Create a Website\n                    <span\n                      class="ribbon-topnav"\n                      style="background-color: #d9212c; color: white"\n                    >\n                      HOT!\n                    </span>\n                  </a>\n                </div>\n                <div\n                  data-name="create a server"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-server fixpaddingsmallmenu"\n                    href="/spaces/index.php"\n                    title="Get Your Own Server With W3shools Spaces"\n                  >\n                    Create a Server\n                    <span class="ribbon-topnav ws-green">NEW</span>\n                  </a>\n                </div>\n                <div\n                  data-name="where to start"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-wheretostart fixpaddingsmallmenu"\n                    href="/where_to_start.asp"\n                    title="Where To Start - Web Development"\n                  >\n                    Where To Start\n                  </a>\n                </div>\n                <div\n                  data-name="web templates"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-templates fixpaddingsmallmenu"\n                    href="/w3css/w3css_templates.asp"\n                    title="Free Web Templates"\n                  >\n                    Web Templates\n                  </a>\n                </div>\n                <div\n                  data-name="web statistics"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-webstats fixpaddingsmallmenu"\n                    href="/browsers/default.asp"\n                    title="Web Statistics"\n                  >\n                    Web Statistics\n                  </a>\n                </div>\n                <div\n                  data-name="web certificates"\n                  data-category="web_building"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com"\n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-certificates fixpaddingsmallmenu"\n                    title="Certificates"\n                  >\n                    Web Certificates\n                  </a>\n                </div>\n                <div\n                  data-name="web development"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-web-development fixpaddingsmallmenu"\n                    href="/whatis/default.asp"\n                    title="Web Development Roadmaps"\n                  >\n                    Web Development\n                  </a>\n                </div>\n                <div\n                  data-name="code editor"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-code-editor fixpaddingsmallmenu"\n                    href="/tryit/default.asp"\n                    title="Try it - Code Editor"\n                  >\n                    Code Editor\n                  </a>\n                </div>\n                <div\n                  data-name="test your typing speed"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-typingspeed fixpaddingsmallmenu"\n                    href="/typingspeed/default.asp"\n                    title="Test Your Typing Speed"\n                  >\n                    Test Your Typing Speed\n                  </a>\n                </div>\n                <div\n                  data-name="play a code game"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-codegame fixpaddingsmallmenu"\n                    href="/codegame/index.html"\n                    title="Play a Code Game"\n                  >\n                    Play a Code Game\n                  </a>\n                </div>\n                <div\n                  data-name="cyber security"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-cybersec fixpaddingsmallmenu"\n                    href="/cybersecurity/index.php"\n                    title="Cyber Security Tutorial"\n                  >\n                    Cyber Security\n                  </a>\n                </div>\n                <div\n                  data-name="accessibility"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-accessi fixpaddingsmallmenu"\n                    href="/accessibility/index.php"\n                    title="Accessibility Security Tutorial"\n                  >\n                    Accessibility\n                  </a>\n                </div>\n                <div\n                  data-name="join our newsletter"\n                  data-category="web_building"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/pages/newsletter"\n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-newsletter fixpaddingsmallmenu"\n                    title="W3Schools Newsletter"\n                  >\n                    Join our Newsletter\n                  </a>\n                </div>\n              </div>\n            </div>\n\n            <div class="w3-col l4 m6">\n              <div id="tutorials_javascript_links_list">\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="javascript_title"\n                >\n                  JavaScript\n                </h3>\n                <div\n                  data-name="javascript"\n                  data-category="javascript"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-js"\n                    href="/js/default.asp"\n                    title="JavaScript Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    JavaScript\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-js"\n                    href="/js/default.asp"\n                    title="JavaScript Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-js"\n                    href="/jsref/default.asp"\n                    title="JavaScript Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="react"\n                  data-category="javascript"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-react"\n                    href="/react/default.asp"\n                    title="React Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    React\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-react"\n                    href="/react/default.asp"\n                    title="React Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="jquery"\n                  data-category="javascript"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-jquery"\n                    href="/jquery/default.asp"\n                    title="jQuery Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    jQuery\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-jquery"\n                    href="/jquery/default.asp"\n                    title="jQuery Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-jquery"\n                    href="/jquery/jquery_ref_overview.asp"\n                    title="jQuery Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="vue"\n                  data-category="javascript"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-vue"\n                    href="/vue/index.php"\n                    title="Vue Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Vue\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-vue"\n                    href="/vue/index.php"\n                    title="Vue Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    href="/vue/vue_ref_builtin-attributes.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-vue"\n                    title="Vue Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="angularjs"\n                  data-category="javascript"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-angularjs"\n                    href="/angular/default.asp"\n                    title="Angular Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    AngularJS\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-angularjs"\n                    href="/angular/default.asp"\n                    title="Angular Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-angularjs"\n                    href="/angular/angular_ref_directives.asp"\n                    title="Angular Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="json"\n                  data-category="javascript"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-json"\n                    href="/js/js_json_intro.asp"\n                    title="JSON Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    JSON\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-json"\n                    href="/js/js_json_intro.asp"\n                    title="JSON Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-json"\n                    href="/jsref/jsref_obj_json.asp"\n                    title="JSON Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="ajax"\n                  data-category="javascript"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ajax"\n                    href="/js/js_ajax_intro.asp"\n                    title="AJAX Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    AJAX\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ajax"\n                    href="/js/js_ajax_intro.asp"\n                    title="AJAX Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="appml"\n                  data-category="javascript"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-appml"\n                    href="/appml/default.asp"\n                    title="AppML Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    AppML\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-appml"\n                    href="/appml/default.asp"\n                    title="AppML Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-appml"\n                    href="/appml/appml_reference.asp"\n                    title="AppML Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="w3.js"\n                  data-category="javascript"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-w3js"\n                    href="/w3js/default.asp"\n                    title="W3.JS Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    W3.JS\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-w3js"\n                    href="/w3js/default.asp"\n                    title="W3.JS Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-w3js"\n                    href="/w3js/w3js_references.asp"\n                    title="W3.JS Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n              </div>\n              <div\n                id="tutorials_web_building_links_list_desktop"\n                class="w3-hide-medium w3-hide-small"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="web_building_title"\n                >\n                  Web Building\n                </h3>\n                <div\n                  data-name="create a website"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-spaces"\n                    href="/spaces/index.php"\n                    title="Get Your Own Website With W3shools Spaces"\n                  >\n                    Create a Website\n                    <span\n                      class="ribbon-topnav"\n                      style="background-color: #d9212c; color: white"\n                    >\n                      HOT!\n                    </span>\n                  </a>\n                </div>\n                <div\n                  data-name="create a server"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-server"\n                    href="/spaces/index.php"\n                    title="Get Your Own Server With W3shools Spaces"\n                  >\n                    Create a Server\n                    <span class="ribbon-topnav ws-green">NEW</span>\n                  </a>\n                </div>\n                <div\n                  data-name="where to start"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-wheretostart"\n                    href="/where_to_start.asp"\n                    title="Where To Start - Web Development"\n                  >\n                    Where To Start\n                  </a>\n                </div>\n                <div\n                  data-name="web templates"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-templates"\n                    href="/w3css/w3css_templates.asp"\n                    title="Free Web Templates"\n                  >\n                    Web Templates\n                  </a>\n                </div>\n                <div\n                  data-name="web statistics"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-webstats"\n                    href="/browsers/default.asp"\n                    title="Web Statistics"\n                  >\n                    Web Statistics\n                  </a>\n                </div>\n                <div\n                  data-name="web certificates"\n                  data-category="web_building"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com"\n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-certificates"\n                    title="Certificates"\n                  >\n                    Web Certificates\n                  </a>\n                </div>\n                <div\n                  data-name="web development"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-web-development"\n                    href="/whatis/default.asp"\n                    title="Web Development Roadmaps"\n                  >\n                    Web Development\n                  </a>\n                </div>\n                <div\n                  data-name="code editor"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-code-editor"\n                    href="/tryit/default.asp"\n                    title="Try it - Code Editor"\n                  >\n                    Code Editor\n                  </a>\n                </div>\n                <div\n                  data-name="test your typing speed"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-typingspeed"\n                    href="/typingspeed/default.asp"\n                    title="Test Your Typing Speed"\n                  >\n                    Test Your Typing Speed\n                  </a>\n                </div>\n                <div\n                  data-name="play a code game"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-codegame"\n                    href="/codegame/index.html"\n                    title="Play a Code Game"\n                  >\n                    Play a Code Game\n                  </a>\n                </div>\n                <div\n                  data-name="cyber security"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-cybersec"\n                    href="/cybersecurity/index.php"\n                    title="Cyber Security Tutorial"\n                  >\n                    Cyber Security\n                  </a>\n                </div>\n                <div\n                  data-name="accessibility"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-accessi"\n                    href="/accessibility/index.php"\n                    title="Accessibility Security Tutorial"\n                  >\n                    Accessibility\n                  </a>\n                </div>\n                <div\n                  data-name="join our news letter"\n                  data-category="web_building"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/pages/newsletter"\n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-newsletter"\n                    title="W3Schools Newsletter"\n                  >\n                    Join our Newsletter\n                  </a>\n                </div>\n              </div>\n            </div>\n\n            <div class="w3-col l4 m6">\n              <div id="tutorials_backend_links_list">\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="backend_title"\n                >\n                  Backend\n                </h3>\n                <div\n                  data-name="python"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-python"\n                    href="/python/default.asp"\n                    title="Python Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Python\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-python"\n                    href="/python/default.asp"\n                    title="Python Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-python"\n                    href="/python/python_reference.asp"\n                    title="Python Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="sql"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-sql"\n                    href="/sql/default.asp"\n                    title="SQL Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    SQL\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-sql"\n                    href="/sql/default.asp"\n                    title="SQL Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-sql"\n                    href="/sql/sql_ref_keywords.asp"\n                    title="SQL Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="mysql"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-mysql"\n                    href="/mysql/default.asp"\n                    title="MySQL Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    MySQL\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-mysql"\n                    href="/mysql/default.asp"\n                    title="MySQL Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-mysql"\n                    href="/mysql/mysql_datatypes.asp"\n                    title="MySQL Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="php"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-php"\n                    href="/php/default.asp"\n                    title="PHP Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    PHP\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-php"\n                    href="/php/default.asp"\n                    title="PHP Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-php"\n                    href="/php/php_ref_overview.asp"\n                    title="PHP Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="java"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-java"\n                    href="/java/default.asp"\n                    title="Java Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Java\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-java"\n                    href="/java/default.asp"\n                    title="Java Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-java"\n                    href="/java/java_ref_reference.asp"\n                    title="Java Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="c"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-c"\n                    href="/c/index.php"\n                    title="C Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    C\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-c"\n                    href="/c/index.php"\n                    title="C Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-cpp"\n                    href="/c/c_ref_reference.php"\n                    title="C Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="c++"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-cpp"\n                    href="/cpp/default.asp"\n                    title="C++ Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    C++\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-cpp"\n                    href="/cpp/default.asp"\n                    title="C++ Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-cpp"\n                    href="/cpp/cpp_ref_reference.asp"\n                    title="C++ Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="c#"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-cs"\n                    href="/cs/index.php"\n                    title="C# Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    C#\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-cs"\n                    href="/cs/index.php"\n                    title="C# Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="r"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop ga-top-drop-tut-r"\n                    href="/r/default.asp"\n                    title="R Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    R\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop ga-top-drop-tut-r"\n                    href="/r/default.asp"\n                    title="R Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="kotlin"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-kotlin"\n                    href="/kotlin/index.php"\n                    title="Kotlin Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Kotlin\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-kotlin"\n                    href="/kotlin/index.php"\n                    title="Kotlin Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="go"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-go"\n                    href="/go/index.php"\n                    title="Go Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Go\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-go"\n                    href="/go/index.php"\n                    title="Go Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="django"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-django"\n                    href="/django/index.php"\n                    title="Django Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Django\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-django"\n                    href="/django/index.php"\n                    title="Django Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-django"\n                    href="/django/django_ref_template_tags.php"\n                    title="Django Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="postgresql"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    href="/postgresql/index.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-postgresql"\n                    title="PostgreSQL Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    PostgreSQL\n                  </a>\n                  <a\n                    \n                    href="/postgresql/index.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-postgresql"\n                    title="PostgreSQL Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="typescript"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-typescript"\n                    href="/typescript/index.php"\n                    title="TypeScript Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    TypeScript\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-typescript"\n                    href="/typescript/index.php"\n                    title="TypeScript Reference"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="asp"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-asp"\n                    href="/asp/default.asp"\n                    title="ASP Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    ASP\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-asp"\n                    href="/asp/default.asp"\n                    title="ASP Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-asp"\n                    href="/asp/asp_ref_vbscript_functions.asp"\n                    title="ASP Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="node.js"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-nodejs"\n                    href="/nodejs/default.asp"\n                    title="Node.js Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Node.js\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-nodejs"\n                    href="/nodejs/default.asp"\n                    title="Node.js Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-nodejs"\n                    href="/nodejs/ref_modules.asp"\n                    title="Node.js Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n                <div\n                  data-name="raspberry pi"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-rpi"\n                    href="/nodejs/nodejs_raspberrypi.asp"\n                    title="Raspberry Pi Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Raspberry Pi\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-rpi"\n                    href="/nodejs/nodejs_raspberrypi.asp"\n                    title="Raspberry Pi Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="git"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-git"\n                    href="/git/default.asp"\n                    title="Git Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Git\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-git"\n                    href="/git/default.asp"\n                    title="Git Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="mongodb"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-mongodb"\n                    href="/mongodb/index.php"\n                    title="MongoDB Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    MongoDB\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-mongodb"\n                    href="/mongodb/index.php"\n                    title="MongoDB Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="aws cloud"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-aws-cloud"\n                    href="/aws/index.php"\n                    title="AWS Cloud Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    AWS Cloud\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-aws-cloud"\n                    href="/aws/index.php"\n                    title="AWS Cloud Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="xml"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-xml"\n                    href="/xml/default.asp"\n                    title="XML Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    XML\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-xml"\n                    href="/xml/default.asp"\n                    title="XML Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-xml"\n                    href="/xml/dom_nodetype.asp"\n                    title="XML Reference"\n                  >\n                    Reference\n                  </a>\n                </div>\n              </div>\n\n              <div\n                id="tutotials_data_analytics_links_list_mobile"\n                class="w3-hide-large w3-hide-medium"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="data_analytics_title"\n                >\n                  Data Analytics\n                </h3>\n                <div\n                  data-name="ai"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ai"\n                    href="/ai/default.asp"\n                    title="Artificial Intelligence Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    AI\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ai"\n                    href="/ai/default.asp"\n                    title="Artificial Intelligence Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="generative ai"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-genai"\n                    href="/gen_ai/index.php"\n                    title="Generative AI Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Generative AI\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-genai"\n                    href="/gen_ai/index.php"\n                    title="Generative AI Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="chatgpt-3.5"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/gen_ai/chatgpt-3-5/index.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-chatgpt35"\n                    title="ChatGPT-3.5 Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    ChatGPT-3.5\n                  </a>\n                  <a\n                    \n                    href="/gen_ai/chatgpt-3-5/index.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-chatgpt35"\n                    title="ChatGPT-3.5  Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="chatgpt-4"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/gen_ai/chatgpt-4/index.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-chatgpt4"\n                    title="ChatGPT-4 Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    ChatGPT-4\n                  </a>\n                  <a\n                    \n                    href="/gen_ai/chatgpt-4/index.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-chatgpt35"\n                    title="ChatGPT-4 Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="google bard"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/gen_ai/bard/index.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-bard"\n                    title="Google Bard Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Google Bard\n                  </a>\n                  <a\n                    \n                    href="/gen_ai/bard/index.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-bard"\n                    title="Google Bard Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="machine learning"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ml"\n                    href="/python/python_ml_getting_started.asp"\n                    title="Machine Learning Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Machine Learning\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ml"\n                    href="/python/python_ml_getting_started.asp"\n                    title="Machine Learning Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="dsa"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/dsa/index.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-dsa"\n                    title="DSA - Data Structures and Algorithms"\n                  >\n                    <span class="learn-span">Learn</span>\n                    DSA\n                  </a>\n                  <a\n                    \n                    href="/dsa/index.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-dsa"\n                    title="DSA - Data Structures and Algorithms "\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="data science"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ds"\n                    href="/datascience/default.asp"\n                    title="Data Science Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Data Science\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ds"\n                    href="/datascience/default.asp"\n                    title="Data Science Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="numpy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-numpy"\n                    href="/python/numpy/default.asp"\n                    title="NumPy Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    NumPy\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-numpy"\n                    href="/python/numpy/default.asp"\n                    title="NumPy Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="pandas"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-pandas"\n                    href="/python/pandas/default.asp"\n                    title="Pandas Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Pandas\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-pandas"\n                    href="/python/pandas/default.asp"\n                    title="Pandas Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="scipy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-scipy"\n                    href="/python/scipy/index.php"\n                    title="SciPy Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    SciPy\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-scipy"\n                    href="/python/scipy/index.php"\n                    title="SciPy Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="matplotlib"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-matplotlib"\n                    href="/python/matplotlib_intro.asp"\n                    title="Matplotlib Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Matplotlib\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-matplotlib"\n                    href="/python/matplotlib_intro.asp"\n                    title="Matplotlib Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="statistics"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-stat"\n                    href="/statistics/index.php"\n                    title="Statistics Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Statistics\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-stat"\n                    href="/statistics/index.php"\n                    title="Statistics Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="excel"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-excel"\n                    href="/excel/index.php"\n                    title="Excel Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Excel\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-excel"\n                    href="/excel/index.php"\n                    title="Excel Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n                <div\n                  data-name="google sheets"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-sheets"\n                    href="/googlesheets/index.php"\n                    title="Google Sheets Tutorial"\n                  >\n                    <span class="learn-span">Learn</span>\n                    Google Sheets\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-sheets"\n                    href="/googlesheets/index.php"\n                    title="Google Sheets Tutorial"\n                  >\n                    Tutorial\n                  </a>\n                </div>\n              </div>\n\n              <div\n                id="tutorials_web_building_links_list_mobile"\n                class="w3-hide-large w3-hide-medium"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="web_building_title"\n                >\n                  Web Building\n                </h3>\n                <div\n                  data-name="create a website"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-spaces fixpaddingsmallmenu"\n                    href="/spaces/index.php"\n                    title="Get Your Own Website With W3shools Spaces"\n                  >\n                    Create a Website\n                    <span\n                      class="ribbon-topnav"\n                      style="background-color: #d9212c; color: white"\n                    >\n                      HOT!\n                    </span>\n                  </a>\n                </div>\n                <div\n                  data-name="create a server"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-server fixpaddingsmallmenu"\n                    href="/spaces/index.php"\n                    title="Get Your Own Server With W3shools Spaces"\n                  >\n                    Create a Server\n                    <span class="ribbon-topnav ws-green">NEW</span>\n                  </a>\n                </div>\n                <div\n                  data-name="where to start"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-wheretostart fixpaddingsmallmenu"\n                    href="/where_to_start.asp"\n                    title="Where To Start - Web Development"\n                  >\n                    Where To Start\n                  </a>\n                </div>\n                <div\n                  data-name="web templates"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-templates fixpaddingsmallmenu"\n                    href="/w3css/w3css_templates.asp"\n                    title="Free Web Templates"\n                  >\n                    Web Templates\n                  </a>\n                </div>\n                <div\n                  data-name="web statistics"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-webstats fixpaddingsmallmenu"\n                    href="/browsers/default.asp"\n                    title="Web Statistics"\n                  >\n                    Web Statistics\n                  </a>\n                </div>\n                <div\n                  data-name="web certificates"\n                  data-category="web_building"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com"\n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-certificates fixpaddingsmallmenu"\n                    title="Certificates"\n                  >\n                    Web Certificates\n                  </a>\n                </div>\n                <div\n                  data-name="web development"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-web-development fixpaddingsmallmenu"\n                    href="/whatis/default.asp"\n                    title="Web Development Roadmaps"\n                  >\n                    Web Development\n                  </a>\n                </div>\n                <div\n                  data-name="code editor"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-code-editor fixpaddingsmallmenu"\n                    href="/tryit/default.asp"\n                    title="Try it - Code Editor"\n                  >\n                    Code Editor\n                  </a>\n                </div>\n                <div\n                  data-name="test your typing speed"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-typingspeed fixpaddingsmallmenu"\n                    href="/typingspeed/default.asp"\n                    title="Test Your Typing Speed"\n                  >\n                    Test Your Typing Speed\n                  </a>\n                </div>\n                <div\n                  data-name="play a code game"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-codegame fixpaddingsmallmenu"\n                    href="/codegame/index.html"\n                    title="Play a Code Game"\n                  >\n                    Play a Code Game\n                  </a>\n                </div>\n                <div\n                  data-name="cyber security"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-cybersec fixpaddingsmallmenu"\n                    href="/cybersecurity/index.php"\n                    title="Cyber Security Tutorial"\n                  >\n                    Cyber Security\n                  </a>\n                </div>\n                <div\n                  data-name="accessibility"\n                  data-category="web_building"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-accessi fixpaddingsmallmenu"\n                    href="/accessibility/index.php"\n                    title="Accessibility Security Tutorial"\n                  >\n                    Accessibility\n                  </a>\n                </div>\n                <div\n                  data-name="join our newsletter"\n                  data-category="web_building"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/pages/newsletter"\n                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-newsletter fixpaddingsmallmenu"\n                    title="W3Schools Newsletter"\n                  >\n                    Join our Newsletter\n                  </a>\n                </div>\n              </div>\n            </div>\n            <br />\n          </div>\n        </div>\n\n        <div\n          class="w3-button tnb-close-nav-btn w3-round"\n          tabindex="0"\n          onclick="TopNavBar.closeNavItem(\'tutorials\')"\n          onkeydown="TopNavBar.mouseHandler(event, this, \'tutorials\')"\n          role="button"\n          aria-label="Close navigation"\n        >\n          <span>&times;</span>\n        </div>\n      </nav>\n\n      <nav\n        id="nav_exercises"\n        class="dropdown-nav w3-hide-small navex"\n        tabindex="-1"\n        aria-label="Exercises menu"\n      >\n        <div class="w3-content menu-content">\n          <div\n            id="exercises_list"\n            class="w3-row-padding w3-bar-block"\n          >\n            <div class="nav-heading-container w3-container">\n              <div class="nav-heading-container-title">\n                <h2 style="color: #fff4a3"><b>Exercises</b></h2>\n              </div>\n              <div\n                data-section="exercises"\n                class="filter-input-wrapper"\n              >\n                <div class="filter-input-inner-wrapper">\n                  <label\n                    for="filter-exercises-input"\n                    class="tnb-soft-hide"\n                  >\n                    Excercises filter input\n                  </label>\n                  <input\n                    id="filter-exercises-input"\n                    oninput="TopNavBar.filter(event, \'nav_exercises\')"\n                    type="text"\n                    class="filter-input"\n                    placeholder="Filter..."\n                    aria-label="Exercises filter bar"\n                  />\n\n                  <div\n                    class="filter-clear-btn tnb-button-dark-v2"\n                    role="button"\n                    aria-label="Filter clear button"\n                    onclick="TopNavBar.clearFilter(event, \'nav_exercises\')"\n                  >\n                    <span>&times;</span>\n                  </div>\n                </div>\n              </div>\n            </div>\n\n            <div class="w3-col l4 m6">\n              <div id="exercises_html_css_links_list">\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="html_and_css_title"\n                >\n                  HTML and CSS\n                </h3>\n                <div\n                  data-name="html"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-html"\n                    href="/html/html_exercises.asp"\n                    title="HTML Exercises"\n                  >\n                    HTML\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-html"\n                    href="/html/html_exercises.asp"\n                    title="HTML Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-html"\n                    href="/html/html_quiz.asp"\n                    title="HTML Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="css"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-css"\n                    href="/css/css_exercises.asp"\n                    title="CSS Exercises"\n                  >\n                    CSS\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-css"\n                    href="/css/css_exercises.asp"\n                    title="CSS Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-css"\n                    href="/css/css_quiz.asp"\n                    title="CSS Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="bootstrap3"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-bs3"\n                    href="/bootstrap/bootstrap_exercises.asp"\n                    title="Bootstrap 3 Exercises"\n                  >\n                    Bootstrap 3\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-bs3"\n                    href="/bootstrap/bootstrap_exercises.asp"\n                    title="Bootstrap 3 Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-bs3"\n                    href="/bootstrap/bootstrap_quiz.asp"\n                    title="Bootstrap 3 Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="bootstrap4"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-bs4"\n                    href="/bootstrap4/bootstrap_exercises.asp"\n                    title="Bootstrap 4 Exercises"\n                  >\n                    Bootstrap 4\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-bs4"\n                    href="/bootstrap4/bootstrap_exercises.asp"\n                    title="Bootstrap 4 Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-bs4"\n                    href="/bootstrap4/bootstrap_quiz.asp"\n                    title="Bootstrap 4 Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="bootstrap5"\n                  data-category="html_and_css"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-bs5"\n                    href="/bootstrap5/bootstrap_exercises.php"\n                    title="Bootstrap 5 Exercises"\n                  >\n                    Bootstrap 5\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-bs5"\n                    href="/bootstrap5/bootstrap_exercises.php"\n                    title="Bootstrap 5 Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-bs5"\n                    href="/bootstrap5/bootstrap_quiz.php"\n                    title="Bootstrap 5 Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n              </div>\n              <div\n                class="w3-hide-small"\n                id="exercises_data_analytics_links_list_desktop"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="data_analytics_title"\n                >\n                  Data Analytics\n                </h3>\n                <div\n                  data-name="dsa"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/dsa/dsa_exercises.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-dsa"\n                    title="DSA Exercises"\n                  >\n                    DSA\n                  </a>\n                  <a\n                    \n                    href="/dsa/dsa_exercises.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-dsa"\n                    title="DSA Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    href="/dsa/dsa_quiz.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-dsa"\n                    title="DSA Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="numpy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-numpy"\n                    href="/python/numpy/numpy_exercises.asp"\n                    title="NumPy Exercises"\n                  >\n                    NumPy\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-numpy"\n                    href="/python/numpy/numpy_exercises.asp"\n                    title="NumPy Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-numpy"\n                    href="/python/numpy/numpy_quiz.asp"\n                    title="NumPy Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="pandas"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-pandas"\n                    href="/python/pandas/pandas_exercises.asp"\n                    title="Pandas Exercises"\n                  >\n                    Pandas\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-pandas"\n                    href="/python/pandas/pandas_exercises.asp"\n                    title="Pandas Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-pandas"\n                    href="/python/pandas/pandas_quiz.asp"\n                    title="Pandas Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="scipy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-scipy"\n                    href="/python/scipy/scipy_exercises.php"\n                    title="SciPy Exercises"\n                  >\n                    SciPy\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-scipy"\n                    href="/python/scipy/scipy_exercises.php"\n                    title="SciPy Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-scipy"\n                    href="/python/scipy/scipy_quiz.php"\n                    title="SciPy Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="excel"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-excel"\n                    href="/excel/excel_exercises.php"\n                    title="Excel Exercises"\n                  >\n                    Excel\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-excel"\n                    href="/excel/excel_exercises.php"\n                    title="Excel Exercises"\n                  >\n                    Exercise\n                  </a>\n                </div>\n                <div class="black-box-container">\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-exercises"\n                    href="/exercises/index.php"\n                    title="W3Schools Exercises"\n                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px; margin-bottom: 16px"\n                  >\n                    What is an Exercise?\n                  </a>\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-quiztest"\n                    href="/quiztest/default.asp"\n                    title="W3Schools Quizzes"\n                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px"\n                  >\n                    What is a Quiz?\n                  </a>\n                </div>\n              </div>\n            </div>\n\n            <div\n              class="w3-col l4 m6"\n              id="exercises_javascript_links_list"\n            >\n              <h3\n                class="tnb-nav-section-title"\n                data-heading="javascript_title"\n              >\n                JavaScript\n              </h3>\n              <div\n                data-name="javascript"\n                data-category="javascript"\n              >\n                <a\n                  \n                  class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-js"\n                  href="/js/js_exercises.asp"\n                  title="JavaScript Exercises"\n                >\n                  JavaScript\n                </a>\n                <a\n                  \n                  class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-js"\n                  href="/js/js_exercises.asp"\n                  title="JavaScript Exercises"\n                >\n                  Exercise\n                </a>\n                <a\n                  \n                  class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-js"\n                  href="/js/js_quiz.asp"\n                  title="JavaScript Quizzes"\n                >\n                  Quiz\n                </a>\n              </div>\n              <div\n                data-name="react"\n                data-category="javascript"\n              >\n                <a\n                  \n                  class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-react"\n                  href="/react/react_exercises.asp"\n                  title="React Exercises"\n                >\n                  React\n                </a>\n                <a\n                  \n                  class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-react"\n                  href="/react/react_exercises.asp"\n                  title="React Exercises"\n                >\n                  Exercise\n                </a>\n                <a\n                  \n                  class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-react"\n                  href="/react/react_quiz.asp"\n                  title="React Quizzes"\n                >\n                  Quiz\n                </a>\n              </div>\n              <div\n                data-name="jquery"\n                data-category="javascript"\n              >\n                <a\n                  \n                  class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-jquery"\n                  href="/jquery/jquery_exercises.asp"\n                  title="jQuery Exercises"\n                >\n                  jQuery\n                </a>\n                <a\n                  \n                  class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-jquery"\n                  href="/jquery/jquery_exercises.asp"\n                  title="jQuery Exercises"\n                >\n                  Exercise\n                </a>\n                <a\n                  \n                  class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-jquery"\n                  href="/jquery/jquery_quiz.asp"\n                  title="jQuery Quizzes"\n                >\n                  Quiz\n                </a>\n              </div>\n              <div\n                data-name="vue"\n                data-category="javascript"\n              >\n                <a\n                  \n                  class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-vue"\n                  href="/vue/vue_exercises.php"\n                  title="Vue Exercises"\n                >\n                  Vue\n                </a>\n                <a\n                  \n                  class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-vue"\n                  href="/vue/vue_exercises.php"\n                  title="Vue Exercises"\n                >\n                  Exercise\n                </a>\n                <a\n                  \n                  class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-vue"\n                  href="/vue/vue_quiz.php"\n                  title="Vue Quizzes"\n                >\n                  Quiz\n                </a>\n              </div>\n            </div>\n\n            <div class="w3-col l4 m6">\n              <div id="exercises_backend_links_list">\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="backend_title"\n                >\n                  Backend\n                </h3>\n                <div\n                  data-name="python"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-python"\n                    href="/python/python_exercises.asp"\n                    title="Python Exercises"\n                  >\n                    Python\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-python"\n                    href="/python/python_exercises.asp"\n                    title="Python Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-python"\n                    href="/python/python_quiz.asp"\n                    title="Python Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="sql"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-sql"\n                    href="/sql/sql_exercises.asp"\n                    title="SQL Exercises"\n                  >\n                    SQL\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-sql"\n                    href="/sql/sql_exercises.asp"\n                    title="SQL Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-sql"\n                    href="/sql/sql_quiz.asp"\n                    title="SQL Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="mysql"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-mysql"\n                    href="/mysql/mysql_exercises.asp"\n                    title="MySQL Exercises"\n                  >\n                    MySQL\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-mysql"\n                    href="/mysql/mysql_exercises.asp"\n                    title="MySQL Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-mysql"\n                    href="/mysql/mysql_quiz.asp"\n                    title="MySQL Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="php"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-php"\n                    href="/php/php_exercises.asp"\n                    title="PHP Exercises"\n                  >\n                    PHP\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-php"\n                    href="/php/php_exercises.asp"\n                    title="PHP Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-php"\n                    href="/php/php_quiz.asp"\n                    title="PHP Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="java"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-java"\n                    href="/java/java_exercises.asp"\n                    title="Java Exercises"\n                  >\n                    Java\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-java"\n                    href="/java/java_exercises.asp"\n                    title="Java Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-java"\n                    href="/java/java_quiz.asp"\n                    title="Java Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="c"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-c"\n                    href="/c/c_exercises.php"\n                    title="C Exercises"\n                  >\n                    C\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-c"\n                    href="/c/c_exercises.php"\n                    title="C Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-c"\n                    href="/c/c_quiz.php"\n                    title="C Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="c++"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-cpp"\n                    href="/cpp/cpp_exercises.asp"\n                    title="C++ Exercises"\n                  >\n                    C++\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-cpp"\n                    href="/cpp/cpp_exercises.asp"\n                    title="C++ Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-cpp"\n                    href="/cpp/cpp_quiz.asp"\n                    title="C++ Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="c#"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-cs"\n                    href="/cs/cs_exercises.php"\n                    title="C# Exercises"\n                  >\n                    C#\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-cs"\n                    href="/cs/cs_exercises.php"\n                    title="C# Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-cs"\n                    href="/cs/cs_quiz.php"\n                    title="C# Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="r"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-r"\n                    href="/r/r_exercises.asp"\n                    title="R Exercises"\n                  >\n                    R\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-r"\n                    href="/r/r_exercises.asp"\n                    title="R Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-r"\n                    href="/r/r_quiz.asp"\n                    title="R Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="kotlin"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-kotlin"\n                    href="/kotlin/kotlin_exercises.php"\n                    title="Kotlin Exercises"\n                  >\n                    Kotlin\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-kotlin"\n                    href="/kotlin/kotlin_exercises.php"\n                    title="Kotlin Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-kotlin"\n                    href="/kotlin/kotlin_quiz.php"\n                    title="Kotlin Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="django"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-django"\n                    href="/django/django_exercises.php"\n                    title="Django Exercises"\n                  >\n                    Django\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-django"\n                    href="/django/django_exercises.php"\n                    title="Django Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-django"\n                    href="/django/django_quiz.php"\n                    title="Django Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="postgresql"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    href="/postgresql/postgresql_exercises.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-postgresql"\n                    title="PostgreSQL Exercises"\n                  >\n                    PostgreSQL\n                  </a>\n                  <a\n                    \n                    href="/postgresql/postgresql_exercises.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-postgresql"\n                    title="PostgreSQL Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    href="/postgresql/postgresql_quiz.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-postgresql"\n                    title="PostgreSQL Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="typescript"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-typescript"\n                    href="/typescript/typescript_exercises.php"\n                    title="TypeScript Exercises"\n                  >\n                    TypeScript\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-typescript"\n                    href="/typescript/typescript_exercises.php"\n                    title="TypeScript Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-typescript"\n                    href="/typescript/typescript_quiz.php"\n                    title="TypeScript Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="git"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-git"\n                    href="/git/git_exercises.asp"\n                    title="Git Exercises"\n                  >\n                    Git\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-git"\n                    href="/git/git_exercises.asp"\n                    title="Git Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-git"\n                    href="/git/git_quiz.asp"\n                    title="Git Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="go"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-go"\n                    href="/go/go_exercises.php"\n                    title="Go Exercises"\n                  >\n                    Go\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-go"\n                    href="/go/go_exercises.php"\n                    title="Go Exercises"\n                  >\n                    Exercise\n                  </a>\n                </div>\n                <div\n                  data-name="mongodb"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-mongodb"\n                    href="/mongodb/mongodb_exercises.php"\n                    title="MongoDB Exercises"\n                  >\n                    MongoDB\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-mongodb"\n                    href="/mongodb/mongodb_exercises.php"\n                    title="MongoDB Exercises"\n                  >\n                    Exercise\n                  </a>\n                </div>\n                <div\n                  data-name="aws cloud"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-aws-cloud"\n                    href="/aws/aws_exercises.php"\n                    title="AWS Cloud Exercises"\n                  >\n                    AWS Cloud\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-aws-cloud"\n                    href="/aws/aws_exercises.php"\n                    title="AWS Cloud Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-aws-cloud"\n                    href="/aws/aws_quiz.php"\n                    title="AWS Cloud Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n              </div>\n              <div\n                class="w3-hide-large w3-hide-medium"\n                id="exercises_data_analytics_links_list"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="data_analytics_title"\n                >\n                  Data Analytics\n                </h3>\n                <div\n                  data-name="dsa"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    href="/dsa/dsa_exercises.php"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-dsa"\n                    title="DSA Exercises"\n                  >\n                    DSA\n                  </a>\n                  <a\n                    \n                    href="/dsa/dsa_exercises.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-dsa"\n                    title="DSA Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    href="/dsa/dsa_quiz.php"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-dsa"\n                    title="DSA Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="numpy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-numpy"\n                    href="/python/numpy/numpy_exercises.asp"\n                    title="NumPy Exercises"\n                  >\n                    NumPy\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-numpy"\n                    href="/python/numpy/numpy_exercises.asp"\n                    title="NumPy Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-numpy"\n                    href="/python/numpy/numpy_quiz.asp"\n                    title="NumPy Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="pandas"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-pandas"\n                    href="/python/pandas/pandas_exercises.asp"\n                    title="Pandas Exercises"\n                  >\n                    Pandas\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-pandas"\n                    href="/python/pandas/pandas_exercises.asp"\n                    title="Pandas Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-pandas"\n                    href="/python/pandas/pandas_quiz.asp"\n                    title="Pandas Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="scipy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-scipy"\n                    href="/python/scipy/scipy_exercises.php"\n                    title="SciPy Exercises"\n                  >\n                    SciPy\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-scipy"\n                    href="/python/scipy/scipy_exercises.php"\n                    title="SciPy Exercises"\n                  >\n                    Exercise\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-scipy"\n                    href="/python/scipy/scipy_quiz.php"\n                    title="SciPy Quizzes"\n                  >\n                    Quiz\n                  </a>\n                </div>\n                <div\n                  data-name="excel"\n                  data-category="data_analytics"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-excel"\n                    href="/excel/excel_exercises.php"\n                    title="Excel Exercises"\n                  >\n                    Excel\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-excel"\n                    href="/excel/excel_exercises.php"\n                    title="Excel Exercises"\n                  >\n                    Exercise\n                  </a>\n                </div>\n                <div class="black-box-container">\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-exercises"\n                    href="/exercises/index.php"\n                    title="W3Schools Exercises"\n                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px; margin-bottom: 16px"\n                  >\n                    What is an Exercise?\n                  </a>\n                  <a\n                    \n                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-quiztest"\n                    href="/quiztest/default.asp"\n                    title="W3Schools Quizzes"\n                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px"\n                  >\n                    What is a Quiz?\n                  </a>\n                </div>\n              </div>\n            </div>\n          </div>\n          <br />\n        </div>\n\n        <div\n          class="w3-button tnb-close-nav-btn w3-round"\n          tabindex="0"\n          onclick="TopNavBar.closeNavItem(\'exercises\')"\n          onkeydown="TopNavBar.mouseHandler(event, this, \'exercises\')"\n          role="button"\n          aria-label="Close navigation"\n        >\n          <span>&times;</span>\n        </div>\n      </nav>\n\n      <nav\n        id="nav_certified"\n        class="dropdown-nav w3-hide-small navex"\n        tabindex="-1"\n        aria-label="Certification menu"\n      >\n        <div class="w3-content menu-content">\n          <div\n            id="certified_list"\n            class="w3-row-padding w3-bar-block"\n          >\n            <div class="nav-heading-container w3-container">\n              <div class="nav-heading-container-title">\n                <h2 style="color: #fff4a3"><b>Certificates</b></h2>\n              </div>\n              <div\n                data-section="certificates"\n                class="filter-input-wrapper"\n              >\n                <div class="filter-input-inner-wrapper">\n                  <label\n                    for="filter-certified-input"\n                    class="tnb-soft-hide"\n                  >\n                    Filter field for certifications\n                  </label>\n                  <input\n                    id="filter-certified-input"\n                    oninput="TopNavBar.filter(event, \'nav_certified\')"\n                    type="text"\n                    class="filter-input"\n                    placeholder="Filter..."\n                    aria-label="Certificate filter bar"\n                  />\n\n                  <div\n                    class="filter-clear-btn tnb-button-dark-v2"\n                    role="button"\n                    aria-label="Filter clear button"\n                    onclick="TopNavBar.clearFilter(event, \'nav_certified\')"\n                  >\n                    <span>&times;</span>\n                  </div>\n                </div>\n              </div>\n            </div>\n\n            <div class="w3-col l4 m6">\n              <div id="certified_html_css_links_list">\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="html_and_css_title"\n                >\n                  HTML and CSS\n                </h3>\n                <div\n                  data-name="html"\n                  data-category="html_and_css"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/html-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-html"\n                    title="HTML Certification Exam"\n                  >\n                    HTML\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/html-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-html"\n                    title="HTML Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/html-course"\n                    class="ws-btn acclink-text ga-top-dropga-top-drop-course-html"\n                    title="Paid HTML Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="css"\n                  data-category="html_and_css"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/css-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-css"\n                    title="CSS Certification Exam"\n                  >\n                    CSS\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/css-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-css"\n                    title="CSS Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/css-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-css"\n                    title="Paid CSS Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="bootstrap"\n                  data-category="html_and_css"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-3-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-bs3"\n                    title="Bootstrap 3 Certification Exam"\n                  >\n                    Bootstrap 3\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-3-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-bs3"\n                    title="Bootstrap 3 Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/single-courses/products/bootstrap-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-bs3"\n                    title="Paid Bootstrap 3 Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="bootstrap4"\n                  data-category="html_and_css"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-4-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-bs4"\n                    title="Bootstrap 4 Certification Exam"\n                  >\n                    Bootstrap 4\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-4-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-bs4"\n                    title="Bootstrap 4 Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/single-courses/products/bootstrap-4-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-bs4"\n                    title="Paid Bootstrap 4 Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="bootstrap5"\n                  data-category="html_and_css"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-5-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-bs5"\n                    title="Bootstrap 5 Certification Exam"\n                  >\n                    Bootstrap 5\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-5-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-bs5"\n                    title="Bootstrap 5 Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                </div>\n              </div>\n\n              <div\n                id="certified_data_analytics_links_list_desktop"\n                class="w3-hide-small"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="data_analytics_title"\n                >\n                  Data Analytics\n                </h3>\n                <div\n                  data-name="dsa"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/dsa-certification-exam"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-dsa"\n                    title="DSA Certificate Exam"\n                  >\n                    DSA\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/dsa-certification-exam"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-dsa"\n                    title="DSA Certificate Exam"\n                  >\n                    Certificate\n                  </a>\n                </div>\n                <div\n                  data-name="data analytics"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/data-analytics-program"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-data-analytic"\n                    title="Paid Data Analytics Course"\n                  >\n                    Data Analytics\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/data-analytics-program"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-data-analytic"\n                    title="Paid Data Analytics Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="numpy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/numpy-certification-exam"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-numpy"\n                    title="NumPy Certification Exam"\n                  >\n                    NumPy\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/numpy-certification-exam"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-numpy"\n                    title="NumPy Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/numpy-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-numpy"\n                    title="Paid NumPy Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="pandas"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/pandas-certification-exam"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-pandas"\n                    title="Pandas Certification Exam"\n                  >\n                    Pandas\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/pandas-certification-exam"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-pandas"\n                    title="Pandas Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/pandas-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-pandas"\n                    title="Paid Pandas Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="excel"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/excel-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-excel"\n                    title="Excel Certification Exam"\n                  >\n                    Excel\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/excel-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-excel"\n                    title="Excel Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                </div>\n                <div\n                  data-name="social media"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/social-media-marketing-course"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-some"\n                    title="Paid Social Media Course"\n                  >\n                    Social Media\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/social-media-marketing-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-some"\n                    title="Paid Social Media Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div class="black-box-container">\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com"\n                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-campus"\n                    title="W3Schools Campus"\n                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px; margin-bottom: 16px"\n                  >\n                    What is a Certificate?\n                  </a>\n                </div>\n              </div>\n\n              <div class="certified_programs_links_list w3-hide-large w3-hide-small">\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="programs_title"\n                >\n                  Programs\n                </h3>\n                <div\n                  data-name="full access"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/w3schools-full-access-course"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-fullaccess"\n                    title="Paid Full Access Course"\n                  >\n                    Full Access\n                    <span\n                      class="ribbon-topnav ws-green"\n                      style="font-size: 13px; font-weight: normal"\n                    >\n                      Best Value!\n                    </span>\n                  </a>\n                </div>\n                <div\n                  data-name="front end"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/front-end-course"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-front-end"\n                    title="Paid Front End Course"\n                  >\n                    Front End\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-front-end"\n                    title="Front End Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/front-end-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-front-end"\n                    title="Paid Front End Development Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="web design"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-dev"\n                    title="Web Development Certification"\n                  >\n                    Web Dev.\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-dev"\n                    title="Web Development Certification"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-modern-web-development"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-dev"\n                    title="Paid Web Development Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="web development"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-app"\n                    title="Web Application Development Certification"\n                  >\n                    Web App\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-app"\n                    title="Web Application Development Certification"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/web-application-development-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-app"\n                    title="Paid Web Application Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="web app"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-design"\n                    title="Web Design Certification Exam"\n                  >\n                    Web Design\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-design"\n                    title="Web Design Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-web-design"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-design"\n                    title="Paid Web Design Course"\n                  >\n                    Course\n                  </a>\n                </div>\n              </div>\n            </div>\n\n            <div class="w3-col l4 m6">\n              <div id="certified_javascript_links_list">\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="javascript_title"\n                >\n                  JavaScript\n                </h3>\n                <div\n                  data-name="javascript"\n                  data-category="javascript"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/javascript-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-js"\n                    title="JavaScript Certification Exam"\n                  >\n                    JavaScript\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/javascript-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-js"\n                    title="JavaScript Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/javascript-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-js"\n                    title="Paid JavaScript Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="react"\n                  data-category="javascript"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/react-js-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-react"\n                    title="React.js Certification Exam"\n                  >\n                    React\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/react-js-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-react"\n                    title="React.js Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/react-js-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-react"\n                    title="Paid React.js Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="jquery"\n                  data-category="javascript"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/jquery-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-jquery"\n                    title="jQuery Certification Exam"\n                  >\n                    jQuery\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/jquery-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-jquery"\n                    title="jQuery Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/jquery-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-jquery"\n                    title="Paid jQuery Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="vue"\n                  data-category="javascript"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/vue-js-certification-exam"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-vue"\n                    title="Vue Certification Exam"\n                  >\n                    Vue\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/vue-js-certification-exam"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-vue"\n                    title="Vue Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                </div>\n              </div>\n\n              <div class="certified_programs_links_list w3-hide-medium w3-hide-large">\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="programs_title"\n                >\n                  Programs\n                </h3>\n                <div\n                  data-name="full access"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/w3schools-full-access-course"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-fullaccess"\n                    title="Paid Full Access Course"\n                  >\n                    Full Access\n                    <span\n                      class="ribbon-topnav ws-green"\n                      style="font-size: 13px; font-weight: normal"\n                    >\n                      Best Value!\n                    </span>\n                  </a>\n                </div>\n                <div\n                  data-name="front end"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-front-end"\n                    title="Front End Certification Exam"\n                  >\n                    Front End\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-front-end"\n                    title="Front End Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/front-end-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-front-end"\n                    title="Paid Front End Development Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="web dev."\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-dev"\n                    title="Web Development Certification"\n                  >\n                    Web Dev.\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-dev"\n                    title="Web Development Certification"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-modern-web-development"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-dev"\n                    title="Paid Web Development Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="web app"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-app"\n                    title="Web Application Development Certification"\n                  >\n                    Web App\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-app"\n                    title="Web Application Development Certification"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/web-application-development-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-app"\n                    title="Paid Web Application Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="web design"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-design"\n                    title="Web Design Certification Exam"\n                  >\n                    Web Design\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-design"\n                    title="Web Design Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-web-design"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-design"\n                    title="Paid Web Design Course"\n                  >\n                    Course\n                  </a>\n                </div>\n              </div>\n              <div\n                class="certified_programs_links_list w3-hide-medium w3-hide-small"\n                id="certified_programs_links_list_desktop"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="programs_title"\n                >\n                  Programs\n                </h3>\n                <div\n                  data-name="full access"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/w3schools-full-access-course"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-fullaccess"\n                    title="Paid Full Access Course"\n                  >\n                    Full Access\n                    <span\n                      class="ribbon-topnav ws-green"\n                      style="font-size: 13px; font-weight: normal"\n                    >\n                      Best Value!\n                    </span>\n                  </a>\n                </div>\n                <div\n                  data-name="front end"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-front-end"\n                    title="Front End Certification Exam"\n                  >\n                    Front End\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-front-end"\n                    title="Front End Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/front-end-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-front-end"\n                    title="Paid Front End Development Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="web dev."\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-dev"\n                    title="Web Development Certification"\n                  >\n                    Web Dev.\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-dev"\n                    title="Web Development Certification"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-modern-web-development"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-dev"\n                    title="Paid Web Development Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="web app"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-app"\n                    title="Web Application Development Certification"\n                  >\n                    Web App\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-app"\n                    title="Web Application Development Certification"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/web-application-development-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-app"\n                    title="Paid Web Application Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="web design"\n                  data-category="programs"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-design"\n                    title="Web Design Certification Exam"\n                  >\n                    Web Design\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-design"\n                    title="Web Design Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-web-design"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-design"\n                    title="Paid Web Design Course"\n                  >\n                    Course\n                  </a>\n                </div>\n              </div>\n            </div>\n\n            <div class="w3-col l4 m6">\n              <div id="certified_backend_links_list">\n                <br class="w3-hide-large w3-hide-small" />\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="backend_title"\n                >\n                  Backend\n                </h3>\n                <div\n                  data-name="python"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/python-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-python"\n                    title="Python Certification Exam"\n                  >\n                    Python\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/python-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-python"\n                    title="Python Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/python-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-python"\n                    title="Paid Python Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="sql"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/sql-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-sql"\n                    title="SQL Certification Exam"\n                  >\n                    SQL\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/sql-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-sql"\n                    title="SQL Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/sql-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-sql"\n                    title="SQL Python Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="mysql"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/mysql-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-mysql"\n                    title="MySQL Certification Exam"\n                  >\n                    MySQL\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/mysql-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-mysql"\n                    title="MySQL Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                </div>\n                <div\n                  data-name="php"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/php-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-php"\n                    title="PHP Certification Exam"\n                  >\n                    PHP\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/php-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-php"\n                    title="PHP Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/php-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-php"\n                    title="Paid PHP Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="java"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/java-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-java"\n                    title="Java Certification Exam"\n                  >\n                    Java\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/java-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-java"\n                    title="Java Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/java-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-java"\n                    title="Paid Java Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="c"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/c-certification-exam"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-c"\n                    title="C Certification Exam"\n                  >\n                    C\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/c-certification-exam"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-c"\n                    title="C Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                </div>\n                <div\n                  data-name="c++"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/c-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-cpp"\n                    title="C++ Certification Exam"\n                  >\n                    C++\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/c-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-cpp"\n                    title="C++ Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/c-course-1"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-cpp"\n                    title="Paid C++ Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="c#"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/c-certificate-1"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-cs"\n                    title="C# Certification Exam"\n                  >\n                    C#\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/c-certificate-1"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-cs"\n                    title="C# Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/c-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-cs"\n                    title="Paid C# Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="r"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/r-course"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-r"\n                    title="Paid R Course"\n                  >\n                    R\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/r-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-r"\n                    title="Paid R Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="django"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/django-certification-exam"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-django"\n                    title="Django Certification Exam"\n                  >\n                    Django\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/django-certification-exam"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-django"\n                    title="Django Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                </div>\n                <div\n                  data-name="nodejs"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/nodejs-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-nodejs"\n                    title="NodeJS Certification Exam"\n                  >\n                    NodeJS\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/nodejs-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-nodejs"\n                    title="NodeJS Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                </div>\n                <div\n                  data-name="typescript"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/typescript-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-typescript"\n                    title="TypeScript Certification Exam"\n                  >\n                    TypeScript\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/typescript-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-typescript"\n                    title="TypeScript Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/learn-typescript"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-typescript"\n                    title="Paid TypeScript Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="xml"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/xml-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-xml"\n                    title="XML Certification Exam"\n                  >\n                    XML\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/xml-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-xml"\n                    title="XML Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-catalog/products/xml-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-xml"\n                    title="Paid XML Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="cyber security"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/cyber-security-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-cyber-sec"\n                    title="Cyber Security Certification Exam"\n                  >\n                    Cyber Security\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/cyber-security-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-cyber-sec"\n                    title="Cyber Security Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/cyber-security-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-cyber-sec"\n                    title="Paid Cyber Security Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="accessibility"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/accessibility-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-accessi"\n                    title="Accessibility Certification Exam"\n                  >\n                    Accessibility\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/certifications/products/accessibility-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-accessi"\n                    title="Accessibility Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/accessibility-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-accessi"\n                    title="Paid Accessibility Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="python apps on aws"\n                  data-category="backend"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/building-modern-python-apps-on-aws"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-python-apps-aws"\n                    title="Building Modern Python Apps on AWS"\n                  >\n                    Python Apps on AWS\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/building-modern-python-apps-on-aws"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-python-apps-aws"\n                    title="Building Modern Python Apps on AWS"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="aws training"\n                  data-category="backend"\n                >\n                  <a\n                    \n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-aws-training"\n                    href="/training/aws/home/"\n                    title="AWS Training"\n                  >\n                    AWS Training\n                  </a>\n                  <a\n                    \n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-aws-training"\n                    href="/training/aws/home/"\n                    title="AWS Training"\n                  >\n                    Courses\n                  </a>\n                </div>\n              </div>\n              <div\n                class="w3-hide-large w3-hide-medium"\n                id="certified_data_analytics_links_list"\n              >\n                <h3\n                  class="tnb-nav-section-title"\n                  data-heading="data_analytics_title"\n                >\n                  Data Analytics\n                </h3>\n                <div\n                  data-name="dsa"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/dsa-certification-exam"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-dsa"\n                    title="DSA Certification Exam"\n                  >\n                    DSA\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/dsa-certification-exam"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-dsa"\n                    title="DSA Certification Exam"\n                  >\n                    Exam\n                  </a>\n                </div>\n                <div\n                  data-name="data analytics"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/data-analytics-program"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-data-analytics"\n                    title="Paid Data Analytics Course"\n                  >\n                    Data Analytics\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/data-analytics-program"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-data-analytics"\n                    title="Paid Data Analytics Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="numpy"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/numpy-course"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-numpy"\n                    title="Paid NumPy Course"\n                  >\n                    NumPy\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/numpy-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-numpy"\n                    title="Paid NumPy Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="pandas"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/pandas-course"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-scipy"\n                    title="Paid SciPy Course"\n                  >\n                    Pandas\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/pandas-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-scipy"\n                    title="Paid SciPy Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div\n                  data-name="excel"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/excel-certificate"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-excel"\n                    title="Excel Certification Exam"\n                  >\n                    Excel\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/products/excel-certificate"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-excel"\n                    title="Excel Certification Exam"\n                  >\n                    Certificate\n                  </a>\n                </div>\n                <div\n                  data-name="social media"\n                  data-category="data_analytics"\n                >\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/social-media-marketing-course"\n                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-some"\n                    title="Paid Social Media Course"\n                  >\n                    Social Media\n                  </a>\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com/collections/course-best-sellers/products/social-media-marketing-course"\n                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-some"\n                    title="Paid Social Media Course"\n                  >\n                    Course\n                  </a>\n                </div>\n                <div class="black-box-container">\n                  <a\n                    target="_blank"\n                    href="https://campus.w3schools.com"\n                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-campus"\n                    title="W3Schools Campus"\n                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px; margin-bottom: 16px"\n                  >\n                    What is a Certificate?\n                  </a>\n                </div>\n              </div>\n            </div>\n          </div>\n          <br />\n        </div>\n\n        <div\n          class="w3-button tnb-close-nav-btn w3-round"\n          tabindex="0"\n          onclick="TopNavBar.closeNavItem(\'certified\')"\n          onkeydown="TopNavBar.mouseHandler(event, this, \'certified\')"\n          role="button"\n          aria-label="Close navigation"\n        >\n          <span>&times;</span>\n        </div>\n      </nav>\n\n      <nav\n        id="nav_services"\n        class="dropdown-nav w3-hide-small navex"\n        tabindex="-1"\n        aria-label="Services menu"\n      >\n        <div class="w3-content menu-content">\n          <div\n            id="services_list"\n            class="w3-row-padding w3-bar-block"\n          >\n            <div class="nav-heading-container w3-container">\n              <div class="nav-heading-container-title">\n                <h2 style="color: #fff4a3"><b>All Our Services</b></h2>\n              </div>\n\n              <div\n                data-section="services"\n                class="filter-input-wrapper"\n              >\n                <div class="filter-input-inner-wrapper">\n                  <label\n                    for="filter-services-input"\n                    class="tnb-soft-hide"\n                  >\n                    Services filter input\n                  </label>\n                  <input\n                    id="filter-services-input"\n                    oninput="TopNavBar.filter(event, \'nav_services\')"\n                    type="text"\n                    class="filter-input"\n                    placeholder="Filter..."\n                    aria-label="Services filter bar"\n                  />\n\n                  <div\n                    class="filter-clear-btn tnb-button-dark-v2"\n                    role="button"\n                    aria-label="Filter clear button"\n                    onclick="TopNavBar.clearFilter(event, \'nav_services\')"\n                  >\n                    <span>&times;</span>\n                  </div>\n                </div>\n              </div>\n            </div>\n\n            <div class="nav-heading-container w3-container">\n              <p class="tnb-services-headlines">\n                W3Schools offers a wide range of services and products for beginners and professionals,\n                <br />\n                helping millions of people everyday to learn and master new skills.\n              </p>\n            </div>\n\n            <div class="serviceboxes">\n              <div class="servicebox">\n                <a\n                  \n                  href="/tutorials/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-tut"\n                  title="Tutorials"\n                  aria-label="Free tutorials"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Free Tutorials</h4>\n                    <p>Enjoy our free tutorials like millions of other internet users since 1999</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/references/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-ref"\n                  title="References"\n                  aria-label="Tutorial references"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>References</h4>\n                    <p>Explore our selection of references covering all popular coding languages</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/spaces/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-spaces"\n                  title="Create a Website"\n                  aria-label="Create a website"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Create a Website</h4>\n                    <p>\n                      Create your own website with\n                      <strong>W3Schools Spaces</strong>\n                      - no setup required\n                    </p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/exercises/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-ex"\n                  title="Test yourself with exercises"\n                  aria-label="Exercises"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Exercises</h4>\n                    <p>Test your skills with different exercises</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/quiztest/default.asp"\n                  class="serviceslink ga-top-drop ga-top-drop-services-qz"\n                  title="Test yourself with quizzes"\n                  aria-label="Quizzes"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Quizzes</h4>\n                    <p>Test yourself with multiple choice questions</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox tnb-paid-service">\n                <a\n                  target="_blank"\n                  href="https://campus.w3schools.com/collections/certifications"\n                  class="serviceslink ga-top-drop ga-top-drop-services-cert"\n                  title="Certificates"\n                  aria-label="Certificates"\n                >\n                  <div\n                    class="w3-padding services w3-round"\n                    style="position: relative"\n                  >\n                    <h4>Get Certified</h4>\n                    <p>Document your knowledge</p>\n                    <svg\n                      style="position: absolute; top: 15px; right: 25px"\n                      width="15"\n                      height="36"\n                      viewBox="0 0 12 16"\n                      fill="none"\n                      xmlns="http://www.w3.org/2000/svg"\n                      aria-hidden="true"\n                    >\n                      <path\n                        d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"\n                        fill="#9763f6"\n                      ></path>\n                      <path\n                        d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"\n                        fill="#9763f6"\n                      ></path>\n                      <path\n                        d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"\n                        fill="#9763f6"\n                      ></path>\n                    </svg>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="https://profile.w3schools.com/sign-up"\n                  class="serviceslink ga-top-drop ga-top-drop-services-signup"\n                  title="Log in our Sign up"\n                  aria-label="Login or Sign up"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Log in / Sign Up</h4>\n                    <p>\n                      Create a\n                      <strong>free</strong>\n                      W3Schools Account to Improve Your Learning Experience\n                    </p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="https://profile.w3schools.com/sign-up"\n                  class="serviceslink ga-top-drop ga-top-drop-services-mylearn"\n                  title="Track Your Progress With My Learning"\n                  aria-label="My Learning"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>My Learning</h4>\n                    <p>Track your learning progress at W3Schools and collect rewards</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox tnb-paid-service">\n                <a\n                  \n                  href="/plus/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-pro"\n                  title="Upgrade subscription"\n                  aria-label="Upgrade subscription"\n                >\n                  <div\n                    class="w3-padding services w3-round"\n                    style="position: relative"\n                  >\n                    <h4>Upgrade</h4>\n                    <p>Become a PLUS user and unlock powerful features (ad-free, hosting, support,..)</p>\n                    <svg\n                      style="position: absolute; top: 15px; right: 25px"\n                      width="15"\n                      height="36"\n                      viewBox="0 0 12 16"\n                      fill="none"\n                      xmlns="http://www.w3.org/2000/svg"\n                      aria-hidden="true"\n                    >\n                      <path\n                        d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"\n                        fill="#9763f6"\n                      ></path>\n                      <path\n                        d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"\n                        fill="#9763f6"\n                      ></path>\n                      <path\n                        d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"\n                        fill="#9763f6"\n                      ></path>\n                    </svg>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/where_to_start.asp"\n                  class="serviceslink ga-top-drop ga-top-drop-services-wheretostart"\n                  title="Where To Start"\n                  aria-label="Where to start"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Where To Start</h4>\n                    <p>Not sure where you want to start? Follow our guided path</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/tryit/default.asp"\n                  class="serviceslink ga-top-drop ga-top-drop-services-code-editor"\n                  title="W3Schools Code Editor"\n                  aria-label="Code editor"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Code Editor (Try it)</h4>\n                    <p>With our online code editor, you can edit code and view the result in your browser</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox tnb-paid-service">\n                <a\n                  \n                  href="/videos/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-videos"\n                  title="HTML Video Tutorial"\n                  aria-label="Videos"\n                >\n                  <div\n                    class="w3-padding services w3-round"\n                    style="position: relative"\n                  >\n                    <h4>Videos</h4>\n                    <p>Learn the basics of HTML in a fun and engaging video tutorial</p>\n                    <svg\n                      style="position: absolute; top: 15px; right: 25px"\n                      width="15"\n                      height="36"\n                      viewBox="0 0 12 16"\n                      fill="none"\n                      xmlns="http://www.w3.org/2000/svg"\n                      aria-hidden="true"\n                    >\n                      <path\n                        d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"\n                        fill="#9763f6"\n                      ></path>\n                      <path\n                        d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"\n                        fill="#9763f6"\n                      ></path>\n                      <path\n                        d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"\n                        fill="#9763f6"\n                      ></path>\n                    </svg>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/w3css/w3css_templates.asp"\n                  class="serviceslink ga-top-drop ga-top-drop-services-templates"\n                  title="Free Web Templates"\n                  aria-label="Templates"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Templates</h4>\n                    <p>We have created a bunch of responsive website templates you can use - for free!</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/spaces/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-webhosting"\n                  title="Web Hosting with Spaces"\n                  aria-label="Web Hosting with Spaces"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Web Hosting</h4>\n                    <p>\n                      Host your own website, and share it to the world with\n                      <strong>W3Schools Spaces</strong>\n                    </p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox tnb-paid-service">\n                <a\n                  \n                  href="/spaces/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-createserver"\n                  title="Get your own server"\n                  aria-label="Get your own server"\n                >\n                  <div\n                    class="w3-padding services w3-round"\n                    style="position: relative"\n                  >\n                    <h4>Create a Server</h4>\n                    <p>Create your own server using Python, PHP, React.js, Node.js, Java, C#, etc.</p>\n                    <svg\n                      style="position: absolute; top: 15px; right: 25px"\n                      width="15"\n                      height="36"\n                      viewBox="0 0 12 16"\n                      fill="none"\n                      xmlns="http://www.w3.org/2000/svg"\n                      aria-hidden="true"\n                    >\n                      <path\n                        d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"\n                        fill="#9763f6"\n                      ></path>\n                      <path\n                        d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"\n                        fill="#9763f6"\n                      ></path>\n                      <path\n                        d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"\n                        fill="#9763f6"\n                      ></path>\n                    </svg>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/howto/default.asp"\n                  class="serviceslink ga-top-drop ga-top-drop-services-howto"\n                  title="How To Collection"\n                  aria-label="How To\'s"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>How To\'s</h4>\n                    <p>Large collection of code snippets for HTML, CSS and JavaScript</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/w3css/default.asp"\n                  class="serviceslink ga-top-drop ga-top-drop-services-w3css"\n                  title="W3.CSS Framework"\n                  aria-label="W3.CSS Framework"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>CSS Framework</h4>\n                    <p>\n                      Build fast and responsive sites using our free\n                      <strong>W3.CSS</strong>\n                      framework\n                    </p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/browsers/default.asp"\n                  class="serviceslink ga-top-drop ga-top-drop-services-browserstat"\n                  title="Browser Statistics"\n                  aria-label="Browser Statistics"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Browser Statistics</h4>\n                    <p>Read long term trends of browser usage</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/typingspeed/default.asp"\n                  class="serviceslink ga-top-drop ga-top-drop-services-typing"\n                  title="Test Your Typing speed"\n                  aria-label="Test Your Typing speed"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Typing Speed</h4>\n                    <p>Test your typing speed</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/training/aws/home/"\n                  class="serviceslink ga-top-drop ga-top-drop-services-aws-training"\n                  title="AWS Training"\n                  aria-label="AWS Training"\n                >\n                  <div\n                    class="w3-padding services w3-round"\n                    style="position: relative"\n                  >\n                    <h4>AWS Training</h4>\n                    <p>Learn Amazon Web Services</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/colors/colors_picker.asp"\n                  class="serviceslink ga-top-drop ga-top-drop-services-color-picker"\n                  title="Color Picker"\n                  aria-label="Color picker"\n                >\n                  <div\n                    class="w3-padding services w3-round"\n                    style="position: relative"\n                  >\n                    <h4>Color Picker</h4>\n                    <p>\n                      Use our color picker to find different RGB, HEX and HSL colors.\n                      <img\n                        class="w3-hide-medium"\n                        src="/images/colorpicker2000.png"\n                        alt="A circular color wheel showing the gradation of colors in the spectrum"\n                        loading="lazy"\n                        style="margin-left: 15px; width: 35px; position: absolute; top: 15px; right: 15px"\n                      />\n                    </p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/codegame/index.html"\n                  class="serviceslink ga-top-drop ga-top-drop-services-code-game"\n                  title="Coding Game"\n                  aria-label="Code game"\n                >\n                  <div\n                    class="w3-padding services w3-round"\n                    style="position: relative"\n                  >\n                    <h4>Code Game</h4>\n                    <p style="margin-top: 15px">\n                      W3Schools Coding Game! Help the lynx collect pine cones\n                      <img\n                        class="w3-hide-medium"\n                        src="/signup/lynxlogo.svg"\n                        alt="Lynx logo"\n                        style="margin-left: 15px; width: 35px; position: absolute; top: 7px; right: 15px"\n                      />\n                    </p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/pathfinder/pathfinder_goals.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-goals"\n                  title="Get personalized learning journey based on your current skills and goals"\n                  aria-label="Get personalized learning journey based on your current skills and goals"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Set Goal</h4>\n                    <p>Get personalized learning journey based on your current skills and goals</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  target="_blank"\n                  href="https://campus.w3schools.com/pages/newsletter"\n                  class="serviceslink ga-top-drop ga-top-drop-services-newsletter"\n                  title="Join Our Newsletter"\n                  aria-label="Newsletter"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Newsletter</h4>\n                    <p>Join our newsletter and get access to exclusive content every month</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/academy/teachers/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-academy-teachers"\n                  title="W3Schools Academy / Classroom"\n                  aria-label="W3Schools Academy / Classroom"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>For Teachers</h4>\n                    <p>Contact us about W3Schools Academy for educational institutions</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <a\n                  \n                  href="/academy/index.php"\n                  class="serviceslink ga-top-drop ga-top-drop-services-academy-business"\n                  title="W3Schools Academy / Classroom"\n                  aria-label="W3Schools Academy / Classroom"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>For Businesses</h4>\n                    <p>Contact us about W3Schools Academy for your organization</p>\n                  </div>\n                </a>\n              </div>\n\n              <div class="servicebox">\n                <div\n                  class="serviceslink ga-top-drop ga-top-drop-services-contact-us"\n                  title="Contact Us"\n                  aria-label="Contact Us"\n                >\n                  <div class="w3-padding services w3-round">\n                    <h4>Contact Us</h4>\n                    <p>\n                      About sales:\n                      <span style="float: right">sales@w3schools.com</span>\n                      <br />\n                      About errors:\n                      <span style="float: right">help@w3schools.com</span>\n                    </p>\n                  </div>\n                </div>\n              </div>\n\n              <div class="tnb-social-network-btns w3-hide-small w3-hide-medium">\n                <a\n                  target="_blank"\n                  href="https://www.youtube.com/@w3schools"\n                  title="W3Schools on YouTube"\n                  class="w3-button w3-round ga-fp"\n                >\n                  <i\n                    class="tnb-icon fa fa-youtube"\n                    aria-hidden="true"\n                  ></i>\n                </a>\n\n                <a\n                  target="_blank"\n                  href="https://www.linkedin.com/company/w3schools.com/"\n                  title="W3Schools on LinkedIn"\n                  class="w3-button w3-round ga-fp"\n                >\n                  <i\n                    class="tnb-icon fa"\n                    aria-hidden="true"\n                  >\n                    &#62220;\n                  </i>\n                </a>\n\n                <a\n                  target="_blank"\n                  href="https://discord.com/invite/w3schools"\n                  title="Join the W3schools community on Discord"\n                  class="w3-button w3-round ga-fp"\n                >\n                  <i\n                    class="tnb-icon fa -discord"\n                    aria-hidden="true"\n                  >\n                    &#59399;\n                  </i>\n                </a>\n\n                <a\n                  target="_blank"\n                  href="https://www.facebook.com/w3schoolscom/"\n                  title="W3Schools on Facebook"\n                  class="w3-button w3-round ga-fp"\n                >\n                  <i\n                    class="tnb-icon fa"\n                    aria-hidden="true"\n                  >\n                    &#59398;\n                  </i>\n                </a>\n\n                <a\n                  target="_blank"\n                  href="https://www.instagram.com/w3schools.com_official/"\n                  title="W3Schools on Instagram"\n                  class="w3-button w3-round ga-fp"\n                >\n                  <i\n                    class="tnb-icon fa"\n                    aria-hidden="true"\n                  >\n                    &#61805;\n                  </i>\n                </a>\n              </div>\n            </div>\n\n            <div\n              class="w3-button tnb-close-nav-btn w3-round"\n              tabindex="0"\n              onclick="TopNavBar.closeNavItem(\'services\')"\n              onkeydown="TopNavBar.mouseHandler(event, this, \'services\')"\n              role="button"\n              aria-label="Close navigation"\n            >\n              <span>&times;</span>\n            </div>\n          </div>\n        </div>\n      </nav>\n    </div>\n  </div>\n\n  <script>\n    var array_search_suggestions = [\n      ["html", "/html/default.asp", "HTML Tutorial"],\n      ["css", "/css/default.asp", "CSS Tutorial"],\n      ["js", "/js/default.asp", "JavaScript Tutorial"],\n      ["python", "/python/default.asp", "Python Tutorial"],\n      ["sql", "/sql/default.asp", "SQL Tutorial"],\n      ["php", "/php/default.asp", "PHP Tutorial"],\n      ["java", "/java/default.asp", "JAVA Tutorial"],\n      ["c", "/c/index.php", "C Tutorial"],\n      ["c++", "/cpp/default.asp", "C++ Tutorial"],\n      ["c#", "/cs/index.php", "C# Tutorial"],\n      ["jquery", "/jquery/default.asp", "jQuery Tutorial"],\n      ["w3css", "/w3css/default.asp", "W3.CSS Tutorial"],\n      ["bootstrap 3", "/bootstrap/default.asp", "Bootstrap3 Tutorial"],\n      ["bootstrap 4", "/bootstrap4/default.asp", "Bootstrap4 Tutorial"],\n      ["bootstrap 5", "/bootstrap5/index.php", "Bootstrap5 Tutorial"],\n      ["r", "/r/default.asp", "R Tutorial"],\n      ["html lists", "/html/html_lists.asp", "HTML List Tutorial", "li"],\n      ["html lists", "/html/html_lists_ordered.asp", "HTML Ordered Lists", ["li", "or"]],\n      ["html lists", "/html/html_lists_unordered.asp", "HTML Unordered Lists", ["li", "or"]],\n      ["css lists", "/css/css_list.asp", "CSS Styling Lists", "li"],\n      ["", "/python/python_lists.asp", "Python Lists", "li"],\n      ["", "/js/js_arrays.asp", "JavaScript Array Tutorial", "ar"],\n      ["", "/jsref/jsref_obj_array.asp", "JavaScript Array Object", "ar"],\n      ["", "/js/js_array_methods.asp", "JavaScript Array Methods", "ar"],\n      ["", "/python/python_arrays.asp", "Python Arrays", "ar"],\n      ["", "/php/php_arrays.asp", "PHP Array Tutorial", "ar"],\n      ["", "/java/java_arrays.asp", "Java Array Tutorial", "ar"],\n      ["kotlin", "/kotlin/index.php", "KOTLIN Tutorial"],\n      ["mysql", "/mysql/default.asp", "MySQL Tutorial"],\n      ["postgresql", "/postgresql/index.php", "PostgreSQL Tutorial"],\n      ["nodejs", "/nodejs/default.asp", "Node.js Tutorial"],\n      ["react.js", "/react/default.asp", "REACT Tutorial"],\n      ["vuejs", "/vue/index.php", "Vue.js Tutorial"],\n      ["json", "/js/js_json.asp", "JSON Tutorial"],\n      ["angularjs", "/angular/default.asp", "AngularJS Tutorial"],\n      ["w3js", "/w3js/default.asp", "W3.JS Tutorial"],\n      ["xml", "/xml/default.asp", "XML Tutorial"],\n      ["sass", "/sass/default.php", "SASS Tutorial"],\n      ["icons", "/icons/default.asp", "Icons Tutorial"],\n      ["", "/icons/icons_reference.asp", "Font Awesome Icons"],\n      ["", "/howto/howto_google_fonts.asp", "Google Fonts"],\n      ["rwd", "/css/css_rwd_intro.asp", "Responsive Web Design Tutorial"],\n      ["graphics", "/graphics/default.asp", "Graphics Tutorial"],\n      ["graphics", "/graphics/svg_intro.asp", "SVG Tutorial"],\n      ["canvas", "/graphics/canvas_intro.asp", "Canvas Tutorial"],\n      ["raspberry pi", "/nodejs/nodejs_raspberrypi.asp", "RaspberryPi Tutorial"],\n      ["cybersecurity", "/cybersecurity/index.php", "Cyber Security Tutorial"],\n      ["colors", "/colors/default.asp", "Colors Tutorial"],\n      ["typescript", "/typescript/index.php", "TypeScript Tutorial"],\n      ["git", "/git/default.asp", "Git Tutorial"],\n      ["matplotlib", "/python/matplotlib_intro.asp", "Matplotlib Tutorial"],\n      ["numpy", "/python/numpy/default.asp", "NumPy Tutorial"],\n      ["pandas", "/python/pandas/default.asp", "Pandas Tutorial"],\n      ["scipy", "/python/scipy/index.php", "SciPy Tutorial"],\n      ["asp", "/asp/default.asp", "ASP Tutorial"],\n      ["accessibility", "/accessibility/index.php", "Accessibility Tutorial"],\n      ["appml", "/appml/default.asp", "AppML Tutorial"],\n      ["go", "/go/index.php", "GO Tutorial"],\n      ["DSA", "/dsa/index.php", "Data Structures and Algorithms"],\n      ["excell", "/excel/index.php", "Excel Tutorial"],\n      ["google sheets", "/googlesheets/index.php", "Google Sheets Tutorial"],\n      ["ml", "/python/python_ml_getting_started.asp", "Machine Learning Tutorial"],\n      [" artificial intelligence", "/ai/default.asp", "AI Tutorial"],\n      ["statistics", "/statistics/index.php", "Statistics Tutorial"],\n      ["data science", "/datascience/default.asp", "Data Science Tutorial"],\n      ["code editor", "/tryit/tryit.asp?filename=tryhtml_hello", "Tryit Editor"],\n      ["color picker", "/colors/colors_picker.asp", "Color Picker"],\n      ["code game", "/codegame/index.html", "Code Game"],\n      ["exercises", "/exercises/index.php", "Exercises"],\n      ["quizzes", "/quiztest/default.asp", "Quizzes"],\n      ["templates", "/w3css/w3css_templates.asp", "W3.CSS Templates"],\n      ["courses", "https://shop.w3schools.com/collections/course-catalog", "Courses"],\n      ["certificates", "https://shop.w3schools.com/collections/certifications", "Certificates"],\n      ["spaces", "/spaces/index.php", "W3Schools Spaces"],\n      ["website", "/spaces/index.php", "Create website"],\n      ["how to", "/howto/default.asp", "How-To Library"],\n      ["aws cloud", "/aws/index.php", "AWS Cloud Tutorial"],\n      ["btn", "/tags/tag_button.asp", "HTML Button Tag", ["bu", "btn"]],\n      ["btn", "/css/css3_buttons.asp", "CSS Buttons", ["bu", "btn"]],\n      ["btn", "/bootstrap5/bootstrap_buttons.php", "Bootstrap 5 Buttons", ["bu", "btn"]],\n      ["btn", "/bootstrap5/bootstrap_button_groups.php", "Bootstrap 5 Button Groups", ["bu", "btn"]],\n      ["btn", "/w3css/w3css_buttons.asp", "W3.CSS Buttons", ["bu", "btn"]],\n      ["btn", "/howto/howto_css_round_buttons.asp", "How to create round buttons", ["bu", "btn"]],\n      ["", "/html/html_links.asp", "HTML Button as a link", ["bu", "btn"]],\n      ["tbl", "/html/html_tables.asp", "HTML Tables"],\n      ["tbl", "/tags/tag_table.asp", "HTML Table Tag", ["ta", "tb"]],\n      ["tbl", "/css/css_table.asp", "CSS Styling Tables", ["ta", "tb"]],\n      ["tbl", "/sql/sql_create_table.asp", "SQL CREATE TABLE", ["ta", "tb"]],\n      ["tbl", "/html/html_table_borders.asp", "HTML Table Borders", ["ta", "tb"]],\n      ["tbl", "/html/html_table_headers.asp", "HTML Table Headers", ["ta", "tb"]],\n      ["", "/tags/tag_div.asp", "HTML div Tag"],\n      ["div", "/html/html_div.asp", "HTML div Tutorial", "div"],\n      ["div", "/html/html_blocks.asp", "HTML Block Elements", "div"],\n      ["", "/html/html_form_input_types.asp", "HTML Input Types", "in"],\n      ["", "/tags/tag_input.asp", "HTML Input Tag", "in"],\n      ["", "/html/html_form_attributes.asp", "HTML Input Attributes", "in"],\n      ["", "/python/ref_func_input.asp", "Python input() Function", ["in", "us"]],\n      ["", "/c/c_user_input.php", "C User Input", ["in", "us"]],\n      ["", "/cpp/cpp_user_input.asp", "C++ User Input", ["in", "us"]],\n      ["", "/css/css_border.asp", "CSS Borders"],\n      ["", "/cssref/pr_border.php", "CSS border Property"],\n      ["", "/html/html_table_borders.asp", "HTML Table Borders", "bo"],\n      ["", "/html/html_forms.asp", "HTML Forms"],\n      ["", "/howto/howto_css_login_form.asp", "How to create a login form"],\n      ["", "/html/html_form_elements.asp", "HTML Form Elements"],\n      ["", "/tags/tag_form.asp", "HTML form Tag"],\n      ["", "/html/html_forms_attributes.asp", "HTML Form Attributes"],\n      ["", "/cssref/sel_hover.php", "CSS hover Selector"],\n      ["css hover", "/css/css3_transitions.asp", "CSS Transitions"],\n      ["img", "/html/html_images.asp", "HTML Images"],\n      ["img", "/css/css_background_image.asp", "CSS Background Images"],\n      ["img", "/cssref/pr_background-image.php", "CSS background-image Property"],\n      ["img", "/html/html_images_imagemap.asp", "HTML Image Map"],\n      ["img", "/howto/howto_css_image_overlay.asp", "How to create image hover effects"],\n      ["", "/css/css_background.asp", "CSS Backgrounds"],\n      ["", "/cssref/css3_pr_background.php", "CSS background Property"],\n      ["", "/html/html_images_background.asp", "HTML Background Images"],\n      ["", "/css/css_font.asp", "CSS Fonts"],\n      ["", "/cssref/pr_font_font.php", "CSS font Property"],\n      ["", "/cssref/pr_font_font.php", "CSS font-family Property"],\n      ["", "/css/css3_fonts.asp", "CSS Web Fonts"],\n      ["", "/cssref/css3_pr_font-face_rule.php", "CSS @font-face Rule"],\n      ["", "/cssref/css_websafe_fonts.php", "Web Safe Fonts"],\n      ["", "/css/css_positioning.asp", "CSS Position"],\n      ["", "/cssref/pr_class_position.php", "CSS position Property"],\n      ["", "/cssref/pr_background-position.php", "CSS background-position Property"],\n      ["", "/sql/func_mysql_position.asp", "MySQL POSITION() Function", "pos"],\n      ["", "/css/css_padding.asp", "CSS Padding"],\n      ["", "/cssref/pr_padding.php", "CSS padding Property"],\n      ["", "/html/html_table_padding_spacing.asp", "HTML Table Cell Padding"],\n      ["", "/cssref/pr_padding-top.php", "CSS padding-top Property"],\n      ["", "/cssref/pr_padding-right.php", "CSS padding-right Property"],\n      ["", "/cssref/pr_padding-bottom.php", "CSS padding-bottom Property"],\n      ["", "/cssref/pr_padding-left.php", "CSS padding-left Property"],\n      ["", "/tags/tag_span.asp", "HTML span Tag"],\n      ["", "/html/html_table_colspan_rowspan.asp", "HTML Table Colspan/Rowspan"],\n      ["inline span", "/html/html_blocks.asp", "HTML Inline Elements"],\n      ["", "/html/html_colors.asp", "HTML Colors"],\n      ["", "/css/css_colors.asp", "CSS Colors"],\n      ["", "/tags/ref_colornames.asp", "HTML Color Names"],\n      ["", "/cssref/pr_text_color.php", "CSS color Property"],\n      ["", "/css/css_display_visibility.asp", "CSS Display Tutorial"],\n      ["", "/cssref/pr_class_display.php", "CSS display Property"],\n      ["", "/howto/howto_css_display_element_hover.asp", "How to display elements on hover", "dis"],\n      ["", "/java/java_variables_print.asp", "Java display variables"],\n      ["", "/html/html_layout.asp", "HTML Footer"],\n      ["", "/tags/tag_footer.asp", "HTML footer Tag"],\n      ["", "/howto/howto_css_fixed_footer.asp", "How to create a fixed footer", "fo"],\n      ["", "/css/css_float.asp", "CSS Float Tutorial"],\n      ["", "/cssref/pr_class_float.php", "CSS float Property"],\n      ["", "/python/python_numbers.asp", "Python Float Numbers"],\n      ["", "/c/c_data_types.php", "C Float Data Type"],\n      ["", "/cpp/cpp_data_types.asp", "C++ Float Data Type"],\n      ["", "/cs/cs_data_types.php", "C# Float Data Type"],\n      ["", "/css/css_margin.asp", "CSS Margin Tutorial"],\n      ["", "/cssref/pr_margin.php", "CSS margin Property"],\n      ["", "/w3css/w3css_margins.asp", "W3.CSS Margins"],\n      ["css margins", "/css/css_boxmodel.asp", "CSS Box Model"],\n      ["", "/cssref/pr_margin-top.php", "CSS margin-top Property"],\n      ["", "/cssref/pr_margin-right.php", "CSS margin-right Property"],\n      ["", "/cssref/pr_margin-bottom.php", "CSS margin-bottom Property"],\n      ["", "/cssref/pr_margin-left.php", "CSS margin-left Property"],\n      ["", "/css/css3_flexbox.asp", "CSS Flexbox Tutorial"],\n      ["", "/cssref/css3_pr_flex.php", "CSS flex Property"],\n      ["", "/css/css3_flexbox_container.asp", "CSS Flex Container"],\n      ["", "/css/css3_flexbox_items.asp", "CSS Flex Items"],\n      ["", "/cssref/css3_pr_flex-direction.php", "CSS flex-direction Property"],\n      ["", "/cssref/css3_pr_flex-wrap.php", "CSS flext-wrap Property"],\n      ["", "/bootstrap5/bootstrap_flex.php", "Bootstrap 5 Flex Tutorial", "fle"],\n      ["css navbar", "/css/css_navbar.asp", "CSS Navigation Bar"],\n      ["css navbar", "/css/css_navbar_vertical.asp", "CSS Vertical Navigation Bar"],\n      ["css navbar", "/css/css_navbar_horizontal.asp", "CSS Horizontal Navigation Bar"],\n      ["bootstrap navbar", "/bootstrap5/bootstrap_navbar.php", "Bootstrap 5 Navigation Bar", "na"],\n      ["howto navigation", "/howto/howto_js_navbar_sticky.asp", "How to create a sticky navbar", "na"],\n      ["howto navigation", "/howto/howto_js_topnav.asp", "How to create a top navbar", "na"],\n      ["howto navigation", "/howto/howto_css_dropdown_navbar.asp", "How to create a dropdown navbar", "na"],\n      ["", "/css/css_grid.asp", "CSS Grid Tutorial"],\n      ["", "/css/css_grid_container.asp", "CSS Grid Container"],\n      ["", "/css/css_grid_item.asp", "CSS Grid Item"],\n      ["", "/bootstrap5/bootstrap_grid_basic.php", "Bootstrap 5 Grids", "gri"],\n      ["", "/howto/howto_css_image_grid_responsive.asp", "How to create a resonsive Image Grid", "gri"],\n      ["", "/cssref/pr_grid.php", "CSS grid Property", "gri"],\n      ["", "/html/html_links.asp", "HTML Link Tutorial", "li"],\n      ["html links", "/html/html_links_bookmarks.asp", "HTML Bookmarks", "li"],\n      ["html reference", "/tags/default.asp", "HTML Tag Reference"],\n      ["html certificate", "https://campus.w3schools.com/collections/certifications/products/html-certificate", "HTML Certificate"],\n      ["", "/tags/ref_html_browsersupport.asp", "HTML Browser Support"],\n      ["events reference", "/tags/ref_eventattributes.asp", "HTML Event Reference"],\n      ["color reference", "/colors/default.asp", "HTML Color Reference"],\n      ["attributes", "/tags/ref_attributes.asp", "HTML Attribute Reference"],\n      ["canvas reference", "/jsref/api_canvas.asp", "HTML Canvas Reference"],\n      ["svg reference", "/graphics/svg_reference.asp", "HTML SVG Reference"],\n      ["", "/graphics/google_maps_reference.asp", "Google Maps Reference"],\n      ["", "/cssref/index.php", "CSS Reference"],\n      ["", "/cssref/css3_browsersupport.asp", "CSS Browser Support"],\n      ["", "/cssref/css_selectors.asp", "CSS Selector Reference"],\n      ["", "/bootstrap/bootstrap_ref_all_classes.asp", "Bootstrap 3 Reference"],\n      ["", "/bootstrap4/bootstrap_ref_all_classes.asp", "Bootstrap 4 Reference"],\n      ["", "/w3css/w3css_references.asp", "W3.CSS Reference"],\n      ["", "/icons/icons_reference.asp", "Icon Reference"],\n      ["", "/sass/sass_functions_string.php", "Sass Reference"],\n      ["", "/jsref/default.asp", "JavaScript Reference"],\n      ["", "/jsref/default.asp", "HTML DOM Reference"],\n      ["", "/jquery/jquery_ref_overview.asp", "jQuery Reference"],\n      ["", "/angular/angular_ref_directives.asp", "AngularJS Reference"],\n      ["", "/python/python_reference.asp", "Python Reference"],\n      ["", "/java/java_ref_reference.asp", "Java Reference"],\n      ["", "/sql/sql_ref_keywords.asp", "SQL Reference"],\n      ["", "/mysql/mysql_ref_functions.asp", "MySQL Reference"],\n      ["", "/php/php_ref_overview.asp", "PHP Reference"],\n      ["", "/asp/asp_ref_response.asp", "ASP Reference"],\n      ["", "/xml/dom_nodetype.asp", "XML DOM Reference"],\n      ["", "/xml/dom_http.asp", "XML Http Reference"],\n      ["", "/xml/xsl_elementref.asp", "XSLT Reference"],\n      ["", "/xml/schema_elements_ref.asp", "XML Schema Reference"],\n      ["", "/charsets/default.asp", "HTML Character Sets"],\n      ["", "/charsets/ref_html_ascii.asp", "HTML ASCII"],\n      ["", "/charsets/ref_html_ansi.asp", "HTML ANSI"],\n      ["", "/charsets/ref_html_ansi.asp", "HTML Windows-1252"],\n      ["", "/charsets/ref_html_8859.asp", "HTML ISO-8859-1"],\n      ["", "/charsets/ref_html_symbols.asp", "HTML Symbols"],\n      ["", "/charsets/ref_html_utf8.asp", "HTML UTF-8"],\n      ["django", "/django/index.php", "Django Tutorial"],\n      ["mongodb", "/mongodb/index.php", "MongoDB Tutorial"],\n      ["", "/typingspeed/default.asp", "Test your typing speed"],\n      ["css certificate", "https://campus.w3schools.com/collections/certifications/products/css-certificate", "CSS Certificate"],\n      ["js certificate", "https://campus.w3schools.com/collections/certifications/products/javascript-certificate", "JavaScript Certificate"],\n      ["front end certificate", "https://campus.w3schools.com/collections/certifications/products/front-end-certificate", "Front End Certificate"],\n      ["sql certificate", "https://campus.w3schools.com/collections/certifications/products/sql-certificate", "SQL Certificate"],\n      ["python certificate", "https://campus.w3schools.com/collections/certifications/products/python-certificate", "Python Certificate"],\n      ["php certificate", "https://campus.w3schools.com/collections/certifications/products/php-certificate", "PHP Certificate"],\n      ["jquery certificate", "https://campus.w3schools.com/collections/certifications/products/jquery-certificate", "jQuery Certificate"],\n      ["java certificate", "https://campus.w3schools.com/collections/certifications/products/java-certificate", "Java Certificate"],\n      ["c certificate", "https://campus.w3schools.com/products/c-certification-exam", "C Certificate"],\n      ["c++ certificate", "https://campus.w3schools.com/collections/certifications/products/c-certificate", "C++ Certificate"],\n      ["c# certificate", "https://campus.w3schools.com/collections/certifications/products/c-certificate-1", "C# Certificate"],\n      ["xml certificate", "https://campus.w3schools.com/collections/certifications/products/xml-certificate", "XML Certificate"],\n      ["hosting", "/spaces/index.php", "W3Schools Spaces"],\n      ["free website", "/spaces/index.php", "Free website with W3Schools Spaces"],\n      ["server", "/spaces/index.php", "W3Schools Spaces"],\n      ["handlebars server", "/spaces/spaces_handlebars.php", "Handlebars Server"],\n      ["rust server", "/spaces/spaces_rust.php", "Rust Server"],\n      ["vue server", "/vue/vue_server.php", "Vue.js Server"],\n      ["java server", "/java/java_server.asp", "Java Server"],\n      ["react server", "/react/react_server.asp", "React.js Server"],\n      ["sql server", "/sql/sql_server.asp", "SQL Server"],\n      ["php server", "/php/php_server.asp", "PHP Server"],\n      ["python server", "/python/python_server.asp", "Python Server"],\n      ["django server", "/django/django_server.php", "Django Server"],\n      ["node server", "/nodejs/nodejs_server.asp", "Node.js Server"],\n      ["c sharp server", "/cs/cs_server.php", "C# Server"],\n      ["vue server", "/vue/vue_server.php", "Vue.js Server"],\n      ["buy", "/plus/index.php", "W3Schools Plus User"],\n      ["subscription", "/plus/index.php", "W3Schools Plus User"],\n      ["upgrade", "/plus/index.php", "W3Schools Plus User"],\n      ["plus", "/plus/index.php", "W3Schools Plus User"],\n      ["pro", "/plus/index.php", "W3Schools Plus User"],\n      ["ad free", "/plus/index.php", "W3Schools without ads"],\n      ["videos", "/videos/index.php", "W3Schools Video"],\n      ["login", "https://profile.w3schools.com", "Log into your W3Schools account"],\n      ["sign up", "https://profile.w3schools.com", "Sign up - Create a W3Schools account"],\n      ["goals", "/pathfinder/pathfinder_goals.php", "Set Goals"],\n      ["", "/tryit/tryit.asp?filename=tryhtml_hello", "HTML Compiler"],\n      ["", "/python/trypython.asp?filename=demo_default", "Python Compiler"],\n      ["", "/sql/trysql.asp?filename=trysql_select_where", "SQL Compiler"],\n      ["", "/php/phptryit.asp?filename=tryphp_intro", "PHP Compiler"],\n      ["", "/java/tryjava.asp?filename=demo_helloworld", "JAVA Compiler"],\n      ["", "/cpp/trycpp.asp?filename=demo_helloworld", "C++ Compiler"],\n      ["", "/c/tryc.php?filename=demo_helloworld", "C Compiler"],\n      ["", "/cs/trycs.php?filename=demo_helloworld", "C# Compiler"],\n      ["", "/r/tryr.asp?filename=demo_default", "R Compiler"],\n      ["", "/kotlin/trykotlin.php?filename=demo_helloworld", "Kotlin Compiler"],\n      ["", "/go/trygo.php?filename=demo_helloworld", "GO Compiler"],\n      ["", "/typescript/trytypescript.php?filename=demo_helloworld", "TypeScript Compiler"],\n      ["", "/tryit/trycompiler.asp?filename=demo_bash", "Bash Compiler"],\n      ["", "/tryit/trycompiler.asp?filename=demo_clojure", "Clojure Compiler"],\n      ["", "/tryit/trycompiler.asp?filename=demo_fortran", "Fortran Compiler"],\n      ["", "/tryit/trycompiler.asp?filename=demo_nodejs", "Node.js Compiler"],\n      ["", "/tryit/trycompiler.asp?filename=demo_perl", "Perl Compiler"],\n      ["", "/tryit/trycompiler.asp?filename=demo_ruby", "Ruby Compiler"],\n      ["", "/tryit/trycompiler.asp?filename=demo_scala", "Scala Compiler"],\n      ["", "/tryit/trycompiler.asp?filename=demo_swift", "Swift Compiler"],\n      ["", "/tryit/trycompiler.asp?filename=demo_vbnet", "VB.NET Compiler"],\n    ];\n  </script>\n\n\n\n  <div id="googleSearch">\n    <div class="gcse-search"></div>\n  </div>\n</div>\n<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KTCFC3S"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\n\n<script>\n(\nfunction setThemeMode() {\n  var x = localStorage.getItem("preferredmode");\n  var y = localStorage.getItem("preferredpagemode");  \n  if (x == "dark") {\n    document.body.className += " darktheme";\n  }\n  if (y == "dark") {\n    document.body.className += " darkpagetheme";\n  }\n})();\n</script>\n<style>\n#subtopnav {\n  position:fixed;\n  background-color: #282A35;\n  color:#f1f1f1;\n  padding:0;\n  letter-spacing:1px;\n  font-family: \'Source Sans Pro Topnav\', sans-serif;\n  font-size:0;\n  top:56px;\n  z-index:2;\n  width:100%;\n  white-space:nowrap;\n  overflow:auto;\n  scrollbar-width: none;\n}\n#subtopnav a{\n  display:inline-block;\n  width:auto;\n  margin:0!important;\n  padding:5px 15px 5px 15px !important;\n  font-size:15px!important;\n  text-decoration: none;  \n  line-height: 1.5;\n}\n#subtopnav a:hover,#subtopnav a:focus,#subtopnav a:active{\n  background-color:#000000 !important;\n  color:#ffffff !important;\n}\n#subtopnav a.active{\n  background-color: #04AA6D!important;\n  color:#fff!important;  \n}\n#btn_container_subtopnav {\n  position:fixed;\n  right:0;\n  top:56px;\n  font-size:0;\n  xxborder-left:10px solid rgba(40, 42, 53,0.5);\n  \n}\n#btn_container_subtopnav a{\n  line-height:1.3!important;\n  padding-top:7px!important;\n  padding-bottom:6px!important; \n  font-size:15px;\n  background-color:#282A35;  \n}\n#scroll_left_btn {\n  cursor:pointer;\n  display:none;\n  position:fixed;\n  left:0;\n  top:56px;\n  font-size: 15px;\n  xborder-right: 10px solid rgba(40, 42, 53,0.5);\n  xbackground: red;\n  }\n#scroll_left_btn span {\n  xbackground-color:#282A35;\n  background: linear-gradient(to right, #282A35 70%, transparent 100%);\n  display:block;\n  padding-top:5px;\n  padding-bottom:5px;  \n}\n#scroll_left_btn span:hover {\n  background: linear-gradient(to right, #000 95%, transparent 100%);\n}\n#scroll_right_btn {\n  cursor:pointer;\n  float:left;\n  font-size:15px;\n  xxbackground-color:#282A35;\n  background: linear-gradient(to left, #282A35 70%, transparent 100%);\n  \n  padding-top:5px;\n  padding-bottom:5px;  \n}\n#scroll_right_btn:hover {\n  background: linear-gradient(to left, #000 95%, transparent 100%);\n}\n#menubtn_container {\n  position:fixed;\n  left:0;\n  top:56px;\n  xborder-right:10px solid rgba(40, 42, 53,0.5);\n  height:33px;\n  color:white;\n  font-size:15px;\n}\n#menubtn_container span {\n  background-color:#282A35;  \n}\n#darkmodemenu {\n  position:fixed!important;\n  right:0;!important;  \n}\n#subtopnav::-webkit-scrollbar {\n  display:none!important;\n}\n\n#google_translate_element a{\n  font-size:13px!important;\n\n  line-height: normal;\n}\n#google_translate_element a:hover{\n  background-color:#fff!important;  \n  color:#000!important;    \n}\n</style>\n<script>\nactivate_subtopnav_scroll = 0;\nfrom_scrollpos = -1;\ncurrent_scrollpos = -1;\ngoto_tut = 1;\nfunction startscrolling_subtopnav(event) {\n  event.preventDefault();\n  from_scrollpos = event.clientX;\n  activate_subtopnav_scroll = 1;\n}\nfunction scrolling_subtopnav(event) {\n  current_scrollpos = event.clientX;\n  if (current_scrollpos == from_scrollpos) return false;\n  event.preventDefault();\n  if (event.buttons == 0) return false;\n  var scrollspeed;\n  if (activate_subtopnav_scroll == 1) {\n    goto_tut = 0;\n    scrollspeed = current_scrollpos - from_scrollpos;\n    scrollspeed = Math.abs(scrollspeed);\n    if (current_scrollpos < from_scrollpos) {\n     document.getElementById("scroll_left_btn").style.display = "block";     \n     document.getElementById("subtopnav").scrollLeft += scrollspeed;        \n    } else {\n      document.getElementById("subtopnav").scrollLeft -= scrollspeed;        \n    }\n    scrollbtn_visible();\n    from_scrollpos = current_scrollpos;\n  }\n}\nfunction endscrolling_subtopnav(event) {\n  event.preventDefault();\n  activate_subtopnav_scroll = 0;\n  from_scrollpos = -1;\n  current_scrollpos = -1;\n}\nfunction pellessii(event) {\n  if (goto_tut == 0) {\n    event.preventDefault();  \n    goto_tut = 1;\n    return false;\n  }\n}\nvar scrollspeed = 1;\nvar scrollinterval\nfunction scrollmenow(n) {\n  scrollinterval = window.setInterval(function() {\n    scrollspeed = scrollspeed * 1.1;\n    if (scrollspeed > 10) {scrollspeed = 10;}\n    if (n == 1) {\n      document.getElementById("subtopnav").scrollLeft += scrollspeed;  \n    } else {\n      document.getElementById("subtopnav").scrollLeft -= scrollspeed;  \n      \n    }\n    scrollbtn_visible();\n  }, 10);\n}\n\nvar p_s_l = 0;\nvar x_s_l = 0;\nfunction scrollbtn_visible() {\n  var c_s_l = document.getElementById("subtopnav").scrollLeft;\n  if (c_s_l < 1) {\n    document.getElementById("scroll_left_btn").style.display = "none";    \n  } else {\n    document.getElementById("scroll_left_btn").style.display = "block";    \n  }\n  if (c_s_l > 1 && c_s_l == p_s_l) {\n    x_s_l++;\n  } else {\n    x_s_l = 0;  \n  }\n  if (x_s_l > 3) {\n    document.getElementById("scroll_right_btn").style.display = "none";    \n  } else {\n    document.getElementById("scroll_right_btn").style.display = "block";  \n  }\n  p_s_l = document.getElementById("subtopnav").scrollLeft;\n}\n\nfunction stopscrollmenow() {\n  scrollspeed = 1;\n  window.clearInterval(scrollinterval);\n}\n\n//window.addEventListener("load", subtopnav_intoview);\n\nfunction subtopnav_intoview() {\n  var a, b, c, d, i = 0;\n  a = document.getElementById("subtopnav");\n  if (!a || !a.getElementsByClassName) {return false;}\n  var x = a.getElementsByTagName("A");\n  b = document.location.pathname;  \n  if (b.indexOf("/python/numpy/") > -1 || b.indexOf("/python/pandas/") > -1 || b.indexOf("/python/scipy/") > -1) {\n    for (i = 0; i < x.length; i++) {\n      c = x[i].pathname;\n      if ((b.indexOf("/python/numpy/") > -1 && c == "/python/numpy/default.asp") || (b.indexOf("/python/pandas/") > -1 && c == "/python/pandas/default.asp") || (b.indexOf("/python/scipy/") > -1 && c == "/python/scipy/index.php")) {\n        x[i].className += " active";\n        break;\n      }\n    }\n  } else {\n    for (i = 0; i < x.length; i++) {\n      c = x[i].pathname;\n      if (c.indexOf("void(0)") == -1 && b.substr(0, b.indexOf("/",1)) ==  c.substr(0, c.indexOf("/",1))) {\n        x[i].className += " active";\n        break;\n      }\n    }\n  }\n  d = a.getElementsByClassName("active");\n  if (d.length < 1) {return false;}  \n  while (!amIIntoView(a, d[0])) {\n    i++\n    if (i > 1000) {break;}\n    a.scrollLeft += 10;\n  }\n  scrollbtn_visible();\n}\n\nfunction amIIntoView(x, y) {\n  var a = x.scrollLeft;\n  var b = a + window.innerWidth;\n  var ytop = y.offsetLeft;\n  var c = y.offsetWidth;\n  var d = 0;\n  if (document.getElementById("btn_container_subtopnav")) d = document.getElementById("btn_container_subtopnav").offsetWidth;\n  var ybottom = ytop + c + d + 20;\n  return ((ybottom <= b) && (ytop >= a));\n}\n\n</script>\n<div id="subtopnav" onmousedown="startscrolling_subtopnav(event)" onmousemove="scrolling_subtopnav(event)" onmouseup="endscrolling_subtopnav(event)" onclick="return pellessii(event)">\n  <div id="scroll_left_btn" class="w3-hide-medium w3-hide-small">\n    <span onmousedown="scrollmenow(-1)" onmouseup="stopscrollmenow()" onmouseout="stopscrollmenow()">&nbsp;&nbsp;&nbsp;&#10094;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>\n  </div>\n  <div id="menubtn_container">\n    <span>\n        \n        <a href=\'javascript:void(0);\' class=\'topnav-icons fa fa-menu w3-hide-large w3-hide-medium w3-hide-small w3-left w3-bar-item w3-button ga-nav\' style="line-height:1.1;padding-top:3px!important;" onclick=\'open_menu()\' title=\'Menu\'></a>      \n        \n    </span>      \n  </div>\n  <a href="/html/default.asp" class="ga-nav subtopnav_firstitem" title="HTML Tutorial">HTML</a>\n  <a href="/css/default.asp" class="ga-nav" title="CSS Tutorial">CSS</a>\n  <a href="/js/default.asp" class="ga-nav" title="JavaScript Tutorial">JAVASCRIPT</a>\n  <a href="/sql/default.asp" class="ga-nav" title="SQL Tutorial">SQL</a>\n  <a href="/python/default.asp" class="ga-nav" title="Python Tutorial">PYTHON</a>\n  <a href="/java/default.asp" class="ga-nav" title="Java Tutorial">JAVA</a>\n  <a href="/php/default.asp" class="ga-nav" title="PHP Tutorial">PHP</a>\n  <a href="/howto/default.asp" class="ga-nav" title="How to">HOW TO</a>\n  <a href="/w3css/default.asp" class="ga-nav" title="W3.CSS Tutorial">W3.CSS</a>\n  <a href="/c/index.php" class="ga-nav" title="C Tutorial">C</a>\n  <a href="/cpp/default.asp" class="ga-nav" title="C++ Tutorial">C++</a>\n  <a href="/cs/index.php" class="ga-nav" title="C# Tutorial">C#</a>\n  <a href="/bootstrap/bootstrap_ver.asp" class="ga-nav" title="Bootstrap Tutorial">BOOTSTRAP</a>\n  <a href="/react/default.asp" class="ga-nav" title="React Tutorial">REACT</a>\n  <a href="/mysql/default.asp" class="ga-nav" title="MySQL Tutorial">MYSQL</a>\n  <a href="/jquery/default.asp" class="ga-nav" title="JQuery Tutorial">JQUERY</a>\n  <a href="/excel/index.php" class="ga-nav" title="Excel Tutorial">EXCEL</a>\n  <a href="/xml/default.asp" class="ga-nav" title="XML Tutorial">XML</a>\n  <a href="/django/index.php" class="ga-nav" title="Django Tutorial">DJANGO</a>\n  <a href="/python/numpy/default.asp" class="ga-nav" title="NumPy Tutorial">NUMPY</a>\n  <a href="/python/pandas/default.asp" class="ga-nav" title="Pandas Tutorial">PANDAS</a>\n  <a href="/nodejs/default.asp" class="ga-nav" title="Node.js Tutorial">NODEJS</a>\n  <a href="/r/default.asp" class="ga-nav" title="R Tutorial">R</a>\n  <a href="/typescript/index.php" class="ga-nav" title="TypeScript Tutorial">TYPESCRIPT</a>\n  <a href="/angular/default.asp" class="ga-nav" title="Angular.js Tutorial">ANGULAR</a>\n  <a href="/git/default.asp" class="ga-nav" title="Git Tutorial">GIT</a>\n  <a href="/postgresql/index.php" class="ga-nav" title="PostgreSQL Tutorial">POSTGRESQL</a>\n  <a href="/mongodb/index.php" class="ga-nav" title="MongoDB Tutorial">MONGODB</a>\n  <a href="/asp/default.asp" class="ga-nav" title="ASP Tutorial">ASP</a>\n  <a href="/ai/default.asp" class="ga-nav" title="A.I. Tutorial">AI</a>\n  <a href="/go/index.php" class="ga-nav" title="Go Tutorial">GO</a>\n  <a href="/kotlin/index.php" class="ga-nav" title="Kotlin Tutorial">KOTLIN</a>\n  <a href="/sass/default.asp" class="ga-nav" title="Sass Tutorial">SASS</a>\n  <a href="/vue/index.php" class="ga-nav" title="Vue.js Tutorial">VUE</a>\n  <a href="/dsa/index.php" class="ga-nav" title="DSA Tutorial">DSA</a>\n  <a href="/gen_ai/index.php" class="ga-nav" title="Gen A.I. Tutorial">GEN AI</a>\n  <a href="/python/scipy/index.php" class="ga-nav" title="SciPy Tutorial">SCIPY</a>\n  <a href="/aws/index.php" class="ga-nav" title="AWS Tutorial">AWS</a>\n  <a href="/cybersecurity/index.php" class="ga-nav" title="Cyber security Tutorial">CYBERSECURITY</a>\n  <a href="/datascience/default.asp" class="ga-nav" title="Data science Tutorial">DATA SCIENCE</a>\n  <a href="javascript:void(0)" style="width:50px;visibility:hidden;"></a>  \n  <div id="btn_container_subtopnav">\n    <div id="scroll_right_btn" class="w3-hide-medium w3-hide-small">\n      <span onmousedown="scrollmenow(1)" onmouseup="stopscrollmenow()" onmouseout="stopscrollmenow()">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#10095;&nbsp;&nbsp;&nbsp;</span>\n    </div>\n  </div>\n</div>\n<!--\n<div class="topnav notranslate" id=\'topnav\' style="position:fixed!important;top:56px">\n  <div style="overflow:auto;">\n    <div class="w3-bar w3-left topnavbar" style="width:100%;overflow:hidden;height:32px">\n\n      <a href=\'javascript:void(0);\' class=\'topnav-icons fa fa-menu w3-hide-large w3-hide-medium w3-hide-small w3-left w3-bar-item w3-button ga-nav\' style="line-height:1.1;padding-top:8px!important;padding-bottom:7px!important;" onclick=\'open_menu()\' title=\'Menu\'></a>\n\n      <a href=\'/default.asp\' style="display:none" class=\'topnav-icons fa fa-home w3-left w3-bar-item w3-button ga-nav\' title=\'Home\'></a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/html/default.asp\' title=\'HTML Tutorial\' style="padding-left:18px!important;padding-right:18px!important;">HTML</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/css/default.asp\' title=\'CSS Tutorial\'>CSS</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/js/default.asp\' title=\'JavaScript Tutorial\'>JAVASCRIPT</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/sql/default.asp\' title=\'SQL Tutorial\'>SQL</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/python/default.asp\' title=\'Python Tutorial\'>PYTHON</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/java/default.asp\' title=\'Java Tutorial\'>JAVA</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/php/default.asp\' title=\'PHP Tutorial\'>PHP</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/bootstrap/bootstrap_ver.asp\' title=\'Bootstrap Tutorial\'>BOOTSTRAP</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/howto/default.asp\' title=\'How To\'>HOW TO</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/w3css/default.asp\' title=\'W3.CSS Tutorial\'>W3.CSS</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/c/index.php\' title=\'C Tutorial\'>C</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/cpp/default.asp\' title=\'C++ Tutorial\'>C++</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/cs/index.php\' title=\'C# Tutorial\'>C#</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/react/default.asp\' title=\'React Tutorial\'>REACT</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/r/default.asp\' title=\'R Tutorial\'>R</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/jquery/default.asp\' title=\'jQuery Tutorial\'>JQUERY</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/django/index.php\' title=\'Django Tutorial\'>DJANGO</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/typescript/index.php\' title=\'Typescript Tutorial\'>TYPESCRIPT</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/nodejs/default.asp\' title=\'NodeJS Tutorial\'>NODEJS</a>\n      <a class="w3-bar-item w3-button ga-nav" href=\'/mysql/default.asp\' title=\'MySQL Tutorial\'>MYSQL</a>\n    </div>\n  </div>\n</div>\n-->\n<script>\nsubtopnav_intoview();\n</script>\n\n\n<div class=\'w3-main w3-light-grey\' id=\'belowtopnav\'>\n\n  <div class=\'w3-row w3-white\'>\n    \n    <div class=\'w3-col l12 m12\' id=\'main\'>      \n\n<div class="ws-black w3-center herosection">\n  <div class="w3-content learntocodecontent">\n    <h1 class="learntocodeh1">Learn to Code</h1>\n    <h3 class="learntocodeh3"> \n      <i class="fa fa-logo w3-hide" style="color:#FFC0C7!important;margin-right:20px;z-index:1;font-size:36px!important;vertical-align:bottom"></i>\n      With the world\'s largest web developer site.\n    </h3>\n    <br>\n    <form class="example" action="/action_page.php" style="margin:auto;max-width:500px">\n      <input type="text" placeholder="Search our tutorials, e.g. HTML" aria-label="Search our tutorials" id="search2" class="ga-fp" autocomplete="off" onkeydown="key_pressed_in_search(event)" oninput="find_search_results(this)" onfocus="find_search_results(this)">\n      <button type="button" id="learntocode_searchbtn" onclick="click_learntocode_search_btn()"><i id="learntocode_searchicon" class="fa fa-search ga-fp" title="Search our tutorials"></i></button>\n      <div id="listofsearchresults">\n      </div>\n    </form>  \n    <h4 class="learntocodeh4">\n      <a href="where_to_start.asp" class="ga-fp">Not Sure Where To Begin?</a>\n    </h4>\n  </div>\n</div>\n\n<svg style="background-color:#D9EEE1;" width="100%" height="70" viewbox="0 0 100 100" preserveAspectRatio="none">\n  <path id="wavepath" d="M0,0  L110,0C35,150 35,0 0,100z" fill="#282A35" />\n</svg>\n\n<div class="w3-row w3-padding-32 ws-light-green" style="margin-top:-10px;">\n<div class="w3-content">\n\n <div class="w3-col l6 w3-center" style="padding:3%;">\n  <h1 style="font-size:100px;font-weight:700;margin-top:-18px!important;">HTML</h1>\n  <p style="font-size:19px;">The language for building web pages</p>\n  <a href="/html/default.asp" class="w3-button ga-fp tut-button" style="margin-bottom:2px;">Learn HTML</a><br>\n  <a style="position:relative;overflow:visible;margin-bottom:1px;" href="https://www.w3schools.com/videos/index.php" class="w3-button ga-fp ws-yellow tut-button ws-yellow-hover" title="HTML video tutorial">Video Tutorial</a><br>\n  <a href="/tags/default.asp" class="w3-button ga-fp w3-block ref-button black-color">HTML Reference</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/html-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add HTML Certification">Get Certified</a><br>\n  </div>\n <div class="w3-col l6" style="padding:3%">\n  <div class="w3-hide-small grey-color w3-card-2 w3-round" style="padding:16px;">\n   <h3>HTML Example:</h3>\n   <div class="w3-code htmlHigh notranslate green-border" style="height:300px">\n&lt;!DOCTYPE html&gt;<br>\n&lt;html&gt;<br>&lt;head&gt;<br>\n&lt;title&gt;HTML Tutorial&lt;/title&gt;<br>&lt;/head&gt;<br>\n&lt;body&gt;<br><br>\n&lt;h1&gt;This is a heading&lt;/h1&gt;<br>\n&lt;p&gt;This is a paragraph.&lt;/p&gt;<br><br>\n&lt;/body&gt;<br>\n&lt;/html&gt;\n   </div>\n   <a href="/html/tryit.asp?filename=tryhtml_default_default" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>\n  </div>\n </div>\n </div>\n</div>\n\n<div class="w3-row w3-padding-32 ws-yellow">\n<div class="w3-content">\n <div class="w3-col l6 w3-center" style="padding:3%">\n  <h1 style="font-size:100px;font-weight:700">CSS</h1>\n  <p style="font-size:19px;">The language for styling web pages</p>\n  <a href="/css/default.asp" class="w3-button ga-fp w3-block tut-button">Learn CSS</a><br>\n  <a href="/cssref/index.php" class="w3-button ga-fp w3-block ref-button black-color">CSS Reference</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/css-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add CSS Certification">Get Certified</a><br>\n  </div>\n <div class="w3-col l6" style="padding:3%">\n  <div class="w3-hide-small grey-color w3-card-2 w3-round" style="padding:16px;">\n  <h3>CSS Example:</h3>\n  <div class="w3-code cssHigh notranslate green-border">\nbody {<br>\n&nbsp; background-color: lightblue;<br>}<br><br>\nh1 {<br>\n&nbsp; color: white;<br>\n&nbsp; text-align: center;<br>}<br><br>p {<br>&nbsp; font-family: verdana;<br>}</div>\n  <a href="/css/tryit.asp?filename=trycss_default" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>\n  </div>\n </div>\n </div>\n</div>\n\n<div class="w3-row w3-padding-32 ws-black">\n<div class="w3-content">\n <div class="w3-col l6 w3-center" style="padding:3%">\n  <h1 style="font-size:70px;font-weight:700;margin-bottom:18px!important">JavaScript</h1>\n  <p style="font-size:19px">The language for programming web pages</p>\n  <a href="/js/default.asp" class="w3-button ga-fp w3-block tut-button">Learn JavaScript</a><br>\n  <a href="/jsref/default.asp" class="w3-button ga-fp w3-block ref-button">JavaScript Reference</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/javascript-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add JavaScript Certification">Get Certified</a><br>\n </div>\n <div class="w3-col l6" style="padding:3%">\n  <div class="w3-hide-small w3-card-2 grey-color w3-round" style="padding:16px;">\n   <h3>JavaScript Example:</h3>\n   <div class="w3-code notranslate green-border">\n   <div class="htmlHigh">\n&lt;button onclick=&quot;myFunction()&quot;&gt;Click Me!&lt;/button&gt;<br><br>\n&lt;script&gt;<br>\nfunction myFunction() {<br>\n     &nbsp; let x = document.getElementById(&quot;demo&quot;);<br>\n&nbsp; x.style.fontSize = &quot;25px&quot;; <br>\n&nbsp; x.style.color = &quot;red&quot;; <br>}<br>\n&lt;/script&gt;\n    </div>\n   </div>\n   <a href="/js/tryit.asp?filename=tryjs_default" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>\n  </div>\n </div>\n </div>\n</div>\n\n<div class="w3-row w3-padding-32 ws-light-pink">\n<div class="w3-content">\n <div class="w3-col l6 w3-center" style="padding:3%">\n  <h1 style="font-weight:700">Python</h1>\n  <p style="font-size:19px">A popular programming language</p>\n  <a href="/python/default.asp" class="w3-button ga-fp w3-block tut-button">Learn Python</a><br>\n  <a href="/python/python_reference.asp" class="w3-button ga-fp ref-button black-color">Python Reference</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/python-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add Python Certification">Get Certified</a><br>\n </div>\n <div class="w3-col l6" style="padding:3%">\n  <div class="w3-hide-small w3-card-2 grey-color w3-round" style="padding:16px;">\n  <h3>Python Example:</h3>\n  <div class="w3-code jsHigh notranslate green-border" style="height:210px">\n    if 5 &gt; 2:<br>&nbsp; print("Five is greater than two!")\n  </div>\n  <a href="/python/trypython.asp?filename=demo_indentation" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>\n  </div>\n </div>\n </div>\n</div>\n\n<div class="w3-row w3-padding-32 ws-turquoise">\n<div class="w3-content">\n <div class="w3-col l6 w3-center" style="padding:3%">\n  <h1 style="font-weight:700">SQL</h1>\n  <p style="font-size:19px">A language for accessing databases</p>\n  <a href="/sql/default.asp" class="w3-button ga-fp w3-block tut-button">Learn SQL</a><br>\n  <a href="/sql/sql_ref_keywords.asp" class="w3-button ga-fp ref-button black-color">SQL Reference</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/sql-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add SQL Certification">Get Certified</a><br>\n\n </div>\n <div class="w3-col l6" style="padding:3%">\n  <div class="w3-hide-small w3-card-2 grey-color w3-round" style="padding:16px;">\n  <h3>SQL Example:</h3>\n  <div class="w3-code sqlHigh notranslate green-border" style="height:210px">\n   SELECT * FROM Customers<br>\n   WHERE Country=\'Mexico\';\n  </div>\n  <a href="/sql/trysql.asp?filename=trysql_select_where" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>\n  </div>\n </div>\n</div>\n</div>\n\n<div class="w3-row w3-padding-64 ws-black">\n  <div style="max-width:1400px;margin:auto">\n    <div class="w3-col l6 w3-center" style="padding:2% 3%;">\n      <div class="w3-card-2 w3-round" style="color:black;background-color:#FFC0C7;padding:24px">\n        <h2 style="font-size:45px;font-weight:700">PHP</h2>\n        <div style="height:70px;">\n          <h5 class="w3-text-dark-grey">A web server programming language</h5>\n        </div>\n        <a href="/php/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn PHP</a>\n      </div>\n\n    </div>\n    <div class="w3-col l6 w3-center" style="padding:2% 3%;">\n      <div class="w3-card-2 w3-round" style="background-color: #FFF4A3;color:black;padding:24px">\n        <h2 style="font-size:45px;font-weight:700">jQuery</h2>\n        <div style="height:70px;">\n          <h5 class="w3-text-dark-grey">A JS library for developing web pages</h5>\n        </div>\n        <a href="/jquery/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn jQuery</a>\n      </div>\n    </div>\n\n    <div class="w3-col l6 w3-center" style="padding:2% 3%;">\n      <div class="w3-card-2 w3-round" style="color:black;background-color:#F3ECEA;padding:24px">\n        <h2 style="font-size:45px;font-weight:700">Java</h2>\n        <div style="height:70px;">\n          <h5 class="w3-text-dark-grey">A programming language</h5>\n        </div>\n        <a href="/java/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn Java</a>\n      </div>\n    </div>\n\n    <div class="w3-col l6 w3-center" style="padding:2% 3%;">\n      <div class="w3-card-2 w3-round" style="color:black;background-color:#D9EEE1;padding:24px">\n        <h2 style="font-size:45px;font-weight:700">C++</h2>\n        <div style="height:70px;">\n          <h5 class="w3-text-dark-grey">A programming language</h5>\n        </div>\n        <a href="/cpp/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn C++</a>\n      </div>\n    </div>\n\n    <div class="w3-col l6 w3-center" style="padding:2% 3%;">\n      <div class="w3-card-2 w3-round" style="color:black;background-color:#96D4D4;padding:24px;">\n        <h2 style="font-size:45px;font-weight:700">W3.CSS</h2>\n        <div style="height:70px;">\n          <h5>A CSS framework for faster and better responsive web pages</h5>\n        </div>\n        <a href="/w3css/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn W3.CSS</a>\n      </div>\n    </div>\n\n    <div class="w3-col l6 w3-center" style="padding:2% 3%;">\n      <div class="w3-card-2 w3-round" style="color:black;background-color:#E7E9EB;padding:24px;">\n        <h2 style="font-size:45px;font-weight:700">Bootstrap</h2>\n        <div style="height:70px;">\n          <h5 class="w3-text-dark-grey">A CSS framework for designing better web pages</h5>\n        </div>\n        <a href="/bootstrap/bootstrap_ver.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn Bootstrap</a>\n      </div>\n    </div>\n  </div>\n</div>\n\n<div class="w3-row ws-black tutbuttons" style="padding-bottom:64px;">\n  <div style="max-width:1400px;margin:auto">\n    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">\n      <a href="/c/index.php" title="C Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-pink" style="padding:36px 24px">\n          <h2 style="font-size:30px;font-weight:500">C</h2>\n        </div>\n      </a>\n    </div>\n    \n    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">\n      <a href="/cs/index.php" title="C# Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-yellow" style="padding:36px 24px">\n          <h2 style="font-size:30px;font-weight:500">C#</h2>\n        </div>\n      </a>\n    </div>\n  \n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/r/default.asp" title="R Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">R</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/kotlin/index.php" title="Kotlin Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px 15px">\n          <h2 style="font-size:30px;font-weight:500">Kotlin</h2>\n        </div>\n      </a>\n    </div>\n\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/nodejs/default.asp" title="Node.js Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Node.js</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/react/default.asp" title="React Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">React</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/js/js_json.asp" title="JSON Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">JSON</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/vue/index.php" title="Vue Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Vue</h2>\n        </div>\n      </a>\n    </div>\n    \n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/mysql/default.asp" title="MySQL Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">MySQL</h2>\n        </div>\n      </a>\n    </div>\n    \n<!--\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/w3js/default.asp" title="W3.JS Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">W3.JS</h2>\n        </div>\n      </a>\n    </div>\n    -->\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/xml/default.asp" title="XML Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">XML</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/sass/default.php" title="Sass Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Sass</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/icons/default.asp" title="Icons Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Icons</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/css/css_rwd_intro.asp" title="Responsive Web Design Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">RWD</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/graphics/default.asp" title="Graphics Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Graphics</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/graphics/svg_intro.asp" title="SVG Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">SVG</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/graphics/canvas_intro.asp" title="Canvas Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Canvas</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/nodejs/nodejs_raspberrypi.asp" title="Raspberry Pi Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px 0">\n          <h2 style="font-size:30px;font-weight:500">Raspberry Pi</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/cybersecurity/index.php" title="Cyber Security Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px 0">\n          <h2 style="font-size:30px;font-weight:500">Cyber<span class="ws-hide-special"> Security</span></h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/colors/default.asp" title="Colors Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Colors</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/git/default.asp" title="Git Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Git</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/python/matplotlib_intro.asp" title="Python Matplotlib Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Matplotlib</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/python/numpy/default.asp" title="Python NumPy Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">NumPy</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/python/pandas/default.asp" title="Python Pandas Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Pandas</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/python/scipy/index.php" title="Python SciPy Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">SciPy</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/asp/default.asp" title="ASP Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">ASP</h2>\n        </div>\n      </a>\n    </div>\n\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/angular/default.asp" title="AngularJS Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-pink" style="padding:24px 0">\n          <h2 style="font-size:30px;font-weight:500">AngularJS</h2>\n        </div>\n      </a>\n    </div>\n\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/appml/default.asp" title="AppML Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">AppML</h2>\n        </div>\n      </a>\n    </div>\n\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/go/index.php" title="Go Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Go</h2>\n        </div>\n      </a>\n    </div>\n    \n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/typescript/index.php" title="TypeScript Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">TypeScript</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/django/index.php" title="Django Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Django</h2>\n        </div>\n      </a>\n    </div>\n    \n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/mongodb/index.php" title="MongoDB Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">MongoDB</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/statistics/index.php" title="Statistics Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Statistics</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/datascience/default.asp" title="Data Science Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px;padding-left:0;padding-right:0">\n          <h2 style="font-size:30px;font-weight:500;white-space:nowrap;">Data Science</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/typingspeed/default.asp" title="Graphics Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px;padding-left:0;padding-right:0">\n          <h2 style="font-size:30px;font-weight:500;white-space:nowrap">Typing Speed</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/howto/default.asp" title="How To - Code snippets" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">HowTo</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/codegame/index.html" title="Code Game" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-pink" style="padding:24px 0">\n          <h2 style="font-size:30px;font-weight:500">Code Game</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/spaces/index.php" title="Spaces - free web hosting" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px 0">\n          <h2 style="font-size:30px;font-weight:500">Spaces</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">\n      <a href="/postgresql/index.php" title="PostgrSQL Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px 0">\n          <h2 style="font-size:30px;font-weight:500">PostgreSQL</h2>\n        </div>\n      </a>\n    </div>\n    \n    <!-- End small boxes -->\n\n    <!-- other boxes -->\n    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">\n      <a href="/excel/index.php" title="Excel Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Excel</h2>\n        </div>\n      </a>\n    </div>\n\n    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">\n      <a href="/dsa/index.php" title="DSA Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px 0">\n          <h2 style="font-size:30px;font-weight:500">DSA - D<span style="font-size:80%">ata </span>S<span style="font-size:80%">tructures and </span>A<span style="font-size:80%">lgorithms</span></h2>\n        </div>\n      </a>\n    </div>\n   \n    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">\n      <a href="/python/python_ml_getting_started.asp" title="Machine Learning Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Machine Learning</h2>\n        </div>\n      </a>\n    </div>\n    \n    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">\n      <a href="/ai/default.asp" title="Artificial Intelligence Tutorial" class="ga-fp">\n        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">\n          <h2 style="font-size:30px;font-weight:500">Artificial Intelligence</h2>\n        </div>\n      </a>\n    </div>\n\n  </div>\n</div>\n\n<div class="ws-black" style="padding:30px 3px 85px 3px">\n  <div class="w3-content w3-padding" style="max-width:974px;padding-top:78px;padding-bottom:125px">\n    <h1 style="font-size:65px;font-weight:700;text-align:center">Code Editor</h1>\n    <h4 style="margin-top:25px;" class="w3-center">With our online code editor, you can edit code and view the result in your browser</h4>\n    <br><br>\n    <div class="codeeditorbr-container">\n      <div class="codeeditorbr-row">\n        <div class="codeeditorbr-column codeeditorbr-left">\n          <span class="codeeditorbr-dot" style="background:#ED594A;"></span>\n          <span class="codeeditorbr-dot" style="background:#FDD800;"></span>\n          <span class="codeeditorbr-dot" style="background:#5AC05A;"></span>\n        </div>\n\n        <div class="codeeditorbr-column codeeditorbr-middle">\n          <input type="text" disabled class="codeeditorbr-input" value="www.w3schools.com/tryit/" aria-label="w3schools.com/tryit">\n        </div>\n      </div>\n        <div class="w3-bar" style="background-color:#f1f1f1">\n    <button class="w3-bar-item w3-button ga-fp codeeditorbr-tablink ws-grey" style="color:black" onclick="openLangTab(event,\'Frontend\')">Frontend</button>\n    <button class="w3-bar-item w3-button ga-fp codeeditorbr-tablink" style="color:black" onclick="openLangTab(event,\'Backend\')">Backend</button>\n  </div>\n    <div id="Frontend" class="proglang">\n      <picture>\n       <source srcset="codeeditor.webp" type="image/webp" style="width:100%;height:auto;display:block;border-bottom-left-radius:4px;border-bottom-right-radius:4px;" />\n       <img src="codeeditor.gif" loading="lazy" alt="Frontend Code Editor" style="width:100%;height:auto;display:block;border-bottom-left-radius:4px;border-bottom-right-radius:4px;" >\n      </picture>\n    </div>\n    <div id="Backend" class="proglang" style="display:none">\n      <picture>\n        <source srcset="/tryit/best2.webp" type="image/webp" style="width:100%;height:auto;display:block;border-bottom-left-radius:4px;border-bottom-right-radius:4px;" />\n        <img src="/tryit/best2.gif" loading="lazy" alt="Backend Code Editor" style="width:100%;height:auto;display:block;border-bottom-left-radius:4px;border-bottom-right-radius:4px;">\n      </picture>\n    </div>\n\n    </div><br>\n    <!--\n    <a href="/tryit/tryit.asp?filename=tryhtml_default" target="_blank" class="ws-btn" style="font-size:18px;text-align:left;width:325px;">Try it Yourself (HTML/CSS/JS)</a><br><br>\n    <a href="/tryit/trycompiler.asp?filename=demo_python" target="_blank" class="ws-btn ws-yellow hover-yellow" style="font-size:18px;text-align:left;width:325px;">Try it Yourself (Python/PHP/Java etc.)</a>\n    -->\n    <a href="/tryit/tryit.asp?filename=tryhtml_hello" target="_blank" class="ws-btn w3-mobile" style="font-size:18px;text-align:left;">Try Frontend Editor (HTML/CSS/JS)</a><br><br>\n    <a href="/tryit/trycompiler.asp?filename=demo_python" target="_blank" class="ws-btn w3-mobile ws-yellow hover-yellow" style="font-size:18px;text-align:left;">Try Backend Editor (Python/PHP/Java/C..)</a>\n  </div>\n</div>\n\n<div class="ws-black w3-center" style="background-color:#F3ECEA;color:white;">  \n  <div style="background-color:#282A35;opacity:0.98;margin:auto;padding:25px 20px 80px 20px; max-width:1400px;">\n    <h1 style="font-size:65px;font-weight:700;">W3Schools Spaces</h1>\n    <h3 style="margin-top:35px;">If you want to create your own website, check out <a href="/spaces/index.php" class="ws-hover-text-green" style="color: #FFC0C7;">W3Schools Spaces</a>.</h3>\n    <h3>It is free to use, and does not require any setup:</h3>\n    <br>\n    <picture>\n      <source srcset="/spaces/dynamicspaces.webp" type="image/webp" style="max-width:100%;width:850px;margin-bottom: 55px; margin-top: 20px;" />\n      <img src="/spaces/dynamicspaces.gif" alt="Dynamic Spaces" style="max-width:100%;width:850px;margin-bottom: 55px; margin-top: 20px;" loading="lazy">\n    </picture>\n    <a href="/spaces/index.php" class="ws-btn tut-button" style="margin-top:16px;font-size:21px;width:300px;padding: 11px 18px;" title="Learn more about W3Schools Spaces">Learn More</a><br>\n  </div>\n</div>\n\n<div class="w3-row ws-light-green" style="background-color:white;color:#000;padding-top:65px;padding-bottom:70px">\n  <div class="w3-center w3-content w3-padding">\n    <div class="w3-col l6" style="padding:3%">\n    <a href="https://profile.w3schools.com/sign-up" target="_blank">\n    <picture>\n      <source id="img_mylearning" srcset="/images/mylearning24.webp" type="image/webp" style="width:100%;max-width:500px;margin-top:15px;margin-bottom:5px;"/>\n      <img id="img_mylearning" src="/images/mylearning24.png" style="width:100%;max-width:500px;margin-top:15px;margin-bottom:5px;" loading="lazy" alt="My Learning">\n    </picture>  \n    </a>\n    </div>\n    <div class="w3-col l6 w3-center" style="padding:3%">\n      <h1 style="font-size:65px;font-weight:700;">My Learning</h1>\n      <h4 style="margin-top:35px;">Track your progress with<br>our free "My Learning" program.</h4>\n      <h4 style="margin-top:35px;">Log in to your account, and start earning points!</h4>\n      <p><a href="https://profile.w3schools.com/sign-up" target="_blank" class="ws-btn tut-button" style="margin-top:22px;font-size:20px;width:300px;padding: 11px 18px;" id="myLearningFromDefault" title="Sign up to try My Learning">Sign Up for Free</a></p>\n    </div>\n  </div>\n</div>\n\n<div class="pro-caption ws-black">\n  <h1>Become a Plus User</h1>\n  <h3>And unlock powerful features:</h3>\n\n  <div style="text-align:center;margin:auto">\n    <ul style="display:inline-block">\n      <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Browse W3Schools <strong>without ads</strong></li>\n      <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Build and host Websites</li>\n      <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Get extra credits</li>\n      <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Priority support</li>\n    </ul>\n  </div>\n  <a href="/plus/index.php" class="ws-btn tut-button ga-fp" style="margin-top:35px;font-size:20px;width:300px;padding: 11px 18px;" id="proFromDefault" title="Learn more about W3Schools Plus">Learn More</a><br>\n</div>\n\n<div class="w3-center" style="background-color:#F3ECEA;color:#000;padding-top:78px;padding-bottom:95px">\n<div class="w3-content">\n  <h1 style="font-size:65px;font-weight:700;">Color Picker</h1>\n  <h4 style="margin-top:25px;">W3Schools\' famous color picker:</h4>\n  <a href="/colors/colors_picker.asp" class="w3-hover-opacity ga-fp">\n    <picture>\n      <source srcset="/images/colorpicker.webp" type="image/webp" style="width:150px;height:128px;margin-top:16px;" />\n      <img style="width:150px;height:128px;margin-top:16px;" src="/images/colorpicker.png" alt="Colorpicker" loading="lazy">\n    </picture>\n  </a>\n</div>\n</div>\n\n\n<div class="pro-caption w3-row w3-padding-32 ws-black">\n  <div class="w3-content">\n   <div class="w3-col l6 w3-center" style="padding:3%">\n    <h1 style="font-size:70px;font-weight:700;margin-bottom:18px!important">For Teachers</h1>\n    <p style="font-size:19px">Streamline your teaching:</p>\n    <div style="text-align:center;margin:auto">\n      <ul style="display:inline-block">\n        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Manage your classroom</li>\n        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Ready-to-use learning materials</li>\n        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Customize study plans</li>\n        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Track student progress</li>\n        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Interactive coding challenges</li>\n      </ul>\n    </div> \n    <a href="/academy/teachers/index.php" class="w3-button ga-fp w3-block tut-button" style="margin-top:20px">Learn More</a><br>\n   </div>\n   <div class="w3-col l6" style="padding:3%">\n      <a href="/academy/teachers/index.php">\n      <picture>\n        <source srcset="/images/classroom.webp" type="image/webp" style="width:100%;max-width:500px;margin-top:16px;" />\n        <img style="width:100%;max-width:500px;margin-top:16px;" src="/images/classroom.png" alt="Classroom" loading="lazy">\n      </picture>\n      </a>\n   </div>\n   </div>\n  </div>\n\n<div class="w3-row ws-turquoise" style="padding-top:40px;padding-bottom:40px;">\n <div class="w3-col l12 w3-center" style="padding:3%;">\n  <h1 style="font-family: \'Freckle Face\', cursive;font-size:48px">Code Game</h1>\n  <h2 style="font-family: \'Freckle Face\', cursive;">Help the Lynx collect pine cones!</h2>\n  <a href="/codegame/index.html" target="_blank" class="w3-hover-opacity">\n    <picture>\n      <source style="margin:16px 0;" srcset="/images/w3lynx_200.webp" type="image/webp" />\n      <img style="margin:16px 0;" src="/images/w3lynx_200.png" alt="Code Game" loading="lazy">\n    </picture>\n  </a>\n  <p><a class="w3-button ga-fp tut-button black-color" href="/codegame/index.html" target="_blank" style="font-size:20px;padding: 11px 18px">Play Game</a></p>\n </div>\n</div>\n\n<div class="w3-center w3-padding-64 ws-black" style="padding-left:20px;padding-right:20px;background-color:#232434;color:white">\n  <h2 style="font-size:65px;font-weight:700">Exercises and Quizzes</h2>\n  <h4>Test your skills!</h4>\n  <br>\n  <div class="w3-row-padding w3-content" style="max-width:1352px">\n    <div class="w3-half" >\n      <p><a class="w3-button ga-fp exercise-button w3-round ws-green" href="/exercises/index.php">Exercises</a></p>\n    </div>\n    <div class="w3-half">\n      <p><a class="w3-button ga-fp exercise-button w3-round ws-yellow hover-yellow" href="/quiztest/default.asp">Quizzes</a></p>\n    </div>\n  </div><br>\n</div>\n\n<div class="w3-center ws-grey" style="padding:64px 24px 90px 24px">\n  <h1 style="font-size:65px;font-weight:700;">Web Templates</h1><br>\n  <h4>Browse our selection of <strong>free</strong> responsive HTML Templates</h4>\n  <div class="w3-content">\n    <a href="/w3css/w3css_templates.asp">\n      <picture>\n        <source srcset="w3css_templates.webp" type="image/webp" style="width:100%;margin:16px 0 20px 0" />\n        <img src="w3css_templates.jpg" loading="lazy" style="width:100%;margin:16px 0 20px 0" alt="W3.CSS Templates">\n      </picture>\n    </a>\n  </div>\n  <p><a href="/w3css/w3css_templates.asp" class="w3-button ga-fp tut-button black-color w3-padding-16 w3-mobile" style="width:50%;font-size:20px;">Browse Templates</a></p>\n</div>\n\n<div class="w3-panel" id="getdiploma" style="margin-top:0;padding-bottom:64px;background-color:#282A35;">\n  <div style="max-width:1225px;margin:auto;position:relative">\n    <h2>Kickstart your career</h2>\n    <p>Get certified by completing a course</p>\n    <a class="w3-btn w3-margin-bottom" href="https://campus.w3schools.com/collections/course-catalog" target="_blank" style="font-size:20px;">Get started</a>  \n    <svg id="w3_cert_arrow_default" viewBox="0 0 170 143" fill="none" xmlns="http://www.w3.org/2000/svg">\n    <path d="M9.7747 42.7064C9.7747 42.7064 19.5575 77.2951 44.4558 84.8113C62.0225 90.1142 81.0061 80.1196 77.791 68.3309C76.0904 62.0955 69.0574 62.4735 65.5106 65.8444C59.1003 71.9368 67.8591 89.7423 77.9205 96.1324C112.816 118.295 161.943 84.5867 161.943 84.5867" stroke="white" stroke-width="2" stroke-linecap="round"/>\n    <path d="M159.804 93.8429L162.704 84.4917L152.715 80.8293" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n    </svg>\n    <svg id="w3_cert_badge_default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style>.cls-1{fill:#04aa6b;}.cls-2{font-size:23px;}.cls-2,.cls-3,.cls-4{fill:#fff;}.cls-2,.cls-3{font-family:RobotoMono-Medium, Roboto Mono;font-weight:500;}.cls-3{font-size:20.08px;}</style></defs><circle class="cls-1" cx="150" cy="150" r="146.47" transform="translate(-62.13 150) rotate(-45)"/><text class="cls-2" transform="translate(93.54 63.89) rotate(-29.5)">w</text><text class="cls-2" transform="translate(107.13 56.35) rotate(-20.8)">3</text><text class="cls-2" transform="matrix(0.98, -0.21, 0.21, 0.98, 121.68, 50.97)">s</text><text class="cls-2" transform="translate(136.89 47.84) rotate(-3.47)">c</text><text class="cls-2" transform="translate(152.39 47.03) rotate(5.12)">h</text><text class="cls-2" transform="translate(167.85 48.54) rotate(13.72)">o</text><text class="cls-2" transform="translate(182.89 52.35) rotate(22.34)">o</text><text class="cls-2" transform="matrix(0.86, 0.52, -0.52, 0.86, 197.18, 58.36)">l</text><text class="cls-2" transform="matrix(0.77, 0.64, -0.64, 0.77, 210.4, 66.46)">s</text><text class="cls-3" transform="translate(35.51 186.66) rotate(69.37)"> </text><text class="cls-3" transform="matrix(0.47, 0.88, -0.88, 0.47, 41.27, 201.28)">C</text><text class="cls-3" transform="matrix(0.58, 0.81, -0.81, 0.58, 48.91, 215.03)">E</text><text class="cls-3" transform="matrix(0.67, 0.74, -0.74, 0.67, 58.13, 227.36)">R</text><text class="cls-3" transform="translate(69.16 238.92) rotate(39.44)">T</text><text class="cls-3" transform="matrix(0.85, 0.53, -0.53, 0.85, 81.47, 248.73)">I</text><text class="cls-3" transform="translate(94.94 256.83) rotate(24.36)">F</text><text class="cls-3" transform="translate(109.34 263.09) rotate(16.83)">I</text><text class="cls-3" transform="translate(124.46 267.41) rotate(9.34)">E</text><text class="cls-3" transform="translate(139.99 269.73) rotate(1.88)">D</text><text class="cls-3" transform="translate(155.7 270.01) rotate(-5.58)"> </text><text class="cls-3" transform="translate(171.32 268.24) rotate(-13.06)"> </text><text class="cls-2" transform="translate(187.55 266.81) rotate(-21.04)">.</text><text class="cls-3" transform="translate(203.27 257.7) rotate(-29.24)"> </text><text class="cls-3" transform="translate(216.84 249.83) rotate(-36.75)"> </text><text class="cls-3" transform="translate(229.26 240.26) rotate(-44.15)">2</text><text class="cls-3" transform="translate(240.39 229.13) rotate(-51.62)">0</text><text class="cls-3" transform="translate(249.97 216.63) rotate(-59.17)">2</text><text class="cls-3" transform="matrix(0.4, -0.92, 0.92, 0.4, 257.81, 203.04)">3</text><path class="cls-4" d="M196.64,136.31s3.53,3.8,8.5,3.8c3.9,0,6.75-2.37,6.75-5.59,0-4-3.64-5.81-8-5.81h-2.59l-1.53-3.48,6.86-8.13a34.07,34.07,0,0,1,2.7-2.85s-1.11,0-3.33,0H194.79v-5.86H217.7v4.28l-9.19,10.61c5.18.74,10.24,4.43,10.24,10.92s-4.85,12.3-13.19,12.3a17.36,17.36,0,0,1-12.41-5Z"/><path class="cls-4" d="M152,144.24l30.24,53.86,14.94-26.61L168.6,120.63H135.36l-13.78,24.53-13.77-24.53H77.93l43.5,77.46.15-.28.16.28Z"/></svg>\n  </div>\n</div>\n\n<div class="w3-white w3-center w3-content" id="howto_padding">\n  <h2 style="font-size:60px;font-weight:700" class="textsmaller">How To Section</h2>\n  <h4 class="xxw3-text-dark-grey">Code snippets for HTML, CSS and JavaScript</h4>\n  <h6 style="margin-top:19px;">For example, how to create a slideshow:</h6>\n  <br>\n  <div class="codeeditorbr-container" style="text-align:left;">\n    <div class="codeeditorbr-row">\n      <div class="codeeditorbr-column codeeditorbr-left">\n        <span class="codeeditorbr-dot" style="background:#ED594A;"></span>\n        <span class="codeeditorbr-dot" style="background:#FDD800;"></span>\n        <span class="codeeditorbr-dot" style="background:#5AC05A;"></span>\n      </div>\n\n      <div class="codeeditorbr-column codeeditorbr-middle">\n        <input type="text" disabled class="codeeditorbr-input" value="www.w3schools.com/howto/" aria-label="Select template">\n      </div>\n    </div>\n    <iframe src="/howto/tryhow_js_slideshow_ifr.htm" id="howto_iframe" title="How To Selection"></iframe>\n  </div>\n  <div style="position:relative">\n  <div class="vl-howto"></div>\n  </div>\n  <a href="/howto/default.asp" class="w3-button ga-fp tut-button ws-black w3-padding-16 w3-mobile vl-howtobtn" style="font-size:20px;">Learn How To</a>\n</div>\n\n\n<!-- END MAIN -->\n\n<script src="/lib/w3codecolor.js"></script>\n<script>\nfunction openLangTab(evtEd, codeName) {\n  var indexEditor, proglanguage, progtablinks;\n  proglanguage = document.getElementsByClassName("proglang");\n  for (indexEditor = 0; indexEditor < proglanguage.length; indexEditor++) {\n    proglanguage[indexEditor].style.display = "none";\n  }\n  progtablinks = document.getElementsByClassName("codeeditorbr-tablink");\n  for (indexEditor = 0; indexEditor < proglanguage.length; indexEditor++) {\n    progtablinks[indexEditor].className = progtablinks[indexEditor].className.replace(" ws-grey", "");\n  }\n  document.getElementById(codeName).style.display = "block";\n  evtEd.currentTarget.className += " ws-grey";\n}\n\n\nfunction open_search(elmnt, sfb) {\n  var a = document.getElementById("googleSearch");\n  if (a.style.visibility == "hidden" && a.style.display == "") {\n    a.style.visibility = "";\n    a.style.display = "none";\n  }\n  if (sfb == false) {\n    if (a.style.display == "") {\n      a.style.visibility = "";\n      a.style.display = "none";\n      //elmnt.innerHTML = "<i class=\'fa\'>&#xe802;</i>";    \n    } else {\n      a.style.display = "";\n      a.style.visibility == "hidden"\n    if (window.innerWidth > 700) {\n      a.style.width = "40%";\n    } else {\n      a.style.width = "80%";\n    }\n    window.setTimeout(function () {\n          if (document.getElementById("gsc-i-id1")) {\n            document.getElementById("gsc-i-id1").focus();\n          }\n        }, 400);\n    }\n  } else {\n    if (a.style.display == "") {\n      a.style.visibility = "";\n      a.style.display = "none";\n    } else {\n      a.style.display = "";\n      a.style.visibility == "hidden"\n    }\n    a.style.visibility = "hidden";\n    a.style.display = ""; \n  }\n}\n\n//w3CodeColor();\n\n\n/*\nvar pagesArr = [\n  ["html", "/html/default.asp", "HTML Tutorial"],\n  ["css", "/css/default.asp", "CSS Tutorial"],\n  ["js", "/js/default.asp", "JavaScript Tutorial"],\n  ["python", "/python/default.asp", "Python Tutorial"],\n  ["sql", "/sql/default.asp", "SQL Tutorial"],\n  ["php", "/php/default.asp", "PHP Tutorial"],\n  ["java", "/java/default.asp", "JAVA Tutorial"],\n  ["c", "/c/index.php", "C Tutorial"],\n  ["c++", "/cpp/default.asp", "C++ Tutorial"],\n  ["c#", "/cs/index.php", "C# Tutorial"],\n  ["jquery", "/jquery/default.asp", "jQuery Tutorial"],\n  ["w3css", "/w3css/default.asp", "W3.CSS Tutorial"],\n  ["bootstrap 3", "/bootstrap/default.asp", "Bootstrap3 Tutorial"],\n  ["bootstrap 4", "/bootstrap4/default.asp", "Bootstrap4 Tutorial"],\n  ["bootstrap 5", "/bootstrap5/index.php", "Bootstrap5 Tutorial"],\n  ["r", "/r/default.asp", "R Tutorial"],\n  ["kotlin", "/kotlin/index.php", "KOTLIN Tutorial"],\n  ["mysql", "/mysql/default.asp", "MySQL Tutorial"],\n  ["postgresql", "/postgresql/index.php", "PostgreSQL Tutorial"],\n  ["nodejs", "/nodejs/default.asp", "Node.js Tutorial"],\n  ["react.js", "/react/default.asp", "REACT Tutorial"],\n  ["vuejs", "/vue/index.php", "Vue.js Tutorial"],  \n  ["json", "/js/js_json.asp", "JSON Tutorial"],\n  ["angularjs", "/angular/default.asp", "AngularJS Tutorial"],\n  ["w3.js", "/w3js/default.asp", "W3.JS Tutorial"],\n  ["xml", "/xml/default.asp", "XML Tutorial"],\n  ["sass", "/sass/default.php", "SASS Tutorial"],\n  ["icons", "/icons/default.asp", "Icons Tutorial"],\n  ["", "/icons/icons_reference.asp", "Font Awesome Icons"],  \n  ["", "/howto/howto_google_fonts.asp", "Google Fonts"],    \n  ["rwd", "/css/css_rwd_intro.asp", "Responsive Web Design Tutorial"],\n  ["graphics", "/graphics/default.asp", "Graphics Tutorial"],\n  ["graphics", "/graphics/svg_intro.asp", "SVG Tutorial"],\n  ["canvas", "/graphics/canvas_intro.asp", "Canvas Tutorial"],\n  ["raspberry pi", "/nodejs/nodejs_raspberrypi.asp", "RaspberryPi Tutorial"],\n  ["cybersecurity", "/cybersecurity/index.php", "Cyber Security Tutorial"],\n  ["colors", "/colors/default.asp", "Colors Tutorial"],\n  ["typescript", "/typescript/index.php", "TypeScript Tutorial"],\n  ["git", "/git/default.asp", "Git Tutorial"],\n  ["matplotlib", "/python/matplotlib_intro.asp", "Matplotlib Tutorial"],\n  ["numpy", "/python/numpy/default.asp", "NumPy Tutorial"],\n  ["pandas", "/python/pandas/default.asp", "Pandas Tutorial"],\n  ["scipy", "/python/scipy/index.php", "SciPy Tutorial"],\n  ["asp", "/asp/default.asp", "ASP Tutorial"],\n  ["accessibility", "/accessibility/index.php", "Accessibility Tutorial"],\n  ["appml", "/appml/default.asp", "AppML Tutorial"],\n  ["go", "/go/index.php", "GO Tutorial"],\n  ["excell", "/excel/index.php", "Excel Tutorial"],\n  ["google sheets", "/googlesheets/index.php", "Google Sheets Tutorial"],\n  ["ml", "/python/python_ml_getting_started.asp", "Machine Learning Tutorial"],\n  ["artificial intelligence", "/ai/default.asp", "AI Tutorial"],\n  ["statistics", "/statistics/index.php", "Statistics Tutorial"],\n  ["data science", "/datascience/default.asp", "Data Science Tutorial"],\n  ["code editor", "/tryit/tryit.asp?filename=tryhtml_hello", "Tryit Editor"],\n  ["color picker", "/colors/colors_picker.asp", "Color Picker"],\n  ["code game", "/codegame/index.html", "Code Game"],\n  ["exercises", "/exercises/index.php", "Exercises"],\n  ["quizzes", "/quiztest/default.asp", "Quizzes"],\n  ["templates", "/w3css/w3css_templates.asp", "W3.CSS Templates"],\n  ["courses", "https://shop.w3schools.com/collections/course-catalog", "Courses"],\n  ["certificates", "https://shop.w3schools.com/collections/certifications", "Certificates"],\n  ["spaces", "/spaces/index.php", "W3Schools Spaces"],\n  ["website", "/spaces/index.php", "Create website"],\n  ["how to", "/howto/default.asp", "How-To Library"],\n  ["aws cloud", "/aws/index.php", "AWS Cloud Tutorial"],\n  ["html reference", "/tags/default.asp", "HTML Tag Reference"],\n  ["html certificate", "https://campus.w3schools.com/collections/certifications/products/html-certificate", "HTML Certificate"], \n  ["", "/tags/ref_html_browsersupport.asp", "HTML Browser Support"],   \n  ["events reference", "/tags/ref_eventattributes.asp", "HTML Event Reference"],\n  ["color reference", "/colors/default.asp", "HTML Color Reference"],\n  ["attributes", "/tags/ref_attributes.asp", "HTML Attribute Reference"],\n  ["canvas reference", "/jsref/api_canvas.asp", "HTML Canvas Reference"],\n  ["svg reference", "/graphics/svg_reference.asp", "HTML SVG Reference"],\n  ["", "/graphics/google_maps_reference.asp", "Google Maps Reference"],\n  ["", "/cssref/index.php", "CSS Reference"],\n  ["", "/cssref/css3_browsersupport.asp", "CSS Browser Support"],\n  ["", "/cssref/css_selectors.asp", "CSS Selector Reference"],\n  ["", "/bootstrap/bootstrap_ref_all_classes.asp", "Bootstrap 3 Reference"],\n  ["", "/bootstrap4/bootstrap_ref_all_classes.asp", "Bootstrap 4 Reference"],\n  ["", "/w3css/w3css_references.asp", "W3.CSS Reference"],\n  ["", "/icons/icons_reference.asp", "Icon Reference"],\n  ["", "/sass/sass_functions_string.php", "Sass Reference"],\n  ["", "/jsref/default.asp", "JavaScript Reference"],\n  ["", "/jsref/default.asp", "HTML DOM Reference"],\n  ["", "/jquery/jquery_ref_overview.asp", "jQuery Reference"],\n  ["", "/angular/angular_ref_directives.asp", "AngularJS Reference"],\n  ["", "/python/python_reference.asp", "Python Reference"],\n  ["", "/java/java_ref_keywords.asp", "Java Reference"],\n  ["", "/sql/sql_ref_keywords.asp", "SQL Reference"],\n  ["", "/mysql/mysql_ref_functions.asp", "MySQL Reference"],\n  ["", "/php/php_ref_overview.asp", "PHP Reference"],\n  ["", "/asp/asp_ref_response.asp", "ASP Reference"],\n  ["", "/xml/dom_nodetype.asp", "XML DOM Reference"],\n  ["", "/xml/dom_http.asp", "XML Http Reference"],\n  ["", "/xml/xsl_elementref.asp", "XSLT Reference"],\n  ["", "/xml/schema_elements_ref.asp", "XML Schema Reference"],\n  ["", "/charsets/default.asp", "HTML Character Sets"],\n  ["", "/charsets/ref_html_ascii.asp", "HTML ASCII"],\n  ["", "/charsets/ref_html_ansi.asp", "HTML ANSI"],\n  ["", "/charsets/ref_html_ansi.asp", "HTML Windows-1252"],\n  ["", "/charsets/ref_html_8859.asp", "HTML ISO-8859-1"],\n  ["", "/charsets/ref_html_symbols.asp", "HTML Symbols"],\n  ["", "/charsets/ref_html_utf8.asp", "HTML UTF-8"],\n  ["django", "/django/index.php", "Django Tutorial"],\n  ["mongodb", "/mongodb/index.php", "MongoDB Tutorial"],    \n  ["", "/typingspeed/default.asp", "Test your typing speed"],  \n  ["css certificate", "https://campus.w3schools.com/collections/certifications/products/css-certificate", "CSS Certificate"], \n  ["js certificate", "https://campus.w3schools.com/collections/certifications/products/javascript-certificate", "JavaScript Certificate"],   \n  ["front end certificate", "https://campus.w3schools.com/collections/certifications/products/front-end-certificate", "Front End Certificate"],   \n  ["sql certificate", "https://campus.w3schools.com/collections/certifications/products/sql-certificate", "SQL Certificate"],     \n  ["python certificate", "https://campus.w3schools.com/collections/certifications/products/python-certificate", "Python Certificate"],       \n  ["php certificate", "https://campus.w3schools.com/collections/certifications/products/php-certificate", "PHP Certificate"],       \n  ["jquery certificate", "https://campus.w3schools.com/collections/certifications/products/jquery-certificate", "jQuery Certificate"],       \n  ["java certificate", "https://campus.w3schools.com/collections/certifications/products/java-certificate", "Java Certificate"],       \n  ["c++ certificate", "https://campus.w3schools.com/collections/certifications/products/c-certificate", "C++ Certificate"],       \n  ["c# certificate", "https://campus.w3schools.com/collections/certifications/products/c-certificate-1", "C# Certificate"],       \n  ["xml certificate", "https://campus.w3schools.com/collections/certifications/products/xml-certificate", "XML Certificate"],         \n  ["hosting", "/spaces/index.php", "W3Schools Spaces"],         \n  ["free website", "/spaces/index.php", "Free website with W3Schools Spaces"],           \n  ["pro", "/plus/index.php", "W3Schools Pro User"],           \n  ["ad free", "/plus/index.php", "W3Schools without ads"],             \n  ["videos", "/videos/index.php", "W3Schools Video"],             \n  ["login", "https://profile.w3schools.com", "Log into your W3Schools account"],               \n  ["sign up", "https://profile.w3schools.com", "Sign up - Create a W3Schools account"],\n  ["jobs", "https://www.w3schools.com/pathfinder/pathfinder_talent.php", "Search jobs, hire talent"],\n  ["work", "https://www.w3schools.com/pathfinder/pathfinder_talent.php", "Find jobs and get hired"],\n  ["recruit", "https://www.w3schools.com/pathfinder/pathfinder_recruiter.php", "Hire talent"],                  \n  ["", "/tryit/tryit.asp?filename=tryhtml_hello", "HTML Compiler"],\n  ["", "/python/trypython.asp?filename=demo_default", "Python Compiler"],  \n  ["", "/sql/trysql.asp?filename=trysql_select_where", "SQL Compiler"],    \n  ["", "/php/phptryit.asp?filename=tryphp_intro", "PHP Compiler"],    \n  ["", "/java/tryjava.asp?filename=demo_helloworld", "JAVA Compiler"],    \n  ["", "/cpp/trycpp.asp?filename=demo_helloworld", "C++ Compiler"],    \n  ["", "/c/tryc.php?filename=demo_helloworld", "C Compiler"],            \n  ["", "/cs/trycs.php?filename=demo_helloworld", "C# Compiler"],            \n  ["", "/r/tryr.asp?filename=demo_default", "R Compiler"],            \n  ["", "/kotlin/trykotlin.php?filename=demo_helloworld", "Kotlin Compiler"],            \n  ["", "/go/trygo.php?filename=demo_helloworld", "GO Compiler"],            \n  ["", "/typescript/trytypescript.php?filename=demo_helloworld", "TypeScript Compiler"],            \n  ["", "/tryit/trycompiler.asp?filename=demo_bash", "Bash Compiler"],            \n  ["", "/tryit/trycompiler.asp?filename=demo_clojure", "Clojure Compiler"],            \n  ["", "/tryit/trycompiler.asp?filename=demo_fortran", "Fortran Compiler"],            \n  ["", "/tryit/trycompiler.asp?filename=demo_nodejs", "Node.js Compiler"],            \n  ["", "/tryit/trycompiler.asp?filename=demo_perl", "Perl Compiler"],            \n  ["", "/tryit/trycompiler.asp?filename=demo_ruby", "Ruby Compiler"],            \n  ["", "/tryit/trycompiler.asp?filename=demo_scala", "Scala Compiler"],            \n  ["", "/tryit/trycompiler.asp?filename=demo_swift", "Swift Compiler"],            \n  ["", "/tryit/trycompiler.asp?filename=demo_vbnet", "VB.NET Compiler"],                \n  \n      \n];\n*/\nvar searchFromBox = false;\nfunction click_learntocode_search_btn() {\n  var x = document.getElementsByClassName("search_item");\n  if (x.length == 0) {\n    cc = 1;\n  }\n  for (i = 0; i < x.length; i++) {\n    if (x[i].className.indexOf("search_active") > -1) {\n      n = x[i].href;\n      if (n.indexOf("search_entire_w3schools") > -1) {\n        cc = 1;\n      }\n      break;\n    }\n  }\n  if (cc == 1) {\n    searchFromBox = true;\n    submit_search_form();\n  } else {\n    window.location = n;\n  }\n}\nfunction find_search_results(inp) {\n  var a, val, i, l, resultIndexes = [], resultTexts = [], html = "", classAtt = "", pos1, posNext, cc, c0, c1, c2, searchArray = array_search_suggestions;\n  a = document.getElementById("listofsearchresults");\n  a.innerHTML = "";\n  a.style.display = "none";\n  document.getElementById("search2").style.borderBottomLeftRadius = "25px";\n  val = inp.value.toUpperCase();\n  if (val == "") return false;\n  for (i = 0; i < searchArray.length; i++) {\n    if (searchArray[i][0].toUpperCase().substr(0, val.length) == val || searchArray[i][2].toUpperCase().substr(0, val.length) == val) {\n      if (resultTexts.indexOf(searchArray[i][2]) == -1) {\n        resultIndexes.push(i);\n        resultTexts.push(searchArray[i][2]);\n        if (resultIndexes.length > 5) break;\n      }\n    }\n  }\n  for (i = 0; i < searchArray.length; i++) {\n    if (resultIndexes.indexOf(i) == -1 && (searchArray[i][0].toUpperCase().indexOf(val) > -1 || searchArray[i][2].toUpperCase().indexOf(val) > -1)) {\n      if (resultTexts.indexOf(searchArray[i][2]) == -1) {\n        resultIndexes.push(i);\n        resultTexts.push(searchArray[i][2]);        \n        if (resultIndexes.length > 5) break;\n      }\n    }\n  }\n  //if (resultIndexes.length == 0) return false;\n  document.getElementById("search2").style.borderBottomLeftRadius = "0";\n  a.style.display = "block";\n  for (i = 0; i < resultIndexes.length; i++) {\n    cc = searchArray[resultIndexes[i]][2];\n    pos1 = cc.toUpperCase().indexOf(val);\n    dd = "";\n    while (pos1 > -1) {\n      c0 = cc.substr(0, pos1);\n      c1 = "<span class=\'span_search\'>" + cc.substr(pos1, val.length) + "</span>";\n      c2 = cc.substr(pos1 + val.length);\n      dd += c0 + c1;\n      posNext = c2.toUpperCase().indexOf(val);\n      if (posNext > -1) {\n        cc = c2;\n        pos1 = posNext;\n      } else {\n        cc = dd + c2;\n        pos1 = -1;\n      }\n    }\n    classAtt = "";\n    if (html == "") classAtt = " search_active";\n    html += "<a class=\'search_item" + classAtt + "\' href=\'" + searchArray[resultIndexes[i]][1] + "\'>" + cc + "</a>";\n  }\n  if (resultIndexes.length == 0) {\n    classAtt = "";\n    if (html == "") classAtt = " search_active";\n    html += "<a class=\'search_item" + classAtt + "\' onclick=\'click_search_w3schools_link(event)\' href=\'search_entire_w3schools\'>Search W3Schools</a>";\n  }\n  a.innerHTML = html;\n}\nfunction click_search_w3schools_link(event) {\n  event.preventDefault();\n  submit_search_form();\n}\nfunction key_pressed_in_search(event) {\n  var x, n, nn, i, cc = 0;\n  var keycode = event.keyCode;\n  //console.log(keycode);\n  if (keycode == 38 || keycode == 40) { //up || down\n    x = document.getElementsByClassName("search_item");\n    for (i = 0; i < x.length; i++) {\n      if (x[i].className.indexOf("search_active") > -1) {\n        x[i].className = "search_item";\n        n = i;\n        break;\n      }\n    }\n    if (keycode == 38) {\n      nn = n - 1;\n      if (nn < 0) nn = 0;\n    }\n    if (keycode == 40) {\n      nn = n + 1;\n      if (nn >= x.length) nn = nn - 1; \n    }\n    x[nn].className = "search_item search_active";\n  }\n  if (keycode == 13) {  //enter\n    event.preventDefault();\n    x = document.getElementsByClassName("search_item");\n    if (x.length == 0) {\n      cc = 1;\n    }\n    for (i = 0; i < x.length; i++) {\n      if (x[i].className.indexOf("search_active") > -1) {\n        n = x[i].href;\n        if (n.indexOf("search_entire_w3schools") > -1) {\n          cc = 1;\n        }\n        break;\n      }\n    }\n    if (cc == 1) {\n      searchFromBox = true;\n      submit_search_form();\n    } else {\n      window.location = n;\n    }\n  }\n}\n\nfunction submit_search_form() {\n    searchFromBox = true;\n    gSearch();\n    var delayInMilliseconds = 100; //0.1 second\n    setTimeout(execute_google_search, delayInMilliseconds);\n}\n\nfunction execute_google_search() {\n  if (typeof google == \'object\') {\n    google.search.cse.element.getElement("standard0").execute(document.getElementById("search2").value);\n  } else {\n    setTimeout(execute_google_search, 100);\n  }  \n}\n\ndocument.body.addEventListener("click", function(event) {\n  var a, x = event.srcElement;\n  if (x.id == "search2" ||x.id == "learntocode_searchbtn" || x.id == "learntocode_searchicon" || x.classList.contains("search_item")) {\n  } else {\n    a = document.getElementById("listofsearchresults");\n    a.innerHTML = "";\n    a.style.display = "none";\n    document.getElementById("search2").style.borderBottomLeftRadius = "25px";\n    if (searchFromBox == true) {\n      document.getElementById("googleSearch").style.display = "none";\n      document.getElementById("googleSearch").style.visibility = "block";  \n    }\n    searchFromBox = false;\n  }\n});\n\n</script>\n<div\n  id="user-profile-bottom-wrapper"\n  class="user-profile-bottom-wrapper"\n>\n  <div class="user-authenticated w3-hide">\n    <a\n      href="https://profile.w3schools.com/log-in?redirect_url=https%3A%2F%2Fmy-learning.w3schools.com"\n      class="user-profile-btn ga-bottom ga-bottom-profile"\n      title="Your W3Schools Profile"\n      aria-label="Your W3Schools Profile"\n      target="_top"\n    >\n      <svg\n        xmlns="http://www.w3.org/2000/svg"\n        version="1.1"\n        viewBox="0 0 2048 2048"\n        class="user-profile-icon"\n        aria-label="Your W3Schools Profile Icon"\n      >\n        <path\n          d="M 843.500 1148.155 C 837.450 1148.515, 823.050 1149.334, 811.500 1149.975 C 742.799 1153.788, 704.251 1162.996, 635.391 1192.044 C 517.544 1241.756, 398.992 1352.262, 337.200 1470 C 251.831 1632.658, 253.457 1816.879, 340.500 1843.982 C 351.574 1847.431, 1696.426 1847.431, 1707.500 1843.982 C 1794.543 1816.879, 1796.169 1632.658, 1710.800 1470 C 1649.008 1352.262, 1530.456 1241.756, 1412.609 1192.044 C 1344.588 1163.350, 1305.224 1153.854, 1238.500 1150.039 C 1190.330 1147.286, 1196.307 1147.328, 1097 1149.035 C 1039.984 1150.015, 1010.205 1150.008, 950 1149.003 C 851.731 1147.362, 856.213 1147.398, 843.500 1148.155"\n          stroke="none"\n          fill="#2a93fb"\n          fill-rule="evenodd"\n        />\n        <path\n          d="M 1008 194.584 C 1006.075 194.809, 999.325 195.476, 993 196.064 C 927.768 202.134, 845.423 233.043, 786 273.762 C 691.987 338.184, 622.881 442.165, 601.082 552 C 588.496 615.414, 592.917 705.245, 611.329 760.230 C 643.220 855.469, 694.977 930.136, 763.195 979.321 C 810.333 1013.308, 839.747 1026.645, 913.697 1047.562 C 1010.275 1074.879, 1108.934 1065.290, 1221 1017.694 C 1259.787 1001.221, 1307.818 965.858, 1339.852 930.191 C 1460.375 795.998, 1488.781 609.032, 1412.581 451.500 C 1350.098 322.327, 1240.457 235.724, 1097.500 202.624 C 1072.356 196.802, 1025.206 192.566, 1008 194.584"\n          stroke="none"\n          fill="#0aaa8a"\n          fill-rule="evenodd"\n        />\n      </svg>\n\n      <svg\n        xmlns="http://www.w3.org/2000/svg"\n        class="user-progress"\n        aria-label="Your W3Schools Profile Progress"\n      >\n        <path\n          class="user-progress-circle1"\n          fill="none"\n          d="M 25.99650934151373 15.00000030461742 A 20 20 0 1 0 26 15"\n        ></path>\n        <path\n          class="user-progress-circle2"\n          fill="none"\n          d="M 26 15 A 20 20 0 0 0 26 15"\n        ></path>\n      </svg>\n\n      <span class="user-progress-star">&#x2605;</span>\n\n      <span class="user-progress-point">+1</span>\n    </a>\n  </div>\n\n  <div class="w3s-pathfinder -teaser user-anonymous w3-hide">\n  <div class="-background-image -variant-t2">&nbsp;</div>\n\n  <div class="-inner-wrapper">\n    <div class="-main-section">\n      <div class="-inner-wrapper">\n        <div class="-headline">Track your progress - it\'s free!</div>\n        <div class="-body">\n          <div class="-progress-bar">\n            <div class="-slider" style="width: 20%;">&nbsp;</div>    \n          </div>\n        </div>\n      </div>\n    </div>\n\n    <div class="-right-side-section">\n      <div class="-user-session-btns">\n        <a\n          href="https://profile.w3schools.com/log-in?redirect_url=https%3A%2F%2Fpathfinder.w3schools.com"\n          class="-login-btn w3-btn bar-item-hover w3-right ws-light-green ga-bottom ga-bottom-login"\n          title="Login to your account"\n          aria-label="Login to your account"\n          target="_top"\n        >\n          Log in\n        </a>\n\n        <a\n          href="https://profile.w3schools.com/sign-up?redirect_url=https%3A%2F%2Fpathfinder.w3schools.com"\n          class="-signup-btn w3-button w3-right ws-green ws-hover-green ga-bottom ga-bottom-signup"\n          title="Sign Up to Improve Your Learning Experience"\n          aria-label="Sign Up to Improve Your Learning Experience"\n          target="_top"\n        >\n          Sign Up\n        </a>\n      </div>\n    </div>\n  </div>\n</div>\n\n</div>\n\n</div>\n\n</div>\n</div>\n</div>\n<div id="footer" class="footer w3-container w3-white" style="border-top:0">\n<div class="w3-col l2 m12" id="right" style="display: none;">&nbsp;</div>\n<script>\nfunction secondSnigel() {};\n</script>\n\n</div>\n\n<style>\n#footerwrapper {\n  background-image:url(\'/images/lynx_landing.webp\'), url(\'/images/background_in_space.webp\');\n  background-color: #282A35;\n  background-repeat: no-repeat, repeat;\n  background-position: right bottom, center center /*left top*/;\n}\n#spacemyfooter {\n  padding:40px 80px 300px 80px;\n  max-width:1400px;\n  xmargin:auto;\n}\n.footerlinks_1 {\n  width:auto;\n  float:left;\n  padding:40px 30px;\n  color:#FFF4A3;\n  font-family: Source Sans Pro, sans-serif;\n}\n.footerlinks_1 .fa-logo {\n  font-size:46px!important;\n  color:#ddd;\n}\n.footerlinks_1:nth-child(1) {\n  padding:30px 10px 30px 40px;\n}\n.footerlinks_1 a{\n  text-decoration:none;\n}\n.footerlinks_1 a:hover,.footerlinks_1 a:active{\n  text-decoration:underline;\n  color:#FFF4A3;\n}\n.footerlinks_1 a:hover,.footerlinks_1 a:active{\n  text-decoration:underline;\n  color:#FFF4A3!;\n}\n.footerlinks_1 a:hover i{\n  color:#FFF4A3!important;\n}\n.footerlinks_2 {\n  width:auto;\n  float:left;\n  padding-left:40px;\n  padding-right:135px;\n  color:#ddd;\n  font-family: Source Sans Pro, sans-serif;\n  font-size:12px;\n  line-height:15px;\n}\n.footerlinks_2:nth-child(4) {\n  padding-right:0;\n}\n.footerlinks_2 h5 {\n  margin-bottom:20px;\n}\n.footerlinks_2 a:visited,.footerlinks_2 a:link{\n  text-decoration:none;\n}\n.footerlinks_2 a:hover,.footerlinks_2 a:active{\n  color:#FFF4A3;\n}\n.footersome {\n  padding:60px 40px 10px 40px;\n  color:#ddd;\n  font-size:20px;\n}\n.footersome a {\n  margin-right:10px;\n}\n.footersome a:hover,.footersome a:active{\n  color:#FFF4A3;\n}\n.footersome .textlink {\n  font-size:15px;\n  text-decoration:none;\n}\n.footersome .textlink:active,.footersome .textlink:hover {\n  text-decoration:underline;\n}\n.footertext {\n  padding-left:40px;\n  color:#ddd;\n  font-size:12px;\n  line-height:15px;\n  \n}\n.footertext a:hover,.footertext a:active{\n  color:#FFF4A3;\n}\n@media screen and (max-width: 1200px) {\n  #footerwrapper {\n    background-size: 500px, auto;\n  }\n  .footerlinks_1 {\n    padding-left:2.6%;\n    padding-right:2.6%;\n  }\n  .footerlinks_2 {\n    padding-right:8%;\n  }\n}\n@media screen and (max-width: 992px) {\n  .footerlinks_1 {\n    width:100%;\n    margin:auto;\n    float:none;\n    text-align:center;\n    padding:10px 20px!important;\n    font-size:20px;\n  }\n  .footerlinks_1:nth-child(1) {\n    padding:40px 20px;\n  }\n  .footerlinks_2 {\n    width:100%;\n    float:none;\n    margin:auto;\n    font-size:16px;\n    line-height:20px;\n    padding:0;\n    text-align:center;\n  }\n  .footerlinks_2 h5 {\n    font-size:26px;\n    margin-top:40px;\n  }\n  .footertext {\n    text-align:center;\n    padding:0;\n  }\n  .footer-hide-special {\n    display:none;\n  }\n  #spacemyfooter {\n    padding-bottom:400px;\n  }\n  .footersome {\n    text-align:center;\n  }\n}\n@media screen and (max-width: 992px) {\n  #footerwrapper {\n    background-image:url(\'/images/lynx_landing.webp\'), url(\'/images/background_in_space.webp\');\n    background-color: #282A35;\n    background-repeat: no-repeat, repeat;\n    background-position: center bottom, left top;\n  }\n}\n</style>\n<div id="footerwrapper">\n\n<div id="spacemyfooter" style="margin:auto;">\n\n\n\n\n\n<div style="overflow:hidden;">\n<div class="footerlinks_1">\n  <a href="//www.w3schools.com" class="ga-bottom" aria-label="W3Schools.com" alt="W3Schools.com">\n    <i class="fa fa-logo"></i>\n  </a>\n</div>\n<div class="footerlinks_1"><a href="/plus/index.php" title="Become a PLUS user and unlock powerful features" class="ga-bottom ga-bottom-plus">PLUS</a></div>\n<div class="footerlinks_1"><a href="/spaces/index.php" title="Get your own website with W3Schools Spaces" class="ga-bottom ga-bottom-spaces">SPACES</a></div>\n<div class="footerlinks_1"><a href="https://campus.w3schools.com/collections/certifications" title="Document your knowledge by getting certified" target="_blank" class="ga-bottom ga-bottom-cert">GET CERTIFIED</a></div>\n<div class="footerlinks_1"><a href="/academy/teachers/index.php" title="Contact us about W3Schools Academy for educational institutions" target="_blank" class="ga-bottom ga-bottom-teachers">FOR TEACHERS</a></div>\n<div class="footerlinks_1"><a href="/academy/index.php" target="_blank">FOR BUSINESS</a></div>\n<div class="footerlinks_1"><a href="javascript:void(0);" title="Contact us about sales or errors" onclick="reportError();return false">CONTACT US</a></div>\n</div>\n<style>\n/*Remove this style after 20. April 2024*/\n#err_message {\n  padding:8px 16px 16px 40px;\n  border-radius:5px;\n  display:none;\n  position:relative;\n  background-color:#2D3748;\n  color:#FFF4A3;\n  font-family:\'Source Sans Pro\', sans-serif;\n}\n#err_message h2 {\n  font-family:\'Source Sans Pro\', sans-serif;\n}\n#err_message p {\n  color:#f1f1f1;\n}\n#err_message #close_err_message {\n  position:absolute;\n  right:0;\n  top:0;\n  font-size:20px;\n  cursor:pointer;\n  width:30px;\n  height:30px;\n  text-align:center;\n}\n#err_message #close_err_message:hover {\n  background-color:#FFF4A3;\n  color:#2D3748;\n  border-radius:50%\n}\n</style>\n\n<div id="err_message">\n  <span id="close_err_message" onclick="this.parentElement.style.display=\'none\'">&times;</span>\n  <h2>Contact Sales</h2>\n  <p>If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:<br>sales@w3schools.com</p>\n  <h2>Report Error</h2>\n  <p>If you want to report an error, or if you want to make a suggestion, send us an e-mail:<br>help@w3schools.com</p>\n</div>\n\n\n<div style="overflow:hidden;">\n<div class="footerlinks_2">\n  <h5 style="font-family: \'Source Sans Pro\', sans-serif;">Top Tutorials</h5>\n  <a href="/html/default.asp" class="ga-bottom">HTML Tutorial</a><br>\n  <a href="/css/default.asp" class="ga-bottom">CSS Tutorial</a><br>\n  <a href="/js/default.asp" class="ga-bottom">JavaScript Tutorial</a><br>\n  <a href="/howto/default.asp" class="ga-bottom">How To Tutorial</a><br>\n  <a href="/sql/default.asp" class="ga-bottom">SQL Tutorial</a><br>\n  <a href="/python/default.asp" class="ga-bottom">Python Tutorial</a><br>\n  <a href="/w3css/default.asp" class="ga-bottom">W3.CSS Tutorial</a><br>\n  <a href="/bootstrap/bootstrap_ver.asp" class="ga-bottom">Bootstrap Tutorial</a><br>\n  <a href="/php/default.asp" class="ga-bottom">PHP Tutorial</a><br>\n  <a href="/java/default.asp" class="ga-bottom">Java Tutorial</a><br>\n  <a href="/cpp/default.asp" class="ga-bottom">C++ Tutorial</a><br>\n  <a href="/jquery/default.asp" class="ga-bottom">jQuery Tutorial</a><br>\n</div>\n<div class="footerlinks_2">\n  <h5 style="font-family: \'Source Sans Pro\', sans-serif;">Top References</h5>\n  <a href="/tags/default.asp" class="ga-bottom">HTML Reference</a><br>\n  <a href="/cssref/index.php" class="ga-bottom">CSS Reference</a><br>\n  <a href="/jsref/default.asp" class="ga-bottom">JavaScript Reference</a><br>\n  <a href="/sql/sql_ref_keywords.asp" class="ga-bottom">SQL Reference</a><br>\n  <a href="/python/python_reference.asp" class="ga-bottom">Python Reference</a><br>\n  <a href="/w3css/w3css_references.asp" class="ga-bottom">W3.CSS Reference</a><br>\n  <a href="/bootstrap/bootstrap_ref_all_classes.asp" class="ga-bottom">Bootstrap Reference</a><br>\n  <a href="/php/php_ref_overview.asp" class="ga-bottom">PHP Reference</a><br>\n  <a href="/colors/colors_names.asp" class="ga-bottom">HTML Colors</a><br>\n  <a href="/java/java_ref_keywords.asp" class="ga-bottom">Java Reference</a><br>\n  <a href="/angular/angular_ref_directives.asp" class="ga-bottom">Angular Reference</a><br>\n  <a href="/jquery/jquery_ref_overview.asp" class="ga-bottom">jQuery Reference</a><br>\n</div>\n<div class="footerlinks_2">\n  <h5 style="font-family: \'Source Sans Pro\', sans-serif;">Top Examples</h5>\n  <a href="/html/html_examples.asp" class="ga-bottom">HTML Examples</a><br>\n  <a href="/css/css_examples.asp" class="ga-bottom">CSS Examples</a><br>\n  <a href="/js/js_examples.asp" class="ga-bottom">JavaScript Examples</a><br>\n  <a href="/howto/default.asp" class="ga-bottom">How To Examples</a><br>\n  <a href="/sql/sql_examples.asp" class="ga-bottom">SQL Examples</a><br>\n  <a href="/python/python_examples.asp" class="ga-bottom">Python Examples</a><br>\n  <a href="/w3css/w3css_examples.asp" class="ga-bottom">W3.CSS Examples</a><br>\n  <a href="/bootstrap/bootstrap_examples.asp" class="ga-bottom">Bootstrap Examples</a><br>\n  <a href="/php/php_examples.asp" class="ga-bottom">PHP Examples</a><br>\n  <a href="/java/java_examples.asp" class="ga-bottom">Java Examples</a><br>\n  <a href="/xml/xml_examples.asp" class="ga-bottom">XML Examples</a><br>\n  <a href="/jquery/jquery_examples.asp" class="ga-bottom">jQuery Examples</a><br>\n</div>\n<div class="footerlinks_2">\n  <a href="https://campus.w3schools.com/collections/course-catalog" target="_blank" class="ga-bottom"><h5 style="font-family: \'Source Sans Pro\', sans-serif;">Get Certified</h5></a>\n  <a href="https://campus.w3schools.com/collections/certifications/products/html-certificate" target="_blank" class="ga-bottom">HTML Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/css-certificate" target="_blank" class="ga-bottom">CSS Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/javascript-certificate" target="_blank" class="ga-bottom">JavaScript Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate" target="_blank" class="ga-bottom">Front End Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/sql-certificate" target="_blank" class="ga-bottom">SQL Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/python-certificate" target="_blank" class="ga-bottom">Python Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/php-certificate" target="_blank" class="ga-bottom">PHP Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/jquery-certificate" target="_blank" class="ga-bottom">jQuery Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/java-certificate" target="_blank" class="ga-bottom">Java Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/c-certificate" target="_blank" class="ga-bottom">C++ Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/c-certificate-1" target="_blank" class="ga-bottom">C# Certificate</a><br>\n  <a href="https://campus.w3schools.com/collections/certifications/products/xml-certificate" target="_blank" class="ga-bottom">XML Certificate</a><br>\n</div>\n</div>\n\n\n<div class="footersome">\n  <a target="_blank" href="https://www.youtube.com/@w3schools" title="W3Schools on YouTube"><i class="fa fa-youtube"></i></a>\n  <a target="_blank" href="https://www.linkedin.com/company/w3schools.com/" title="W3Schools on LinkedIn"><i class="fa">&#62220;</i></a>\n  <a target="_blank" href="https://discord.com/invite/w3schools" title="Join the W3schools community on Discord"><i class="fa">&#59399;</i></a>\n  <a target="_blank" href="https://www.facebook.com/w3schoolscom/" title="W3Schools on Facebook"><i class="fa">&#59398;</i></a>\n  <a target="_blank" href="https://www.instagram.com/w3schools.com_official/" title="W3Schools on Instagram"><i class="fa">&#61805;</i></a>\n  <div class="w3-hide-large" style="margin-top:16px"></div>\n  <a target="_blank" href="/forum/default.asp" title="Forum" class="textlink">FORUM</a>\n  <a target="_blank" href="/about/default.asp" title="About W3Schools" class="textlink">ABOUT</a>\n  <a target="_blank" href="/academy/index.php"\n     title="Contact us about W3Schools Academy for educational institutions and organizations" class="textlink">ACADEMY</a>\n</div>\n\n<div class="footertext">\nW3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning.<br class="footer-hide-special">\nTutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness<br class="footer-hide-special">\nof all content. While using W3Schools, you agree to have read and accepted our <a href="/about/about_copyright.asp" class="ga-bottom">terms of use</a>, \n<a href="/about/about_privacy.asp" class="ga-bottom">cookie and privacy policy</a>.<br><br>\n<a href="/about/about_copyright.asp" class="ga-bottom">Copyright 1999-2024</a> by Refsnes Data. All Rights Reserved.\n<a href="//www.w3schools.com/w3css/default.asp" class="ga-bottom">W3Schools is Powered by W3.CSS</a>.<br><br>\n</div>\n</div>\n</div>\n\n</div>\n<script src="/lib/topnav/main.js?v=1.0.32"></script>\n<script src="/lib/w3schools_footer.js?update=20240910"></script>\n<script src="/lib/w3schools_features.js?update=20241209"></script>\n\n<script>\n  MyLearning.loadUser(\'footer\', function () {\n    // if (!UserSession.loggedIn) {\n    //  addMyLearnButt();\n    // }\n  });\n\n  function docReady(fn) {\n    document.addEventListener("DOMContentLoaded", fn);\n    if (document.readyState === "interactive" || document.readyState === "complete" ) {\n      fn();\n    }\n  }\n  uic_r_z();\n  uic_r_d()\n\nconst upperfeatureshowcaselink = document.getElementById("upperfeatureshowcaselink");\nif (upperfeatureshowcaselink) {\n displayInternalFeatures();\n}\n/*\nfunction addMyLearnButt() {\n  let nav = document.getElementsByClassName("nextprev");\n  if (document.body.contains(nav[1])) {\n    if ((nav[1].firstElementChild.innerHTML.indexOf("Previous") || nav[1].firstElementChild.innerHTML.indexOf("Home") !== -1) && (nav[1].firstElementChild.nextElementSibling.innerHTML.indexOf("Next") !== -1)) {\n      let myLearnButt = document.createElement("a");\n      myLearnButt.innerHTML="Log in to track progress";\n      myLearnButt.classList.add("w3-btn", "w3-hide-small", "myl-nav-butt");\n      myLearnButt.href="https://www.w3schools.com/signup/?utm_source=classic&utm_medium=" + subjectFolder + "_tutorial&utm_campaign=button_lower_navigation";\n      myLearnButt.setAttribute("title", "Sign Up and improve Your Learning Experience");\n      myLearnButt.setAttribute("target", "_blank");\n      nav[1].classList.add("w3-center");\n      nav[1].firstElementChild.insertAdjacentElement("afterend", myLearnButt);\n    }\n  }\n}\n*/\n</script>\n\n<!--[if lt IE 9]>\n<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>\n<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>\n<![endif]-->\n</body>\n</html>'

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>W3Schools Online Web Tutorials</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" property="og:title" content="W3Schools.com">
<meta name="Keywords" content="HTML, Python, CSS, SQL, JavaScript, How to, PHP, Java, C, C++, C#, jQuery, Bootstrap, Colors, W3.CSS, XML, MySQL, Icons, NodeJS, React, Graphics, Angular, R, AI, Git, Data Science, Code Game, Tutorials, Programming, Web Development, Training, Learning, Quiz, Exercises, Courses, Lessons, References, Examples, Learn to code, Source code, Demos, Tips, Website">
<meta name="Description" content="Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.">
<meta property="og:image" content="https://www.w3schools.com/images/w3schools_logo_436_2.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="436">
<meta property="og:image:height" content="228">
<meta property="og:description" content="W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.">
<link rel="icon" href="https://www.w3schools.com/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#04aa6d">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="theme-color" content="#ffffff">
<link rel="preload" href="/lib/fonts/fontawesome.woff2?14663396" as="font" type="font/woff2" crossorigin> 
<link rel="preload" href="/lib/fonts/source-code-pro-v14-latin-regular.woff2" as="font" type="font/woff2" crossorigin> 
<link rel="preload" href="/lib/fonts/roboto-mono-v13-latin-500.woff2" as="font" type="font/woff2" crossorigin> 
<link rel="preload" href="/lib/fonts/source-sans-pro-v14-latin-700.woff2" as="font" type="font/woff2" crossorigin> 
<link rel="preload" href="/lib/fonts/source-sans-pro-v14-latin-600.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/lib/fonts/SourceSansPro-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/lib/fonts/freckle-face-v9-latin-regular.woff2" as="font" type="font/woff2" crossorigin> 
<link rel="stylesheet" href="/lib/topnav/main.css?v=1.0.35">
<link rel="stylesheet" href="/lib/my-learning/main.css?v=1.0.30">
<link rel="stylesheet" href="/lib/pathfinder/main.css?v=1.0.3">
<link rel="stylesheet" href="/lib/w3schools32.css?v=1.0.1">
<link rel="stylesheet" href="/plus/plans/main.css">

<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KTCFC3S');

var subjectFolder = location.pathname;
subjectFolder = subjectFolder.replace("/", "");
if (subjectFolder.startsWith("python/") == true ) {
  if (subjectFolder.includes("/numpy/") == true ) {
    subjectFolder = "numpy/"
  } else if (subjectFolder.includes("/pandas/") == true ) {
      subjectFolder = "pandas/"
  } else if (subjectFolder.includes("/scipy/") == true ) {
      subjectFolder = "scipy/"
  }
}
subjectFolder = subjectFolder.substr(0, subjectFolder.indexOf("/"));
var k42 = false;
</script>
<!-- End Google Tag Manager -->

<script src="/lib/uic.js?v=1.0.5"></script>

<script src="/lib/common-deps.js?v=1.0.5"></script>
<script src="/lib/user-session.js?v=1.0.34"></script>
<script src="/lib/my-learning/main.js?v=1.0.29"></script>


<style>
/* Customize w3schools23.css */
#nav_tutorials,
#nav_references,
#nav_exercises {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .w3-bar-block .w3-button {
    padding: 0 16px !important;
  }
}
#belowtopnav {
 padding:0;
}


#main {
  padding: 0;
  border-right: none;
  width:100%;
  margin-top:88px; 
}

#mypagediv2,#user-profile-bottom-wrapper {
  height:0px; overflow:hidden;display:block;
}
#footer {
  padding:0;
}

.herosection {
  background-image:url('/images/lynx_in_space.webp'), url('/images/background_in_space.webp');
  background-repeat: no-repeat, repeat ;
  background-position: 90% 60%, center center /*left  top*/;
  padding-top:90px;
  padding-bottom:90px;
}

@media screen and (max-width: 992px) {
  .herosection {
    background-image:url('/images/background_in_space.webp');
    background-position:center center /*left top*/;
  }
}


/* Customize W3.CSS */
.w3-col.l4 .w3-card-2 {
  padding: 15px 10px;
  height: 260px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
}

h1 {
  font-size: 80px;
  margin: 2px 0 -20px 0 !important;
}

.learn h1  {
  margin: 10px 0 !important;
}


.green-border {
  border-left: 4px solid #04AA6D;
}

.w3-round, .w3-round-medium {
  border-radius: 5px;
}

.tryit-button {
  background-color: #04AA6D;
  color: white;
  border-radius: 25px;
  font-size: 18px;
  width:200px;
}

.tut-button {
  background-color: #04AA6D;
  color: white;
  font-size: 18px;
  margin: auto;
  display: block;
  width: 200px;
  border-radius: 25px;
}

.w3csstut {
  height: 390px;
}

.tut-button:hover,.tryit-button:hover,.exercise-button:hover,#getdiploma a:hover {
  background-color: #059862 !important;
  color:white!important;
}

.bar-item-hover:hover {
  background-color: #04AA6D!important;
  color:white!important;
}

.bar-icon-hover:hover {
  background-color: black!important;
  color:white!important;
}

.w3-bar .fa-logo:hover {
  color:#059862!important;
}

.mystyle,.mystyle:hover {
  background-color: #282A35!important;
  color:white!important;
}

.ref-button {
  background-color: white;
  font-size: 18px;
  margin: auto;
  display: block;
  width: 200px;
  border-radius: 25px;
  color: #000;
}

.ref-button:hover {
  background-color: #E7E9EB!important;
  color: black;
}

.black-color {
  background-color: #282A35;
  color: white;
}

.black-color:hover {
  background-color: #000!important;
  color: white!important;
}

.grey-color {
  background-color: #E7E9EB;
  color: black
}

.exercise-button {
  padding: 70px 50px;
  font-size: 35px;
  width:87%;
  opacity:0.97;
}



@media screen and (max-width:768px) {
  h1,
  .w3-jumbo {
    font-size: 60px !important;
  }
}

#w3_cert_badge_default {
  position: absolute;
  right: 25px;
  width: 220px;
  transform: rotate(10deg);
  bottom: -130px;
}

#w3_cert_arrow_default {
  position: absolute;
  right: 200px;
  width: 220px;
  transform: rotate(10deg);
  bottom: -50px;
  z-index: 1;
}

#howto_padding {
  padding: 0px 24px 100px 24px
}

#getdiploma {
  position: relative;
  padding: 0 60px 50px 60px;
  margin-bottom: 85px;
  background-color: #282A35;
  color: #FFC0C7;
  font-family: 'Source Sans Pro', sans-serif;
}

#getdiploma p {
  font-size: 52px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Source Sans Pro', sans-serif;
}

#getdiploma h2 {
  font-size: 62px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Source Sans Pro', sans-serif;
}

#getdiploma a {
  border-radius: 50px;
  font-size: 18px;
  background-color: #04AA6D;
  padding: 17px 55px
}


@media screen and (max-width: 992px) {
  #w3_cert_arrow_default {
    right:128px;
    bottom:-80px
  }
  .w3csstut {
  height: auto;
}
  #w3_cert_badge_default {
    width: 150px;
    right: 2%;
    bottom:-110px
  }

}


@media screen and (max-width: 800px) {
  #w3_cert_arrow_default {
    display: none;
  }
  #getdiploma h2 {
    font-size: 55px;
  }
}


@media screen and (max-width: 600px) {
  #w3_cert_badge_default {
    top: -95px;
    right: 10px;
    width: 100px;
  }
  
  #howto_padding {
    padding: 0px 24px 90px 24px
  }

  #getdiploma p {
    font-size: 40px;
  }
  #getdiploma a {
    width: 100%;
     margin-bottom:45px;
  }
  div.ext_icon_container {
    background-color:transparent!important;
  }
}
.tutbuttons a{
  text-decoration:none;
}

.tutbuttons a div {
  opacity:0.9;
}

.tutbuttons a:hover div {
  opacity:1;
}

.ws-yellow-hover:hover {
  background-color:#fff080!important;
  color:black!important;
}

.ws-pink-hover:hover {
  background-color:#ffb3bb!important;
  color:black!important;
}

#google_translate_element {
  z-index:7!important;
}

@media screen and (max-width: 860px) {
  .ws-hide-860 {
    display: none !important;
  }
 
}
@media screen and (max-width: 1080px) {
  .ws-hide-1080 {
    display: none !important;
  }
}
@media screen and (max-width: 1160px) {
  .ws-hide-1160 {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .ws-hide-1200 {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  .ws-hide-1300 {
    display: none !important;
  }
}
@media screen and (max-width: 1350px) {
  .ws-hide-1350 {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .ws-hide-950 {
    display: none !important;
  }
}
#howto_iframe {
   width: 100%;
   border: 6px solid #e3e6e8;
   height: 400px;
   border-bottom-left-radius:4px;
   border-bottom-right-radius:4px;
}

.vl-howto {
  border-left: 50px solid #282A35;
  height: 80px;
  position: absolute;
  top:-6px;
  left:50%;
  margin-left:-25px;
}
.vl-howtobtn {
  width:50%;
  margin-top:73px;
}

@media screen and (max-width: 1400px) {
  .ws-hide-1400 {
    display: none !important;
  }
}

@media screen and (max-width: 1250px) {
  .ws-hide-1250 {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  #howto_iframe {
    height: 360px;
  }
}
@media screen and (max-width: 800px) {
  #howto_iframe {
    height: 320px;
  }
}
@media screen and (max-width: 700px) {
  #howto_iframe {
    height: 280px;
  }
  .codeeditorbr-input {
    margin-left: 15px;
  }
  .vl-howto {
    height:45px;
  }
.vl-howtobtn {
  margin-top:37px;
}
}
@media screen and (max-width:584px) {
  #howto_iframe {
    height: 245px;
  }
}
@media screen and (max-width:500px) {
  #howto_iframe {
    height: 215px;
  }
}
@media screen and (max-width:450px) {
  #howto_iframe {
    height: 203px;
  }
}
.codeeditorbr-container {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.codeeditorbr-row {
  padding: 10px;
  background: #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.codeeditorbr-column {
  float: left;
}

.codeeditorbr-left {
  width: 20%;
}

.codeeditorbr-middle {
  width: 80%;
}

@media screen and (max-width: 800px) {
  .codeeditorbr-left {
    width: 24%;
  }

  .codeeditorbr-middle {
    width: 76%;
  }
}

.codeeditorbr-row:after {
  content: "";
  display: table;
  clear: both;
}

.codeeditorbr-dot {
  margin-top: 5px;
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-left: 3px;
}

.codeeditorbr-input {
  width: 80%;
  border-radius: 3px;
  border: none;
  background-color: white;
  margin-top: -8px;
  height: 22px;
  color: #666;
  font-size: 14px;
  padding: 5px;
}

.hover-yellow:hover {
  background-color: #fff080 !important;
  color: black !important;
}

.codeeditorbr-tablink {
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
}

.codeeditorbr-tablink:hover {
  background-color: #E7E9EB !important
}

.hover-yellow:hover {
  background-color:#fff080!important;
  color:black!important;
}
#bgcodeimg {
  background: #282A35 url("/about/w3codes.webp") no-repeat fixed center;
}
#bgcodeimg2 {
  background: #282A35 url("https://www.w3schools.com/spaces/files/priscilla-du-preez-XkKCui44iM0-unsplash.921aa0c0.webp") no-repeat fixed center;
}

form.example {
  position:relative;
}
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #282A35;
  border-radius:25px;
  float: left;
  width: 80%;
  padding-left:25px;
  background: white;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-right:0;
  border-right: 1px solid #04AA6D;
  outline:0;
}

form.example button {
  border-radius:25px;
  float: left;
  width: 20%;
  padding: 10px;
  background:#04AA6D;
  color: white;
  font-size: 17px;
  border: 1px solid #282A35;
  border-left: none;
  cursor: pointer;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}

form.example button:hover {
  background: #059862;
  color: white;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

#listofsearchresults {
  display:none;
  position:absolute;
  background-color:#282A35;
  background-color:#fff;
  color:#000;
  width:80%;
  top:47px;
  border-left: 1px solid #282A35;
  border-right: 1px solid #282A35;
  border-bottom: 1px solid #282A35;
  text-align:left;
}
#listofsearchresults a {
  background-color:#e2e3e9;
  background-color:#fff;
  color:#777;
  text-decoration:none;
  display:block;
  padding:10px 30px;
  width:100%;
  opacity:0.95;
}
#listofsearchresults a:hover {
  color:#000;
  opacity:1;
}
.span_search {
  background-color:#ffecee;
}
.search_active {
  background-color:#ffecee!important;
  color:#000!important;
}
.search_active .span_search {
  background-color:#ffccd1;
}

.learntocodeh1 {
  font-size:70px;
  font-weight:700;
}

.learntocodeh3 {
  color:#FFF4A3;
  font-weight:700;
  margin-top:30px!important;
  font-size:23px;
}
.learntocodeh4 {
  color:white;
  font-size:23px;
  font-weight:700;
  margin-top:30px!important;
}
.learntocodeh4 a:hover,.learntocodeh4 a:active {
  color:#FFF4A3;
}
.learntocodecontent {
  padding-left:90px;
  padding-right:90px;
}

@media screen and (max-width: 600px) {
  .learntocodeh1 {
    font-size:50px!important;
  }
  .learntocodeh3 {
    font-size:21px!important;
  }
  .learntocodecontent {
    padding-left:35px;
    padding-right:35px;
  }
  form.example input[type=text],form.example button {
  font-size: 16px;
 }
   form.example input[type=text] {
   padding-left:16px;
 }
}

@media screen and (max-width: 1006px) and (min-width: 992px) {
  .ws-hide-special  {
    display:none;
  }
}

.grey-color {
  background-color: #E7E9EB;
  color: #000;
}
.icons-right {
  color:#f1f1f1;
}
body.darkpagetheme .grey-color {
  background-color: #38444d;
  color: #ddd;
}

body.darkpagetheme .bar-icon-hover:hover,body.darkpagetheme .fa-logo:hover {
  background-color: #1d2a35!important;
  color:white!important;
}

body.darkpagetheme #main {
  border-right:0;
}
body.darkpagetheme #wavepath {
  fill: rgb(40,42,53);
}

table.gstl_50 {/*google search suggestions*/
  color:#000;
}
.topnavmain_pro {
  background-color:#9763f6;
  color:#fff;
}
.topnavmain_pro:hover {
  background-color:#7d53cc!important;
  color:#fff!important;
}

body.darkpagetheme .icons-right  {
    color: #eee;
}

.pro-caption {
  padding: 78px 35px 96px 35px;
  text-align: center
}

.pro-caption h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 55px;
  padding-top: 11px;
  padding-bottom: 20px;
  font-family: Source Sans Pro;
  color: #fff;
  margin: 0
}

.pro-caption h3 {
  font-size: 25px;
  color: #FFC0C7;
  margin:19px 0;
}

.pro-caption li {
  font-size:20px;
  line-height:36px;
  text-align:left;
  list-style-type:none;
}

@media screen and (max-width:620px) {
  .pro-caption {padding: 70px 15px 70px 15px;}
  .pro-caption h1 {font-size:50px;}
  .pro-caption h3 {font-size:24px;}
  .pro-caption li {font-size:18px;}
}

@media screen and (max-width:550px) {
  .pro-caption h1 {font-size:40px;}
  .pro-caption h3 {font-size:24px;}
  .pro-caption li {font-size:18px;}
}
#footer .w3-small,#footer a {
  font-family: Verdana,sans-serif;
}
</style>
</head>
<body style="font-family: 'Source Sans Pro', sans-serif;">

<div id="tnb-search-suggestions"></div>

<div
  id="top-nav-bar"
  class="classic"
>
  <div
    id="pagetop"
    class="w3-bar notranslate w3-white"
  >
    <a
      
      id="w3-logo"
      href="https://www.w3schools.com"
      class="w3-bar-item w3-button w3-hover-none w3-left ga-top ga-top-w3home"
      title="Home"
      style="width: 75px"
      aria-label="Home link"
    >
      <i
        class="fa fa-logo ws-hover-text-green"
        style="position: relative; z-index: 1; color: #04aa6d; font-size: 36px !important"
        aria-hidden="true"
      ></i>
    </a>

    <nav class="tnb-desktop-nav w3-bar-item">
      <a
        onclick="TopNavBar.openNavItem('tutorials')"
        class="tnb-nav-btn w3-bar-item w3-button barex bar-item-hover w3-padding-16 ga-top ga-top-tut-and-ref"
        href="javascript:void(0)"
        id="navbtn_tutorials"
        title="Tutorials and References"
        role="button"
      >
        Tutorials
        <i
          class="fa fa-caret-down"
          style="font-size: 15px"
          aria-hidden="true"
        ></i>
        <i
          class="fa fa-caret-up"
          style="display: none; font-size: 15px"
          aria-hidden="true"
        ></i>
      </a>

      <a
        onclick="TopNavBar.openNavItem('exercises')"
        class="tnb-nav-btn w3-bar-item w3-button barex bar-item-hover w3-padding-16 ga-top ga-top-exc-and-quz"
        href="javascript:void(0)"
        id="navbtn_exercises"
        title="Exercises and Quizzes"
        role="button"
      >
        Exercises
        <i
          class="fa fa-caret-down"
          style="font-size: 15px"
          aria-hidden="true"
        ></i>
        <i
          class="fa fa-caret-up"
          style="display: none; font-size: 15px"
          aria-hidden="true"
        ></i>
      </a>

      <a
        onclick="TopNavBar.openNavItem('certified')"
        class="tnb-nav-btn w3-bar-item w3-button barex bar-item-hover w3-padding-16 tnb-paid-service ga-top ga-top-cert-and-course"
        href="javascript:void(0)"
        id="navbtn_certified"
        title="Certificates"
        role="button"
      >
        Certificates
        <i
          class="fa fa-caret-down"
          style="font-size: 15px"
          aria-hidden="true"
        ></i>
        <i
          class="fa fa-caret-up"
          style="display: none; font-size: 15px"
          aria-hidden="true"
        ></i>
      </a>

      <a
        onclick="TopNavBar.openNavItem('services')"
        class="tnb-nav-btn w3-bar-item w3-button barex bar-item-hover w3-padding-16 ga-top ga-top-services"
        href="javascript:void(0)"
        id="navbtn_services"
        title="Our Services"
        role="button"
      >
        Services
        <i
          class="fa fa-caret-down"
          style="font-size: 15px"
          aria-hidden="true"
        ></i>
        <i
          class="fa fa-caret-up"
          style="display: none; font-size: 15px"
          aria-hidden="true"
        ></i>
      </a>
    </nav>

    <a
      onclick="TopNavBar.openMenu()"
      class="tnb-menu-btn w3-bar-item w3-button bar-item-hover w3-padding-16 ga-top ga-top-menu"
      href="javascript:void(0)"
      title="Menu"
      aria-label="Menu"
      role="button"
    >
      Menu
      <i
        class="fa fa-caret-down"
        style="font-size: 15px"
        aria-hidden="true"
      ></i>
      <i
        class="fa fa-caret-up"
        style="display: none; font-size: 15px"
        aria-hidden="true"
      ></i>
    </a>

    <div
      id="tnb-google-search-container"
      class="w3-bar-item"
    >
      <div id="tnb-google-search-inner-container">
        <label
          for="tnb-google-search-input"
          class="tnb-soft-hide"
        >
          Search field
        </label>

        <input
          id="tnb-google-search-input"
          type="text"
          placeholder="Search..."
          autocomplete="off"
          onkeydown="TopNavBar.googleSearchAttachKeyPressHandler(event)"
          aria-label="Search field"
          oninput="TopNavBar.searchWithSuggestions(this)"
          onfocus="TopNavBar.searchWithSuggestions(this)"
          onblur="TopNavBar.searchFieldLostFocus(event)"
        />

        <div
          id="tnb-google-search-submit-btn"
          class="tnb-button-light"
          role="button"
          aria-label="Button to search"
          onclick="TopNavBar.googleSearchSubmit()"
        >
          <svg
            id="tnb-google-search-icon"
            viewBox="0 0 17 16"
            fill="none"
            xmlns="http://www.w3.org/2000/svg"
          >
            <path
              d="M11.8153 10.3439C12.6061 9.2673 13.0732 7.9382 13.0732 6.5C13.0732 2.91015 10.163 0 6.57318 0C2.98333 0 0.0731812 2.91015 0.0731812 6.5C0.0731812 10.0899 2.98333 13 6.57318 13C8.01176 13 9.3412 12.5327 10.4179 11.7415L10.4171 11.7422C10.4466 11.7822 10.4794 11.8204 10.5156 11.8566L14.3661 15.7071C14.7566 16.0976 15.3898 16.0976 15.7803 15.7071C16.1708 15.3166 16.1708 14.6834 15.7803 14.2929L11.9298 10.4424C11.8936 10.4062 11.8553 10.3734 11.8153 10.3439ZM12.0732 6.5C12.0732 9.53757 9.61075 12 6.57318 12C3.53561 12 1.07318 9.53757 1.07318 6.5C1.07318 3.46243 3.53561 1 6.57318 1C9.61075 1 12.0732 3.46243 12.0732 6.5Z"
              fill="black"
            ></path>
          </svg>
        </div>
      </div>

      <div id="tnb-google-search-mobile-action-btns">
        <div
          id="tnb-google-search-mobile-show"
          class="tnb-button"
          onclick="TopNavBar.googleSearchShowMobileContainer()"
          aria-label="Button to open search field"
          role="button"
        >
          <svg
            viewBox="0 0 17 16"
            fill="none"
            xmlns="http://www.w3.org/2000/svg"
          >
            <path
              d="M11.8153 10.3439C12.6061 9.2673 13.0732 7.9382 13.0732 6.5C13.0732 2.91015 10.163 0 6.57318 0C2.98333 0 0.0731812 2.91015 0.0731812 6.5C0.0731812 10.0899 2.98333 13 6.57318 13C8.01176 13 9.3412 12.5327 10.4179 11.7415L10.4171 11.7422C10.4466 11.7822 10.4794 11.8204 10.5156 11.8566L14.3661 15.7071C14.7566 16.0976 15.3898 16.0976 15.7803 15.7071C16.1708 15.3166 16.1708 14.6834 15.7803 14.2929L11.9298 10.4424C11.8936 10.4062 11.8553 10.3734 11.8153 10.3439ZM12.0732 6.5C12.0732 9.53757 9.61075 12 6.57318 12C3.53561 12 1.07318 9.53757 1.07318 6.5C1.07318 3.46243 3.53561 1 6.57318 1C9.61075 1 12.0732 3.46243 12.0732 6.5Z"
              fill="currentColor"
            ></path>
          </svg>
        </div>

        <div
          id="tnb-google-search-mobile-close"
          class="tnb-button"
          onclick="TopNavBar.googleSearchHideMobileContainer()"
          role="button"
          aria-label="Close search field"
        >
          <i>&times;</i>
        </div>
      </div>
    </div>

    <div
      id="tnb-dark-mode-toggle-wrapper"
      class="w3-bar-item"
    >
      <a
        onclick="TopNavBar.toggleUserPreferredTheme()"
        id="tnb-dark-mode-toggle-btn"
        href="javascript:void(0);"
        class="tnb-button fa ga-nav ga-dark-mode-toggle"
        role="button"
        title="Toggle light/dark mode"
        aria-label="Toggle light/dark mode"
      >
        <i>&#xe80b;</i>
      </a>
    </div>

    <div class="tnb-right-section">
      <!-- < user-anonymous -->
      <a
        
        href="https://profile.w3schools.com/log-in"
        class="user-anonymous tnb-login-btn w3-bar-item w3-btn w3-hide bar-item-hover w3-right ws-light-green ga-top ga-top-login"
        title="Login to your account"
        aria-label="Login to your account"
      >
        Log in
      </a>

      <a
        
        href="https://profile.w3schools.com/sign-up"
        class="user-anonymous tnb-signup-btn w3-bar-item w3-button w3-hide w3-right ws-green ws-hover-green ga-top ga-top-signup"
        title="Sign Up to Improve Your Learning Experience"
        aria-label="Sign Up to Improve Your Learning Experience"
      >
        Sign Up
      </a>
      <!-- > user-anonymous -->

      <!-- < user-authenticated -->
      <a
        
        href="https://profile.w3schools.com/log-in"
        class="user-authenticated user-profile-btn w3-alt-btn w3-hide ga-top ga-top-profile"
        title="Your W3Schools Profile"
        aria-label="Your W3Schools Profile"
      >
        <svg
          xmlns="http://www.w3.org/2000/svg"
          version="1.1"
          viewBox="0 0 2048 2048"
          class="user-profile-icon"
          aria-label="Your W3Schools Profile Icon"
        >
          <path
            d="M 843.500 1148.155 C 837.450 1148.515, 823.050 1149.334, 811.500 1149.975 C 742.799 1153.788, 704.251 1162.996, 635.391 1192.044 C 517.544 1241.756, 398.992 1352.262, 337.200 1470 C 251.831 1632.658, 253.457 1816.879, 340.500 1843.982 C 351.574 1847.431, 1696.426 1847.431, 1707.500 1843.982 C 1794.543 1816.879, 1796.169 1632.658, 1710.800 1470 C 1649.008 1352.262, 1530.456 1241.756, 1412.609 1192.044 C 1344.588 1163.350, 1305.224 1153.854, 1238.500 1150.039 C 1190.330 1147.286, 1196.307 1147.328, 1097 1149.035 C 1039.984 1150.015, 1010.205 1150.008, 950 1149.003 C 851.731 1147.362, 856.213 1147.398, 843.500 1148.155"
            stroke="none"
            fill="#2a93fb"
            fill-rule="evenodd"
          />
          <path
            d="M 1008 194.584 C 1006.075 194.809, 999.325 195.476, 993 196.064 C 927.768 202.134, 845.423 233.043, 786 273.762 C 691.987 338.184, 622.881 442.165, 601.082 552 C 588.496 615.414, 592.917 705.245, 611.329 760.230 C 643.220 855.469, 694.977 930.136, 763.195 979.321 C 810.333 1013.308, 839.747 1026.645, 913.697 1047.562 C 1010.275 1074.879, 1108.934 1065.290, 1221 1017.694 C 1259.787 1001.221, 1307.818 965.858, 1339.852 930.191 C 1460.375 795.998, 1488.781 609.032, 1412.581 451.500 C 1350.098 322.327, 1240.457 235.724, 1097.500 202.624 C 1072.356 196.802, 1025.206 192.566, 1008 194.584"
            stroke="none"
            fill="#0aaa8a"
            fill-rule="evenodd"
          />
        </svg>

        <svg
          xmlns="http://www.w3.org/2000/svg"
          class="user-progress"
          aria-label="Your W3Schools Profile Progress"
        >
          <path
            class="user-progress-circle1"
            fill="none"
            d="M 25.99650934151373 15.00000030461742 A 20 20 0 1 0 26 15"
          ></path>
          <path
            class="user-progress-circle2"
            fill="none"
            d="M 26 15 A 20 20 0 0 0 26 15"
          ></path>
        </svg>

        <span class="user-progress-star">&#x2605;</span>

        <span class="user-progress-point">+1</span>
      </a>

      <a
        
        href="https://pathfinder.w3schools.com"
        class="user-authenticated tnb-dashboard-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-dashboard"
        title="Your W3Schools Dashboard"
        aria-label="Your W3Schools Dashboard"
      >
        My W3Schools
      </a>
      <!-- > user-authenticated -->

      <!-- < user-anonymous - action-btn -->
      <a
        target="_blank"
        href="https://campus.w3schools.com/collections/course-catalog"
        class="user-anonymous tnb-certificates-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-certificates"
        title="W3Schools Certificates"
        aria-label="W3Schools Certificates"
      >
        <svg
          xmlns="http://www.w3.org/2000/svg"
          height="1em"
          viewBox="0 0 576 512"
          aria-hidden="true"
        >
          <path
            d="M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32h-411C111 12.8 91.6 0 69.5 0H24zM131.1 80H520.7L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8H161.6L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"
            fill="currentColor"
          />
        </svg>
        Get Certified
      </a>

      <a
        
        href="/spaces/index.php"
        class="user-anonymous tnb-spaces-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-spaces"
        title="Get Your Own Website With W3Schools Spaces"
        aria-label="Get Your Own Website With W3Schools Spaces"
      >
        <svg
          xmlns="http://www.w3.org/2000/svg"
          height="1em"
          viewBox="0 0 640 512"
          aria-hidden="true"
        >
          <path
            d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"
            fill="currentColor"
          />
        </svg>
        Spaces
      </a>

      <a
        
        href="/academy/teachers/index.php"
        class="user-anonymous tnb-jobs-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-teachers"
        title="Contact us about W3Schools Academy for educational institutions"
        aria-label="Contact us about W3Schools Academy for educational institutions"
      >
        <svg
          stroke="currentColor"
          fill="currentColor"
          stroke-width="0"
          viewBox="0 0 640 512"
          focusable="false"
          class="chakra-icon css-9gdywz"
          height="1em"
          width="1em"
          xmlns="http://www.w3.org/2000/svg"
        >
          <path d="M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z"></path>
        </svg>
        For Teachers
      </a>

      <a
        
        href="/plus/index.php"
        class="user-anonymous tnb-jobs-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-plus"
        title="Become a PLUS user and unlock powerful features"
        aria-label="Become a PLUS user and unlock powerful features"
      >
        <svg
          xmlns="http://www.w3.org/2000/svg"
          width="15"
          height="36"
          viewBox="0 0 12 16"
          fill="none"
          aria-hidden="true"
        >
          <path
            d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"
            fill="#9763f6"
          />
          <path
            d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"
            fill="#9763f6"
          />
          <path
            d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"
            fill="#9763f6"
          />
        </svg>
        Plus
      </a>
      <!-- > user-anonymous - action-btn -->

      <!-- < user-authenticated - action-btn -->
      <a
        target="_blank"
        href="https://campus.w3schools.com/collections/course-catalog"
        class="user-authenticated tnb-certificates-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-certificates"
        title="W3Schools Certificates"
        aria-label="W3Schools Certificates"
      >
        <svg
          xmlns="http://www.w3.org/2000/svg"
          height="1em"
          viewBox="0 0 576 512"
          aria-hidden="true"
        >
          <path
            d="M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32h-411C111 12.8 91.6 0 69.5 0H24zM131.1 80H520.7L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8H161.6L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"
            fill="currentColor"
          />
        </svg>
        Get Certified
      </a>

      <a
        
        href="https://spaces.w3schools.com/space/"
        class="user-authenticated tnb-spaces-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-spaces"
        title="Go to Your W3Schools Space"
        aria-label="Go to Your W3Schools Space"
      >
        <svg
          xmlns="http://www.w3.org/2000/svg"
          height="1em"
          viewBox="0 0 640 512"
          aria-hidden="true"
        >
          <path
            d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"
            fill="currentColor"
          />
        </svg>
        Spaces
      </a>

      <a
        
        href="/academy/teachers/index.php"
        class="user-authenticated tnb-jobs-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-teachers"
        title="Contact us about W3Schools Academy for educational institutions"
        aria-label="Contact us about W3Schools Academy for educational institutions"
      >
        <svg
          stroke="currentColor"
          fill="currentColor"
          stroke-width="0"
          viewBox="0 0 640 512"
          focusable="false"
          class="chakra-icon css-9gdywz"
          height="1em"
          width="1em"
          xmlns="http://www.w3.org/2000/svg"
        >
          <path d="M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z"></path>
        </svg>
        For Teachers
      </a>

      <a
        
        href="/plus/index.php"
        class="user-authenticated tnb-jobs-btn w3-bar-item w3-button w3-hide w3-right w3-white ga-top ga-top-goals"
        title="Get personalized learning journey based on your current skills and goals"
        aria-label="Get personalized learning journey based on your current skills and goals"
      >
        <svg
          xmlns="http://www.w3.org/2000/svg"
          width="15"
          height="36"
          viewBox="0 0 12 16"
          fill="none"
          aria-hidden="true"
        >
          <path
            d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"
            fill="#9763f6"
          />
          <path
            d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"
            fill="#9763f6"
          />
          <path
            d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"
            fill="#9763f6"
          />
        </svg>
        Plus
      </a>
      <!-- > user-authenticated - action-btn -->
    </div>
  </div>

  <nav
    id="tnb-mobile-nav"
    class="tnb-mobile-nav w3-hide"
  >
    <div class="w3-container">
      <a
        
        href="https://pathfinder.w3schools.com"
        class="user-authenticated w3-button w3-hide ga-top ga-top-dashboard"
        title="My W3Schools"
        aria-label="My W3Schools"
      >
        <span class="tnb-title">My W3Schools</span>
      </a>

      <div
        class="tnb-mobile-nav-section"
        data-section="tutorials"
      >
        <div
          class="tnb-mobile-nav-section-toggle-btn w3-button ga-top ga-top-menu-tut-and-ref"
          onclick="TopNavBar.toggleMobileNav(event, 'tutorials');"
          aria-label="Tutorials"
          role="button"
        >
          <span class="tnb-title">Tutorials</span>
          <i
            class="tnb-icon fa fa-caret-down"
            aria-hidden="true"
          ></i>
        </div>

        <div
          id="sectionxs_tutorials"
          class="tnb-mobile-nav-section-body"
        >
          &nbsp;
        </div>
      </div>

      <div
        class="tnb-mobile-nav-section"
        data-section="exercises"
      >
        <div
          class="tnb-mobile-nav-section-toggle-btn w3-button ga-top ga-top-menu-exc-and-quz"
          onclick="TopNavBar.toggleMobileNav(event, 'exercises')"
          aria-label="Exercises"
          role="button"
        >
          <span class="tnb-title">Exercises</span>
          <i
            class="tnb-icon fa fa-caret-down"
            aria-hidden="true"
          ></i>
        </div>

        <div
          id="sectionxs_exercises"
          class="tnb-mobile-nav-section-body"
        >
          &nbsp;
        </div>
      </div>

      <div
        class="tnb-mobile-nav-section"
        data-section="certified"
      >
        <div
          class="tnb-mobile-nav-section-toggle-btn tnb-paid-service w3-button ga-top ga-top-menu-cert-and-course"
          onclick="TopNavBar.toggleMobileNav(event, 'certified')"
          aria-label="Certificates"
          role="button"
        >
          <span class="tnb-title">Certificates</span>
          <i
            class="tnb-icon fa fa-caret-down"
            aria-hidden="true"
          ></i>
        </div>

        <div
          id="sectionxs_certified"
          class="tnb-mobile-nav-section-body"
        >
          &nbsp;
        </div>
      </div>

      <div
        class="tnb-mobile-nav-section"
        data-section="services"
      >
        <div
          class="tnb-mobile-nav-section-toggle-btn w3-button ga-top ga-top-menu-services"
          onclick="TopNavBar.toggleMobileNav(event, 'services')"
          aria-label="Services"
          role="button"
        >
          <span class="tnb-title">Services</span>
          <i
            class="tnb-icon fa fa-caret-down"
            aria-hidden="true"
          ></i>
        </div>

        <div
          id="sectionxs_services"
          class="tnb-mobile-nav-section-body"
        >
          &nbsp;
        </div>
      </div>

      <a
        
        href="/spaces/index.php"
        class="w3-button ga-top ga-top-menu-spaces"
        title="Get Your Own Website With W3Schools Spaces"
        aria-label="Get Your Own Website With W3Schools Spaces"
      >
        <span class="tnb-title">Spaces</span>
        <svg
          class="tnb-icon"
          xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 640 512"
          aria-hidden="true"
        >
          <path
            d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"
            fill="currentColor"
          />
        </svg>
      </a>

      <a
        target="_blank"
        href="https://campus.w3schools.com/collections/course-catalog"
        class="w3-button ga-top ga-top-menu-certificates"
        title="W3Schools Certificates"
        aria-label="W3Schools Certificates"
      >
        <span class="tnb-title">Get Certified</span>
        <svg
          class="tnb-icon"
          xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 576 512"
          aria-hidden="true"
        >
          <path
            d="M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32h-411C111 12.8 91.6 0 69.5 0H24zM131.1 80H520.7L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8H161.6L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"
            fill="currentColor"
          />
        </svg>
      </a>

      <a
        
        href="/plus/index.php"
        class="w3-button ga-top ga-top-menu-plus"
        title="Become a PLUS user and unlock powerful features"
        aria-label="Become a PLUS user and unlock powerful features"
      >
        <span class="tnb-title">Plus</span>
        <svg
          class="tnb-icon"
          xmlns="http://www.w3.org/2000/svg"
          width="15"
          height="36"
          viewBox="0 0 12 16"
          fill="none"
          aria-hidden="true"
        >
          <path
            d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"
            fill="currentColor"
          />
          <path
            d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"
            fill="currentColor"
          />
          <path
            d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"
            fill="currentColor"
          />
        </svg>
      </a>

      <a
        
        href="/academy/index.php"
        class="w3-button ga-top ga-top-menu-academy"
        title="W3Schools Academy"
        aria-label="W3Schools Academy"
      >
        <span class="tnb-title">Academy</span>
      </a>

      <a
        
        class="user-authenticated w3-hide w3-button ga-top ga-top-logout"
        href="https://profile.w3schools.com/logout"
        title="Logout"
        aria-label="Logout"
      >
        <span class="tnb-title">Logout</span>
      </a>

      <div class="tnb-social-network-btns">
        <a
          target="_blank"
          href="https://www.youtube.com/@w3schools"
          title="W3Schools on YouTube"
          class="w3-button w3-round ga-fp"
        >
          <i
            class="tnb-icon fa fa-youtube"
            aria-hidden="true"
          ></i>
        </a>

        <a
          target="_blank"
          href="https://www.linkedin.com/company/w3schools.com/"
          title="W3Schools on LinkedIn"
          class="w3-button w3-round ga-fp"
        >
          <i
            class="tnb-icon fa"
            aria-hidden="true"
          >
            &#62220;
          </i>
        </a>

        <a
          target="_blank"
          href="https://discord.com/invite/w3schools"
          title="Join the W3schools community on Discord"
          class="w3-button w3-round ga-fp"
        >
          <i
            class="tnb-icon fa -discord"
            aria-hidden="true"
          >
            &#59399;
          </i>
        </a>

        <a
          target="_blank"
          href="https://www.facebook.com/w3schoolscom/"
          title="W3Schools on Facebook"
          class="w3-button w3-round ga-fp"
        >
          <i
            class="tnb-icon fa"
            aria-hidden="true"
          >
            &#59398;
          </i>
        </a>

        <a
          target="_blank"
          href="https://www.instagram.com/w3schools.com_official/"
          title="W3Schools on Instagram"
          class="w3-button w3-round ga-fp"
        >
          <i
            class="tnb-icon fa"
            aria-hidden="true"
          >
            &#61805;
          </i>
        </a>
      </div>
    </div>

    <div
      class="w3-button tnb-close-menu-btn w3-round ga-top ga-top-close-accordion"
      tabindex="0"
      onclick="TopNavBar.closeMenu()"
      role="button"
      aria-label="Close menu"
    >
      <span>&times;</span>
    </div>
  </nav>

  <div id="dropdown-nav-outer-wrapper">
    <div id="dropdown-nav-inner-wrapper">
      <nav
        id="nav_tutorials"
        class="dropdown-nav w3-hide-small navex"
        tabindex="-1"
        aria-label="Menu for tutorials"
      >
        <div class="w3-content menu-content">
          <div
            id="tutorials_list"
            class="w3-row-padding w3-bar-block"
          >
            <div class="nav-heading-container w3-container">
              <div class="nav-heading-container-title">
                <h2 style="color: #fff4a3"><b>Tutorials</b></h2>
              </div>

              <div
                data-section="tutorials"
                class="filter-input-wrapper"
              >
                <div class="filter-input-inner-wrapper">
                  <label
                    for="filter-tutorials-input"
                    class="tnb-soft-hide"
                  >
                    Tutorials filter input
                  </label>
                  <input
                    id="filter-tutorials-input"
                    oninput="TopNavBar.filter(event, 'nav_tutorials')"
                    type="text"
                    class="filter-input"
                    placeholder="Filter..."
                    aria-label="Tutorials filter input"
                  />

                  <div
                    class="filter-clear-btn tnb-button-dark-v2"
                    role="button"
                    aria-label="Filter clear button"
                    onclick="TopNavBar.clearFilter(event, 'nav_tutorials')"
                  >
                    <span>&times;</span>
                  </div>
                </div>
              </div>
            </div>

            <div class="w3-col l4 m6">
              <div id="tutorials_html_css_links_list">
                <h3
                  class="tnb-nav-section-title"
                  data-heading="html_and_css_title"
                >
                  HTML and CSS
                </h3>
                <div
                  data-name="html"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-html"
                    href="/html/default.asp"
                    title="HTML Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    HTML
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-html"
                    href="/html/default.asp"
                    title="HTML Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-html"
                    href="/tags/default.asp"
                    title="HTML Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="css"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-css"
                    href="/css/default.asp"
                    title="CSS Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    CSS
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-css"
                    href="/css/default.asp"
                    title="CSS Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-css"
                    href="/cssref/default.asp"
                    title="CSS Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="rwd"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-rwd"
                    href="/css/css_rwd_intro.asp"
                    title="Responsive Web Design Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    RWD
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-rwd"
                    href="/css/css_rwd_intro.asp"
                    title="Responsive Web Design Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="bootstrap"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-bs"
                    href="/bootstrap/bootstrap_ver.asp"
                    title="Bootstrap Tutorials"
                  >
                    <span class="learn-span">Learn</span>
                    Bootstrap
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-bs"
                    href="/bootstrap/bootstrap_ver.asp"
                    title="Bootstrap Tutorials"
                  >
                    Overview
                  </a>
                </div>
                <div
                  data-name="w3.css"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-w3css"
                    href="/w3css/default.asp"
                    title="W3.CSS Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    W3.CSS
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-w3css"
                    href="/w3css/default.asp"
                    title="W3.CSS Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-w3css"
                    href="/w3css/w3css_references.asp"
                    title="W3.CSS Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="sass"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-sass"
                    href="/sass/default.php"
                    title="SASS Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Sass
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-sass"
                    href="/sass/default.php"
                    title="SASS Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-sass"
                    href="/sass/sass_functions_string.php"
                    title="SASS Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="colors"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-colors"
                    href="/colors/default.asp"
                    title="Colors Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Colors
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-colors"
                    href="/colors/default.asp"
                    title="Colors Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-colors"
                    href="/colors/colors_fs595.asp"
                    title="Colors Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="icons"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-icons"
                    href="/icons/default.asp"
                    title="Icons Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Icons
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-icons"
                    href="/icons/default.asp"
                    title="Icons Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-icons"
                    href="/icons/icons_reference.asp"
                    title="Icons Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="svg"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-svg"
                    href="/graphics/svg_intro.asp"
                    title="SVG Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    SVG
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-svg"
                    href="/graphics/svg_intro.asp"
                    title="SVG Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-svg"
                    href="/graphics/svg_reference.asp"
                    title="SVG Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="canvas"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-canvas"
                    href="/graphics/canvas_intro.asp"
                    title="Canvas Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Canvas
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-canvas"
                    href="/graphics/canvas_intro.asp"
                    title="Canvas Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-canvas"
                    href="/graphics/canvas_reference.asp"
                    title="Canvas Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="graphics"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-graphics"
                    href="/graphics/default.asp"
                    title="Graphics Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Graphics
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-graphics"
                    href="/graphics/default.asp"
                    title="Graphics Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="charsets"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-charsets"
                    href="/charsets/default.asp"
                    title="Character Sets Reference"
                  >
                    <span class="learn-span">Learn</span>
                    Character Sets
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-canvas"
                    href="/charsets/default.asp"
                    title="Character Sets Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="how to"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-howto"
                    href="/howto/default.asp"
                    title="How To - Code Snippets"
                  >
                    <span class="learn-span">Learn</span>
                    How To
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-howto"
                    href="/howto/default.asp"
                    title="How To - Code Snippets"
                  >
                    Tutorial
                  </a>
                </div>
              </div>

              <div
                id="tutorials_data_analytics_links_list_desktop"
                class="w3-hide-small"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="data_analytics_title"
                >
                  Data Analytics
                </h3>
                <div
                  data-name="ai"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ai"
                    href="/ai/default.asp"
                    title="Artificial Intelligence Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    AI
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ai"
                    href="/ai/default.asp"
                    title="Artificial Intelligence Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="generative ai"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-genai"
                    href="/gen_ai/index.php"
                    title="Generative AI Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Generative AI
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-genai"
                    href="/gen_ai/index.php"
                    title="Generative AI Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="chatgpt-3.5"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/gen_ai/chatgpt-3-5/index.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-chatgpt35"
                    title="ChatGPT-3.5 Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    ChatGPT-3.5
                  </a>
                  <a
                    
                    href="/gen_ai/chatgpt-3-5/index.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-chatgpt35"
                    title="ChatGPT-3.5  Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="chatgpt-4"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/gen_ai/chatgpt-4/index.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-chatgpt4"
                    title="ChatGPT-4 Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    ChatGPT-4
                  </a>
                  <a
                    
                    href="/gen_ai/chatgpt-4/index.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-chatgpt35"
                    title="ChatGPT-4 Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="google bard"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/gen_ai/bard/index.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-bard"
                    title="Google Bard Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Google Bard
                  </a>
                  <a
                    
                    href="/gen_ai/bard/index.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-bard"
                    title="Google Bard Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="machine learning"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ml"
                    href="/python/python_ml_getting_started.asp"
                    title="Machine Learning Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Machine Learning
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ml"
                    href="/python/python_ml_getting_started.asp"
                    title="Machine Learning Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="dsa"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/dsa/index.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-dsa"
                    title="DSA - Data Structures and Algorithms"
                  >
                    <span class="learn-span">Learn</span>
                    DSA
                  </a>
                  <a
                    
                    href="/dsa/index.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-dsa"
                    title="DSA - Data Structures and Algorithms"
                  >
                    Tutorial
                  </a>
                </div>

                <div
                  data-name="data science"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ds"
                    href="/datascience/default.asp"
                    title="Data Science Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Data Science
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ds"
                    href="/datascience/default.asp"
                    title="Data Science Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="numpy"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-numpy"
                    href="/python/numpy/default.asp"
                    title="NumPy Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    NumPy
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-numpy"
                    href="/python/numpy/default.asp"
                    title="NumPy Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="pandas"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-pandas"
                    href="/python/pandas/default.asp"
                    title="Pandas Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Pandas
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-pandas"
                    href="/python/pandas/default.asp"
                    title="Pandas Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="scipy"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-scipy"
                    href="/python/scipy/index.php"
                    title="SciPy Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    SciPy
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-scipy"
                    href="/python/scipy/index.php"
                    title="SciPy Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="matplotlib"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-matplotlib"
                    href="/python/matplotlib_intro.asp"
                    title="Matplotlib Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Matplotlib
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-matplotlib"
                    href="/python/matplotlib_intro.asp"
                    title="Matplotlib Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="statistics"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-stat"
                    href="/statistics/index.php"
                    title="Statistics Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Statistics
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-stat"
                    href="/statistics/index.php"
                    title="Statistics Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="excel"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-excel"
                    href="/excel/index.php"
                    title="Excel Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Excel
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-excel"
                    href="/excel/index.php"
                    title="Excel Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="google sheet"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-sheets"
                    href="/googlesheets/index.php"
                    title="Google Sheets Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Google Sheets
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-sheets"
                    href="/googlesheets/index.php"
                    title="Google Sheets Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
              </div>

              <div
                id="tutorials_web_building_links_list_tablet"
                class="w3-hide-large w3-hide-small"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="web_building_title"
                >
                  Web Building
                </h3>
                <div
                  data-name="create a website"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-spaces fixpaddingsmallmenu"
                    href="/spaces/index.php"
                    title="Get Your Own Website With W3shools Spaces"
                  >
                    Create a Website
                    <span
                      class="ribbon-topnav"
                      style="background-color: #d9212c; color: white"
                    >
                      HOT!
                    </span>
                  </a>
                </div>
                <div
                  data-name="create a server"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-server fixpaddingsmallmenu"
                    href="/spaces/index.php"
                    title="Get Your Own Server With W3shools Spaces"
                  >
                    Create a Server
                    <span class="ribbon-topnav ws-green">NEW</span>
                  </a>
                </div>
                <div
                  data-name="where to start"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-wheretostart fixpaddingsmallmenu"
                    href="/where_to_start.asp"
                    title="Where To Start - Web Development"
                  >
                    Where To Start
                  </a>
                </div>
                <div
                  data-name="web templates"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-templates fixpaddingsmallmenu"
                    href="/w3css/w3css_templates.asp"
                    title="Free Web Templates"
                  >
                    Web Templates
                  </a>
                </div>
                <div
                  data-name="web statistics"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-webstats fixpaddingsmallmenu"
                    href="/browsers/default.asp"
                    title="Web Statistics"
                  >
                    Web Statistics
                  </a>
                </div>
                <div
                  data-name="web certificates"
                  data-category="web_building"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com"
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-certificates fixpaddingsmallmenu"
                    title="Certificates"
                  >
                    Web Certificates
                  </a>
                </div>
                <div
                  data-name="web development"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-web-development fixpaddingsmallmenu"
                    href="/whatis/default.asp"
                    title="Web Development Roadmaps"
                  >
                    Web Development
                  </a>
                </div>
                <div
                  data-name="code editor"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-code-editor fixpaddingsmallmenu"
                    href="/tryit/default.asp"
                    title="Try it - Code Editor"
                  >
                    Code Editor
                  </a>
                </div>
                <div
                  data-name="test your typing speed"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-typingspeed fixpaddingsmallmenu"
                    href="/typingspeed/default.asp"
                    title="Test Your Typing Speed"
                  >
                    Test Your Typing Speed
                  </a>
                </div>
                <div
                  data-name="play a code game"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-codegame fixpaddingsmallmenu"
                    href="/codegame/index.html"
                    title="Play a Code Game"
                  >
                    Play a Code Game
                  </a>
                </div>
                <div
                  data-name="cyber security"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-cybersec fixpaddingsmallmenu"
                    href="/cybersecurity/index.php"
                    title="Cyber Security Tutorial"
                  >
                    Cyber Security
                  </a>
                </div>
                <div
                  data-name="accessibility"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-accessi fixpaddingsmallmenu"
                    href="/accessibility/index.php"
                    title="Accessibility Security Tutorial"
                  >
                    Accessibility
                  </a>
                </div>
                <div
                  data-name="join our newsletter"
                  data-category="web_building"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/pages/newsletter"
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-newsletter fixpaddingsmallmenu"
                    title="W3Schools Newsletter"
                  >
                    Join our Newsletter
                  </a>
                </div>
              </div>
            </div>

            <div class="w3-col l4 m6">
              <div id="tutorials_javascript_links_list">
                <h3
                  class="tnb-nav-section-title"
                  data-heading="javascript_title"
                >
                  JavaScript
                </h3>
                <div
                  data-name="javascript"
                  data-category="javascript"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-js"
                    href="/js/default.asp"
                    title="JavaScript Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    JavaScript
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-js"
                    href="/js/default.asp"
                    title="JavaScript Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-js"
                    href="/jsref/default.asp"
                    title="JavaScript Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="react"
                  data-category="javascript"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-react"
                    href="/react/default.asp"
                    title="React Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    React
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-react"
                    href="/react/default.asp"
                    title="React Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="jquery"
                  data-category="javascript"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-jquery"
                    href="/jquery/default.asp"
                    title="jQuery Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    jQuery
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-jquery"
                    href="/jquery/default.asp"
                    title="jQuery Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-jquery"
                    href="/jquery/jquery_ref_overview.asp"
                    title="jQuery Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="vue"
                  data-category="javascript"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-vue"
                    href="/vue/index.php"
                    title="Vue Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Vue
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-vue"
                    href="/vue/index.php"
                    title="Vue Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    href="/vue/vue_ref_builtin-attributes.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-vue"
                    title="Vue Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="angularjs"
                  data-category="javascript"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-angularjs"
                    href="/angular/default.asp"
                    title="Angular Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    AngularJS
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-angularjs"
                    href="/angular/default.asp"
                    title="Angular Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-angularjs"
                    href="/angular/angular_ref_directives.asp"
                    title="Angular Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="json"
                  data-category="javascript"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-json"
                    href="/js/js_json_intro.asp"
                    title="JSON Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    JSON
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-json"
                    href="/js/js_json_intro.asp"
                    title="JSON Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-json"
                    href="/jsref/jsref_obj_json.asp"
                    title="JSON Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="ajax"
                  data-category="javascript"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ajax"
                    href="/js/js_ajax_intro.asp"
                    title="AJAX Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    AJAX
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ajax"
                    href="/js/js_ajax_intro.asp"
                    title="AJAX Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="appml"
                  data-category="javascript"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-appml"
                    href="/appml/default.asp"
                    title="AppML Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    AppML
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-appml"
                    href="/appml/default.asp"
                    title="AppML Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-appml"
                    href="/appml/appml_reference.asp"
                    title="AppML Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="w3.js"
                  data-category="javascript"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-w3js"
                    href="/w3js/default.asp"
                    title="W3.JS Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    W3.JS
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-w3js"
                    href="/w3js/default.asp"
                    title="W3.JS Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-w3js"
                    href="/w3js/w3js_references.asp"
                    title="W3.JS Reference"
                  >
                    Reference
                  </a>
                </div>
              </div>
              <div
                id="tutorials_web_building_links_list_desktop"
                class="w3-hide-medium w3-hide-small"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="web_building_title"
                >
                  Web Building
                </h3>
                <div
                  data-name="create a website"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-spaces"
                    href="/spaces/index.php"
                    title="Get Your Own Website With W3shools Spaces"
                  >
                    Create a Website
                    <span
                      class="ribbon-topnav"
                      style="background-color: #d9212c; color: white"
                    >
                      HOT!
                    </span>
                  </a>
                </div>
                <div
                  data-name="create a server"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-server"
                    href="/spaces/index.php"
                    title="Get Your Own Server With W3shools Spaces"
                  >
                    Create a Server
                    <span class="ribbon-topnav ws-green">NEW</span>
                  </a>
                </div>
                <div
                  data-name="where to start"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-wheretostart"
                    href="/where_to_start.asp"
                    title="Where To Start - Web Development"
                  >
                    Where To Start
                  </a>
                </div>
                <div
                  data-name="web templates"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-templates"
                    href="/w3css/w3css_templates.asp"
                    title="Free Web Templates"
                  >
                    Web Templates
                  </a>
                </div>
                <div
                  data-name="web statistics"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-webstats"
                    href="/browsers/default.asp"
                    title="Web Statistics"
                  >
                    Web Statistics
                  </a>
                </div>
                <div
                  data-name="web certificates"
                  data-category="web_building"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com"
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-certificates"
                    title="Certificates"
                  >
                    Web Certificates
                  </a>
                </div>
                <div
                  data-name="web development"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-web-development"
                    href="/whatis/default.asp"
                    title="Web Development Roadmaps"
                  >
                    Web Development
                  </a>
                </div>
                <div
                  data-name="code editor"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-code-editor"
                    href="/tryit/default.asp"
                    title="Try it - Code Editor"
                  >
                    Code Editor
                  </a>
                </div>
                <div
                  data-name="test your typing speed"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-typingspeed"
                    href="/typingspeed/default.asp"
                    title="Test Your Typing Speed"
                  >
                    Test Your Typing Speed
                  </a>
                </div>
                <div
                  data-name="play a code game"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-codegame"
                    href="/codegame/index.html"
                    title="Play a Code Game"
                  >
                    Play a Code Game
                  </a>
                </div>
                <div
                  data-name="cyber security"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-cybersec"
                    href="/cybersecurity/index.php"
                    title="Cyber Security Tutorial"
                  >
                    Cyber Security
                  </a>
                </div>
                <div
                  data-name="accessibility"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-accessi"
                    href="/accessibility/index.php"
                    title="Accessibility Security Tutorial"
                  >
                    Accessibility
                  </a>
                </div>
                <div
                  data-name="join our news letter"
                  data-category="web_building"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/pages/newsletter"
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-newsletter"
                    title="W3Schools Newsletter"
                  >
                    Join our Newsletter
                  </a>
                </div>
              </div>
            </div>

            <div class="w3-col l4 m6">
              <div id="tutorials_backend_links_list">
                <h3
                  class="tnb-nav-section-title"
                  data-heading="backend_title"
                >
                  Backend
                </h3>
                <div
                  data-name="python"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-python"
                    href="/python/default.asp"
                    title="Python Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Python
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-python"
                    href="/python/default.asp"
                    title="Python Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-python"
                    href="/python/python_reference.asp"
                    title="Python Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="sql"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-sql"
                    href="/sql/default.asp"
                    title="SQL Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    SQL
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-sql"
                    href="/sql/default.asp"
                    title="SQL Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-sql"
                    href="/sql/sql_ref_keywords.asp"
                    title="SQL Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="mysql"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-mysql"
                    href="/mysql/default.asp"
                    title="MySQL Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    MySQL
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-mysql"
                    href="/mysql/default.asp"
                    title="MySQL Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-mysql"
                    href="/mysql/mysql_datatypes.asp"
                    title="MySQL Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="php"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-php"
                    href="/php/default.asp"
                    title="PHP Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    PHP
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-php"
                    href="/php/default.asp"
                    title="PHP Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-php"
                    href="/php/php_ref_overview.asp"
                    title="PHP Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="java"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-java"
                    href="/java/default.asp"
                    title="Java Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Java
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-java"
                    href="/java/default.asp"
                    title="Java Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-java"
                    href="/java/java_ref_reference.asp"
                    title="Java Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="c"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-c"
                    href="/c/index.php"
                    title="C Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    C
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-c"
                    href="/c/index.php"
                    title="C Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-cpp"
                    href="/c/c_ref_reference.php"
                    title="C Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="c++"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-cpp"
                    href="/cpp/default.asp"
                    title="C++ Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    C++
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-cpp"
                    href="/cpp/default.asp"
                    title="C++ Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-cpp"
                    href="/cpp/cpp_ref_reference.asp"
                    title="C++ Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="c#"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-cs"
                    href="/cs/index.php"
                    title="C# Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    C#
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-cs"
                    href="/cs/index.php"
                    title="C# Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="r"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop ga-top-drop-tut-r"
                    href="/r/default.asp"
                    title="R Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    R
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop ga-top-drop-tut-r"
                    href="/r/default.asp"
                    title="R Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="kotlin"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-kotlin"
                    href="/kotlin/index.php"
                    title="Kotlin Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Kotlin
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-kotlin"
                    href="/kotlin/index.php"
                    title="Kotlin Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="go"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-go"
                    href="/go/index.php"
                    title="Go Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Go
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-go"
                    href="/go/index.php"
                    title="Go Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="django"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-django"
                    href="/django/index.php"
                    title="Django Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Django
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-django"
                    href="/django/index.php"
                    title="Django Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-django"
                    href="/django/django_ref_template_tags.php"
                    title="Django Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="postgresql"
                  data-category="backend"
                >
                  <a
                    
                    href="/postgresql/index.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-postgresql"
                    title="PostgreSQL Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    PostgreSQL
                  </a>
                  <a
                    
                    href="/postgresql/index.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-postgresql"
                    title="PostgreSQL Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="typescript"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-typescript"
                    href="/typescript/index.php"
                    title="TypeScript Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    TypeScript
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-typescript"
                    href="/typescript/index.php"
                    title="TypeScript Reference"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="asp"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-asp"
                    href="/asp/default.asp"
                    title="ASP Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    ASP
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-asp"
                    href="/asp/default.asp"
                    title="ASP Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-asp"
                    href="/asp/asp_ref_vbscript_functions.asp"
                    title="ASP Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="node.js"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-nodejs"
                    href="/nodejs/default.asp"
                    title="Node.js Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Node.js
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-nodejs"
                    href="/nodejs/default.asp"
                    title="Node.js Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-nodejs"
                    href="/nodejs/ref_modules.asp"
                    title="Node.js Reference"
                  >
                    Reference
                  </a>
                </div>
                <div
                  data-name="raspberry pi"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-rpi"
                    href="/nodejs/nodejs_raspberrypi.asp"
                    title="Raspberry Pi Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Raspberry Pi
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-rpi"
                    href="/nodejs/nodejs_raspberrypi.asp"
                    title="Raspberry Pi Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="git"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-git"
                    href="/git/default.asp"
                    title="Git Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Git
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-git"
                    href="/git/default.asp"
                    title="Git Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="mongodb"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-mongodb"
                    href="/mongodb/index.php"
                    title="MongoDB Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    MongoDB
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-mongodb"
                    href="/mongodb/index.php"
                    title="MongoDB Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="aws cloud"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-aws-cloud"
                    href="/aws/index.php"
                    title="AWS Cloud Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    AWS Cloud
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-aws-cloud"
                    href="/aws/index.php"
                    title="AWS Cloud Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="xml"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-xml"
                    href="/xml/default.asp"
                    title="XML Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    XML
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-xml"
                    href="/xml/default.asp"
                    title="XML Tutorial"
                  >
                    Tutorial
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ref-xml"
                    href="/xml/dom_nodetype.asp"
                    title="XML Reference"
                  >
                    Reference
                  </a>
                </div>
              </div>

              <div
                id="tutotials_data_analytics_links_list_mobile"
                class="w3-hide-large w3-hide-medium"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="data_analytics_title"
                >
                  Data Analytics
                </h3>
                <div
                  data-name="ai"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ai"
                    href="/ai/default.asp"
                    title="Artificial Intelligence Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    AI
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ai"
                    href="/ai/default.asp"
                    title="Artificial Intelligence Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="generative ai"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-genai"
                    href="/gen_ai/index.php"
                    title="Generative AI Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Generative AI
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-genai"
                    href="/gen_ai/index.php"
                    title="Generative AI Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="chatgpt-3.5"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/gen_ai/chatgpt-3-5/index.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-chatgpt35"
                    title="ChatGPT-3.5 Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    ChatGPT-3.5
                  </a>
                  <a
                    
                    href="/gen_ai/chatgpt-3-5/index.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-chatgpt35"
                    title="ChatGPT-3.5  Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="chatgpt-4"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/gen_ai/chatgpt-4/index.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-chatgpt4"
                    title="ChatGPT-4 Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    ChatGPT-4
                  </a>
                  <a
                    
                    href="/gen_ai/chatgpt-4/index.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-chatgpt35"
                    title="ChatGPT-4 Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="google bard"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/gen_ai/bard/index.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-bard"
                    title="Google Bard Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Google Bard
                  </a>
                  <a
                    
                    href="/gen_ai/bard/index.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-bard"
                    title="Google Bard Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="machine learning"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ml"
                    href="/python/python_ml_getting_started.asp"
                    title="Machine Learning Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Machine Learning
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ml"
                    href="/python/python_ml_getting_started.asp"
                    title="Machine Learning Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="dsa"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/dsa/index.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-dsa"
                    title="DSA - Data Structures and Algorithms"
                  >
                    <span class="learn-span">Learn</span>
                    DSA
                  </a>
                  <a
                    
                    href="/dsa/index.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-dsa"
                    title="DSA - Data Structures and Algorithms "
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="data science"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-ds"
                    href="/datascience/default.asp"
                    title="Data Science Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Data Science
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-ds"
                    href="/datascience/default.asp"
                    title="Data Science Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="numpy"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-numpy"
                    href="/python/numpy/default.asp"
                    title="NumPy Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    NumPy
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-numpy"
                    href="/python/numpy/default.asp"
                    title="NumPy Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="pandas"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-pandas"
                    href="/python/pandas/default.asp"
                    title="Pandas Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Pandas
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-pandas"
                    href="/python/pandas/default.asp"
                    title="Pandas Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="scipy"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-scipy"
                    href="/python/scipy/index.php"
                    title="SciPy Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    SciPy
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-scipy"
                    href="/python/scipy/index.php"
                    title="SciPy Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="matplotlib"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-matplotlib"
                    href="/python/matplotlib_intro.asp"
                    title="Matplotlib Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Matplotlib
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-matplotlib"
                    href="/python/matplotlib_intro.asp"
                    title="Matplotlib Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="statistics"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-stat"
                    href="/statistics/index.php"
                    title="Statistics Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Statistics
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-stat"
                    href="/statistics/index.php"
                    title="Statistics Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="excel"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-excel"
                    href="/excel/index.php"
                    title="Excel Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Excel
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-excel"
                    href="/excel/index.php"
                    title="Excel Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
                <div
                  data-name="google sheets"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-tut-sheets"
                    href="/googlesheets/index.php"
                    title="Google Sheets Tutorial"
                  >
                    <span class="learn-span">Learn</span>
                    Google Sheets
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-tut-sheets"
                    href="/googlesheets/index.php"
                    title="Google Sheets Tutorial"
                  >
                    Tutorial
                  </a>
                </div>
              </div>

              <div
                id="tutorials_web_building_links_list_mobile"
                class="w3-hide-large w3-hide-medium"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="web_building_title"
                >
                  Web Building
                </h3>
                <div
                  data-name="create a website"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-spaces fixpaddingsmallmenu"
                    href="/spaces/index.php"
                    title="Get Your Own Website With W3shools Spaces"
                  >
                    Create a Website
                    <span
                      class="ribbon-topnav"
                      style="background-color: #d9212c; color: white"
                    >
                      HOT!
                    </span>
                  </a>
                </div>
                <div
                  data-name="create a server"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-server fixpaddingsmallmenu"
                    href="/spaces/index.php"
                    title="Get Your Own Server With W3shools Spaces"
                  >
                    Create a Server
                    <span class="ribbon-topnav ws-green">NEW</span>
                  </a>
                </div>
                <div
                  data-name="where to start"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-wheretostart fixpaddingsmallmenu"
                    href="/where_to_start.asp"
                    title="Where To Start - Web Development"
                  >
                    Where To Start
                  </a>
                </div>
                <div
                  data-name="web templates"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-templates fixpaddingsmallmenu"
                    href="/w3css/w3css_templates.asp"
                    title="Free Web Templates"
                  >
                    Web Templates
                  </a>
                </div>
                <div
                  data-name="web statistics"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-webstats fixpaddingsmallmenu"
                    href="/browsers/default.asp"
                    title="Web Statistics"
                  >
                    Web Statistics
                  </a>
                </div>
                <div
                  data-name="web certificates"
                  data-category="web_building"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com"
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-certificates fixpaddingsmallmenu"
                    title="Certificates"
                  >
                    Web Certificates
                  </a>
                </div>
                <div
                  data-name="web development"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-web-development fixpaddingsmallmenu"
                    href="/whatis/default.asp"
                    title="Web Development Roadmaps"
                  >
                    Web Development
                  </a>
                </div>
                <div
                  data-name="code editor"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-code-editor fixpaddingsmallmenu"
                    href="/tryit/default.asp"
                    title="Try it - Code Editor"
                  >
                    Code Editor
                  </a>
                </div>
                <div
                  data-name="test your typing speed"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-typingspeed fixpaddingsmallmenu"
                    href="/typingspeed/default.asp"
                    title="Test Your Typing Speed"
                  >
                    Test Your Typing Speed
                  </a>
                </div>
                <div
                  data-name="play a code game"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-codegame fixpaddingsmallmenu"
                    href="/codegame/index.html"
                    title="Play a Code Game"
                  >
                    Play a Code Game
                  </a>
                </div>
                <div
                  data-name="cyber security"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-cybersec fixpaddingsmallmenu"
                    href="/cybersecurity/index.php"
                    title="Cyber Security Tutorial"
                  >
                    Cyber Security
                  </a>
                </div>
                <div
                  data-name="accessibility"
                  data-category="web_building"
                >
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-accessi fixpaddingsmallmenu"
                    href="/accessibility/index.php"
                    title="Accessibility Security Tutorial"
                  >
                    Accessibility
                  </a>
                </div>
                <div
                  data-name="join our newsletter"
                  data-category="web_building"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/pages/newsletter"
                    class="w3-bar-item w3-button ga-top-drop ga-top-drop-tut-newsletter fixpaddingsmallmenu"
                    title="W3Schools Newsletter"
                  >
                    Join our Newsletter
                  </a>
                </div>
              </div>
            </div>
            <br />
          </div>
        </div>

        <div
          class="w3-button tnb-close-nav-btn w3-round"
          tabindex="0"
          onclick="TopNavBar.closeNavItem('tutorials')"
          onkeydown="TopNavBar.mouseHandler(event, this, 'tutorials')"
          role="button"
          aria-label="Close navigation"
        >
          <span>&times;</span>
        </div>
      </nav>

      <nav
        id="nav_exercises"
        class="dropdown-nav w3-hide-small navex"
        tabindex="-1"
        aria-label="Exercises menu"
      >
        <div class="w3-content menu-content">
          <div
            id="exercises_list"
            class="w3-row-padding w3-bar-block"
          >
            <div class="nav-heading-container w3-container">
              <div class="nav-heading-container-title">
                <h2 style="color: #fff4a3"><b>Exercises</b></h2>
              </div>
              <div
                data-section="exercises"
                class="filter-input-wrapper"
              >
                <div class="filter-input-inner-wrapper">
                  <label
                    for="filter-exercises-input"
                    class="tnb-soft-hide"
                  >
                    Excercises filter input
                  </label>
                  <input
                    id="filter-exercises-input"
                    oninput="TopNavBar.filter(event, 'nav_exercises')"
                    type="text"
                    class="filter-input"
                    placeholder="Filter..."
                    aria-label="Exercises filter bar"
                  />

                  <div
                    class="filter-clear-btn tnb-button-dark-v2"
                    role="button"
                    aria-label="Filter clear button"
                    onclick="TopNavBar.clearFilter(event, 'nav_exercises')"
                  >
                    <span>&times;</span>
                  </div>
                </div>
              </div>
            </div>

            <div class="w3-col l4 m6">
              <div id="exercises_html_css_links_list">
                <h3
                  class="tnb-nav-section-title"
                  data-heading="html_and_css_title"
                >
                  HTML and CSS
                </h3>
                <div
                  data-name="html"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-html"
                    href="/html/html_exercises.asp"
                    title="HTML Exercises"
                  >
                    HTML
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-html"
                    href="/html/html_exercises.asp"
                    title="HTML Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-html"
                    href="/html/html_quiz.asp"
                    title="HTML Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="css"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-css"
                    href="/css/css_exercises.asp"
                    title="CSS Exercises"
                  >
                    CSS
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-css"
                    href="/css/css_exercises.asp"
                    title="CSS Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-css"
                    href="/css/css_quiz.asp"
                    title="CSS Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="bootstrap3"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-bs3"
                    href="/bootstrap/bootstrap_exercises.asp"
                    title="Bootstrap 3 Exercises"
                  >
                    Bootstrap 3
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-bs3"
                    href="/bootstrap/bootstrap_exercises.asp"
                    title="Bootstrap 3 Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-bs3"
                    href="/bootstrap/bootstrap_quiz.asp"
                    title="Bootstrap 3 Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="bootstrap4"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-bs4"
                    href="/bootstrap4/bootstrap_exercises.asp"
                    title="Bootstrap 4 Exercises"
                  >
                    Bootstrap 4
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-bs4"
                    href="/bootstrap4/bootstrap_exercises.asp"
                    title="Bootstrap 4 Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-bs4"
                    href="/bootstrap4/bootstrap_quiz.asp"
                    title="Bootstrap 4 Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="bootstrap5"
                  data-category="html_and_css"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-bs5"
                    href="/bootstrap5/bootstrap_exercises.php"
                    title="Bootstrap 5 Exercises"
                  >
                    Bootstrap 5
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-bs5"
                    href="/bootstrap5/bootstrap_exercises.php"
                    title="Bootstrap 5 Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-bs5"
                    href="/bootstrap5/bootstrap_quiz.php"
                    title="Bootstrap 5 Quizzes"
                  >
                    Quiz
                  </a>
                </div>
              </div>
              <div
                class="w3-hide-small"
                id="exercises_data_analytics_links_list_desktop"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="data_analytics_title"
                >
                  Data Analytics
                </h3>
                <div
                  data-name="dsa"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/dsa/dsa_exercises.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-dsa"
                    title="DSA Exercises"
                  >
                    DSA
                  </a>
                  <a
                    
                    href="/dsa/dsa_exercises.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-dsa"
                    title="DSA Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    href="/dsa/dsa_quiz.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-dsa"
                    title="DSA Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="numpy"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-numpy"
                    href="/python/numpy/numpy_exercises.asp"
                    title="NumPy Exercises"
                  >
                    NumPy
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-numpy"
                    href="/python/numpy/numpy_exercises.asp"
                    title="NumPy Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-numpy"
                    href="/python/numpy/numpy_quiz.asp"
                    title="NumPy Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="pandas"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-pandas"
                    href="/python/pandas/pandas_exercises.asp"
                    title="Pandas Exercises"
                  >
                    Pandas
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-pandas"
                    href="/python/pandas/pandas_exercises.asp"
                    title="Pandas Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-pandas"
                    href="/python/pandas/pandas_quiz.asp"
                    title="Pandas Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="scipy"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-scipy"
                    href="/python/scipy/scipy_exercises.php"
                    title="SciPy Exercises"
                  >
                    SciPy
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-scipy"
                    href="/python/scipy/scipy_exercises.php"
                    title="SciPy Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-scipy"
                    href="/python/scipy/scipy_quiz.php"
                    title="SciPy Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="excel"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-excel"
                    href="/excel/excel_exercises.php"
                    title="Excel Exercises"
                  >
                    Excel
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-excel"
                    href="/excel/excel_exercises.php"
                    title="Excel Exercises"
                  >
                    Exercise
                  </a>
                </div>
                <div class="black-box-container">
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-exercises"
                    href="/exercises/index.php"
                    title="W3Schools Exercises"
                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px; margin-bottom: 16px"
                  >
                    What is an Exercise?
                  </a>
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-quiztest"
                    href="/quiztest/default.asp"
                    title="W3Schools Quizzes"
                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px"
                  >
                    What is a Quiz?
                  </a>
                </div>
              </div>
            </div>

            <div
              class="w3-col l4 m6"
              id="exercises_javascript_links_list"
            >
              <h3
                class="tnb-nav-section-title"
                data-heading="javascript_title"
              >
                JavaScript
              </h3>
              <div
                data-name="javascript"
                data-category="javascript"
              >
                <a
                  
                  class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-js"
                  href="/js/js_exercises.asp"
                  title="JavaScript Exercises"
                >
                  JavaScript
                </a>
                <a
                  
                  class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-js"
                  href="/js/js_exercises.asp"
                  title="JavaScript Exercises"
                >
                  Exercise
                </a>
                <a
                  
                  class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-js"
                  href="/js/js_quiz.asp"
                  title="JavaScript Quizzes"
                >
                  Quiz
                </a>
              </div>
              <div
                data-name="react"
                data-category="javascript"
              >
                <a
                  
                  class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-react"
                  href="/react/react_exercises.asp"
                  title="React Exercises"
                >
                  React
                </a>
                <a
                  
                  class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-react"
                  href="/react/react_exercises.asp"
                  title="React Exercises"
                >
                  Exercise
                </a>
                <a
                  
                  class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-react"
                  href="/react/react_quiz.asp"
                  title="React Quizzes"
                >
                  Quiz
                </a>
              </div>
              <div
                data-name="jquery"
                data-category="javascript"
              >
                <a
                  
                  class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-jquery"
                  href="/jquery/jquery_exercises.asp"
                  title="jQuery Exercises"
                >
                  jQuery
                </a>
                <a
                  
                  class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-jquery"
                  href="/jquery/jquery_exercises.asp"
                  title="jQuery Exercises"
                >
                  Exercise
                </a>
                <a
                  
                  class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-jquery"
                  href="/jquery/jquery_quiz.asp"
                  title="jQuery Quizzes"
                >
                  Quiz
                </a>
              </div>
              <div
                data-name="vue"
                data-category="javascript"
              >
                <a
                  
                  class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-vue"
                  href="/vue/vue_exercises.php"
                  title="Vue Exercises"
                >
                  Vue
                </a>
                <a
                  
                  class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-vue"
                  href="/vue/vue_exercises.php"
                  title="Vue Exercises"
                >
                  Exercise
                </a>
                <a
                  
                  class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-vue"
                  href="/vue/vue_quiz.php"
                  title="Vue Quizzes"
                >
                  Quiz
                </a>
              </div>
            </div>

            <div class="w3-col l4 m6">
              <div id="exercises_backend_links_list">
                <h3
                  class="tnb-nav-section-title"
                  data-heading="backend_title"
                >
                  Backend
                </h3>
                <div
                  data-name="python"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-python"
                    href="/python/python_exercises.asp"
                    title="Python Exercises"
                  >
                    Python
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-python"
                    href="/python/python_exercises.asp"
                    title="Python Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-python"
                    href="/python/python_quiz.asp"
                    title="Python Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="sql"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-sql"
                    href="/sql/sql_exercises.asp"
                    title="SQL Exercises"
                  >
                    SQL
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-sql"
                    href="/sql/sql_exercises.asp"
                    title="SQL Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-sql"
                    href="/sql/sql_quiz.asp"
                    title="SQL Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="mysql"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-mysql"
                    href="/mysql/mysql_exercises.asp"
                    title="MySQL Exercises"
                  >
                    MySQL
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-mysql"
                    href="/mysql/mysql_exercises.asp"
                    title="MySQL Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-mysql"
                    href="/mysql/mysql_quiz.asp"
                    title="MySQL Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="php"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-php"
                    href="/php/php_exercises.asp"
                    title="PHP Exercises"
                  >
                    PHP
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-php"
                    href="/php/php_exercises.asp"
                    title="PHP Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-php"
                    href="/php/php_quiz.asp"
                    title="PHP Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="java"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-java"
                    href="/java/java_exercises.asp"
                    title="Java Exercises"
                  >
                    Java
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-java"
                    href="/java/java_exercises.asp"
                    title="Java Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-java"
                    href="/java/java_quiz.asp"
                    title="Java Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="c"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-c"
                    href="/c/c_exercises.php"
                    title="C Exercises"
                  >
                    C
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-c"
                    href="/c/c_exercises.php"
                    title="C Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-c"
                    href="/c/c_quiz.php"
                    title="C Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="c++"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-cpp"
                    href="/cpp/cpp_exercises.asp"
                    title="C++ Exercises"
                  >
                    C++
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-cpp"
                    href="/cpp/cpp_exercises.asp"
                    title="C++ Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-cpp"
                    href="/cpp/cpp_quiz.asp"
                    title="C++ Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="c#"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-cs"
                    href="/cs/cs_exercises.php"
                    title="C# Exercises"
                  >
                    C#
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-cs"
                    href="/cs/cs_exercises.php"
                    title="C# Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-cs"
                    href="/cs/cs_quiz.php"
                    title="C# Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="r"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-r"
                    href="/r/r_exercises.asp"
                    title="R Exercises"
                  >
                    R
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-r"
                    href="/r/r_exercises.asp"
                    title="R Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-r"
                    href="/r/r_quiz.asp"
                    title="R Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="kotlin"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-kotlin"
                    href="/kotlin/kotlin_exercises.php"
                    title="Kotlin Exercises"
                  >
                    Kotlin
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-kotlin"
                    href="/kotlin/kotlin_exercises.php"
                    title="Kotlin Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-kotlin"
                    href="/kotlin/kotlin_quiz.php"
                    title="Kotlin Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="django"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-django"
                    href="/django/django_exercises.php"
                    title="Django Exercises"
                  >
                    Django
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-django"
                    href="/django/django_exercises.php"
                    title="Django Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-django"
                    href="/django/django_quiz.php"
                    title="Django Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="postgresql"
                  data-category="backend"
                >
                  <a
                    
                    href="/postgresql/postgresql_exercises.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-postgresql"
                    title="PostgreSQL Exercises"
                  >
                    PostgreSQL
                  </a>
                  <a
                    
                    href="/postgresql/postgresql_exercises.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-postgresql"
                    title="PostgreSQL Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    href="/postgresql/postgresql_quiz.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-postgresql"
                    title="PostgreSQL Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="typescript"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-typescript"
                    href="/typescript/typescript_exercises.php"
                    title="TypeScript Exercises"
                  >
                    TypeScript
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-typescript"
                    href="/typescript/typescript_exercises.php"
                    title="TypeScript Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-typescript"
                    href="/typescript/typescript_quiz.php"
                    title="TypeScript Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="git"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-git"
                    href="/git/git_exercises.asp"
                    title="Git Exercises"
                  >
                    Git
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-git"
                    href="/git/git_exercises.asp"
                    title="Git Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-git"
                    href="/git/git_quiz.asp"
                    title="Git Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="go"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-go"
                    href="/go/go_exercises.php"
                    title="Go Exercises"
                  >
                    Go
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-go"
                    href="/go/go_exercises.php"
                    title="Go Exercises"
                  >
                    Exercise
                  </a>
                </div>
                <div
                  data-name="mongodb"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-mongodb"
                    href="/mongodb/mongodb_exercises.php"
                    title="MongoDB Exercises"
                  >
                    MongoDB
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-mongodb"
                    href="/mongodb/mongodb_exercises.php"
                    title="MongoDB Exercises"
                  >
                    Exercise
                  </a>
                </div>
                <div
                  data-name="aws cloud"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-aws-cloud"
                    href="/aws/aws_exercises.php"
                    title="AWS Cloud Exercises"
                  >
                    AWS Cloud
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-aws-cloud"
                    href="/aws/aws_exercises.php"
                    title="AWS Cloud Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-aws-cloud"
                    href="/aws/aws_quiz.php"
                    title="AWS Cloud Quizzes"
                  >
                    Quiz
                  </a>
                </div>
              </div>
              <div
                class="w3-hide-large w3-hide-medium"
                id="exercises_data_analytics_links_list"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="data_analytics_title"
                >
                  Data Analytics
                </h3>
                <div
                  data-name="dsa"
                  data-category="data_analytics"
                >
                  <a
                    
                    href="/dsa/dsa_exercises.php"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-dsa"
                    title="DSA Exercises"
                  >
                    DSA
                  </a>
                  <a
                    
                    href="/dsa/dsa_exercises.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-dsa"
                    title="DSA Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    href="/dsa/dsa_quiz.php"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-dsa"
                    title="DSA Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="numpy"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-numpy"
                    href="/python/numpy/numpy_exercises.asp"
                    title="NumPy Exercises"
                  >
                    NumPy
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-numpy"
                    href="/python/numpy/numpy_exercises.asp"
                    title="NumPy Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-numpy"
                    href="/python/numpy/numpy_quiz.asp"
                    title="NumPy Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="pandas"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-pandas"
                    href="/python/pandas/pandas_exercises.asp"
                    title="Pandas Exercises"
                  >
                    Pandas
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-pandas"
                    href="/python/pandas/pandas_exercises.asp"
                    title="Pandas Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-pandas"
                    href="/python/pandas/pandas_quiz.asp"
                    title="Pandas Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="scipy"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-scipy"
                    href="/python/scipy/scipy_exercises.php"
                    title="SciPy Exercises"
                  >
                    SciPy
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-scipy"
                    href="/python/scipy/scipy_exercises.php"
                    title="SciPy Exercises"
                  >
                    Exercise
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-qz-scipy"
                    href="/python/scipy/scipy_quiz.php"
                    title="SciPy Quizzes"
                  >
                    Quiz
                  </a>
                </div>
                <div
                  data-name="excel"
                  data-category="data_analytics"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-ex-excel"
                    href="/excel/excel_exercises.php"
                    title="Excel Exercises"
                  >
                    Excel
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-ex-excel"
                    href="/excel/excel_exercises.php"
                    title="Excel Exercises"
                  >
                    Exercise
                  </a>
                </div>
                <div class="black-box-container">
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-exercises"
                    href="/exercises/index.php"
                    title="W3Schools Exercises"
                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px; margin-bottom: 16px"
                  >
                    What is an Exercise?
                  </a>
                  <a
                    
                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-quiztest"
                    href="/quiztest/default.asp"
                    title="W3Schools Quizzes"
                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px"
                  >
                    What is a Quiz?
                  </a>
                </div>
              </div>
            </div>
          </div>
          <br />
        </div>

        <div
          class="w3-button tnb-close-nav-btn w3-round"
          tabindex="0"
          onclick="TopNavBar.closeNavItem('exercises')"
          onkeydown="TopNavBar.mouseHandler(event, this, 'exercises')"
          role="button"
          aria-label="Close navigation"
        >
          <span>&times;</span>
        </div>
      </nav>

      <nav
        id="nav_certified"
        class="dropdown-nav w3-hide-small navex"
        tabindex="-1"
        aria-label="Certification menu"
      >
        <div class="w3-content menu-content">
          <div
            id="certified_list"
            class="w3-row-padding w3-bar-block"
          >
            <div class="nav-heading-container w3-container">
              <div class="nav-heading-container-title">
                <h2 style="color: #fff4a3"><b>Certificates</b></h2>
              </div>
              <div
                data-section="certificates"
                class="filter-input-wrapper"
              >
                <div class="filter-input-inner-wrapper">
                  <label
                    for="filter-certified-input"
                    class="tnb-soft-hide"
                  >
                    Filter field for certifications
                  </label>
                  <input
                    id="filter-certified-input"
                    oninput="TopNavBar.filter(event, 'nav_certified')"
                    type="text"
                    class="filter-input"
                    placeholder="Filter..."
                    aria-label="Certificate filter bar"
                  />

                  <div
                    class="filter-clear-btn tnb-button-dark-v2"
                    role="button"
                    aria-label="Filter clear button"
                    onclick="TopNavBar.clearFilter(event, 'nav_certified')"
                  >
                    <span>&times;</span>
                  </div>
                </div>
              </div>
            </div>

            <div class="w3-col l4 m6">
              <div id="certified_html_css_links_list">
                <h3
                  class="tnb-nav-section-title"
                  data-heading="html_and_css_title"
                >
                  HTML and CSS
                </h3>
                <div
                  data-name="html"
                  data-category="html_and_css"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/html-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-html"
                    title="HTML Certification Exam"
                  >
                    HTML
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/html-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-html"
                    title="HTML Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/html-course"
                    class="ws-btn acclink-text ga-top-dropga-top-drop-course-html"
                    title="Paid HTML Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="css"
                  data-category="html_and_css"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/css-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-css"
                    title="CSS Certification Exam"
                  >
                    CSS
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/css-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-css"
                    title="CSS Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/css-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-css"
                    title="Paid CSS Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="bootstrap"
                  data-category="html_and_css"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-3-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-bs3"
                    title="Bootstrap 3 Certification Exam"
                  >
                    Bootstrap 3
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-3-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-bs3"
                    title="Bootstrap 3 Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/single-courses/products/bootstrap-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-bs3"
                    title="Paid Bootstrap 3 Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="bootstrap4"
                  data-category="html_and_css"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-4-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-bs4"
                    title="Bootstrap 4 Certification Exam"
                  >
                    Bootstrap 4
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-4-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-bs4"
                    title="Bootstrap 4 Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/single-courses/products/bootstrap-4-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-bs4"
                    title="Paid Bootstrap 4 Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="bootstrap5"
                  data-category="html_and_css"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-5-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-bs5"
                    title="Bootstrap 5 Certification Exam"
                  >
                    Bootstrap 5
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/bootstrap-5-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-bs5"
                    title="Bootstrap 5 Certification Exam"
                  >
                    Certificate
                  </a>
                </div>
              </div>

              <div
                id="certified_data_analytics_links_list_desktop"
                class="w3-hide-small"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="data_analytics_title"
                >
                  Data Analytics
                </h3>
                <div
                  data-name="dsa"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/dsa-certification-exam"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-dsa"
                    title="DSA Certificate Exam"
                  >
                    DSA
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/dsa-certification-exam"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-dsa"
                    title="DSA Certificate Exam"
                  >
                    Certificate
                  </a>
                </div>
                <div
                  data-name="data analytics"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/data-analytics-program"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-data-analytic"
                    title="Paid Data Analytics Course"
                  >
                    Data Analytics
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/data-analytics-program"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-data-analytic"
                    title="Paid Data Analytics Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="numpy"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/numpy-certification-exam"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-numpy"
                    title="NumPy Certification Exam"
                  >
                    NumPy
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/numpy-certification-exam"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-numpy"
                    title="NumPy Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/numpy-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-numpy"
                    title="Paid NumPy Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="pandas"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/pandas-certification-exam"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-pandas"
                    title="Pandas Certification Exam"
                  >
                    Pandas
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/pandas-certification-exam"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-pandas"
                    title="Pandas Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/pandas-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-pandas"
                    title="Paid Pandas Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="excel"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/excel-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-excel"
                    title="Excel Certification Exam"
                  >
                    Excel
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/excel-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-excel"
                    title="Excel Certification Exam"
                  >
                    Certificate
                  </a>
                </div>
                <div
                  data-name="social media"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/social-media-marketing-course"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-some"
                    title="Paid Social Media Course"
                  >
                    Social Media
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/social-media-marketing-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-some"
                    title="Paid Social Media Course"
                  >
                    Course
                  </a>
                </div>
                <div class="black-box-container">
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com"
                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-campus"
                    title="W3Schools Campus"
                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px; margin-bottom: 16px"
                  >
                    What is a Certificate?
                  </a>
                </div>
              </div>

              <div class="certified_programs_links_list w3-hide-large w3-hide-small">
                <h3
                  class="tnb-nav-section-title"
                  data-heading="programs_title"
                >
                  Programs
                </h3>
                <div
                  data-name="full access"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/w3schools-full-access-course"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-fullaccess"
                    title="Paid Full Access Course"
                  >
                    Full Access
                    <span
                      class="ribbon-topnav ws-green"
                      style="font-size: 13px; font-weight: normal"
                    >
                      Best Value!
                    </span>
                  </a>
                </div>
                <div
                  data-name="front end"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/front-end-course"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-front-end"
                    title="Paid Front End Course"
                  >
                    Front End
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-front-end"
                    title="Front End Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/front-end-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-front-end"
                    title="Paid Front End Development Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="web design"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-dev"
                    title="Web Development Certification"
                  >
                    Web Dev.
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-dev"
                    title="Web Development Certification"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-modern-web-development"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-dev"
                    title="Paid Web Development Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="web development"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-app"
                    title="Web Application Development Certification"
                  >
                    Web App
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-app"
                    title="Web Application Development Certification"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/web-application-development-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-app"
                    title="Paid Web Application Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="web app"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-design"
                    title="Web Design Certification Exam"
                  >
                    Web Design
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-design"
                    title="Web Design Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-web-design"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-design"
                    title="Paid Web Design Course"
                  >
                    Course
                  </a>
                </div>
              </div>
            </div>

            <div class="w3-col l4 m6">
              <div id="certified_javascript_links_list">
                <h3
                  class="tnb-nav-section-title"
                  data-heading="javascript_title"
                >
                  JavaScript
                </h3>
                <div
                  data-name="javascript"
                  data-category="javascript"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/javascript-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-js"
                    title="JavaScript Certification Exam"
                  >
                    JavaScript
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/javascript-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-js"
                    title="JavaScript Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/javascript-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-js"
                    title="Paid JavaScript Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="react"
                  data-category="javascript"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/react-js-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-react"
                    title="React.js Certification Exam"
                  >
                    React
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/react-js-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-react"
                    title="React.js Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/react-js-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-react"
                    title="Paid React.js Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="jquery"
                  data-category="javascript"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/jquery-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-jquery"
                    title="jQuery Certification Exam"
                  >
                    jQuery
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/jquery-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-jquery"
                    title="jQuery Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/jquery-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-jquery"
                    title="Paid jQuery Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="vue"
                  data-category="javascript"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/vue-js-certification-exam"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-vue"
                    title="Vue Certification Exam"
                  >
                    Vue
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/vue-js-certification-exam"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-vue"
                    title="Vue Certification Exam"
                  >
                    Certificate
                  </a>
                </div>
              </div>

              <div class="certified_programs_links_list w3-hide-medium w3-hide-large">
                <h3
                  class="tnb-nav-section-title"
                  data-heading="programs_title"
                >
                  Programs
                </h3>
                <div
                  data-name="full access"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/w3schools-full-access-course"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-fullaccess"
                    title="Paid Full Access Course"
                  >
                    Full Access
                    <span
                      class="ribbon-topnav ws-green"
                      style="font-size: 13px; font-weight: normal"
                    >
                      Best Value!
                    </span>
                  </a>
                </div>
                <div
                  data-name="front end"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-front-end"
                    title="Front End Certification Exam"
                  >
                    Front End
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-front-end"
                    title="Front End Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/front-end-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-front-end"
                    title="Paid Front End Development Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="web dev."
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-dev"
                    title="Web Development Certification"
                  >
                    Web Dev.
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-dev"
                    title="Web Development Certification"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-modern-web-development"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-dev"
                    title="Paid Web Development Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="web app"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-app"
                    title="Web Application Development Certification"
                  >
                    Web App
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-app"
                    title="Web Application Development Certification"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/web-application-development-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-app"
                    title="Paid Web Application Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="web design"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-design"
                    title="Web Design Certification Exam"
                  >
                    Web Design
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-design"
                    title="Web Design Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-web-design"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-design"
                    title="Paid Web Design Course"
                  >
                    Course
                  </a>
                </div>
              </div>
              <div
                class="certified_programs_links_list w3-hide-medium w3-hide-small"
                id="certified_programs_links_list_desktop"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="programs_title"
                >
                  Programs
                </h3>
                <div
                  data-name="full access"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/w3schools-full-access-course"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-fullaccess"
                    title="Paid Full Access Course"
                  >
                    Full Access
                    <span
                      class="ribbon-topnav ws-green"
                      style="font-size: 13px; font-weight: normal"
                    >
                      Best Value!
                    </span>
                  </a>
                </div>
                <div
                  data-name="front end"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-front-end"
                    title="Front End Certification Exam"
                  >
                    Front End
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-front-end"
                    title="Front End Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/front-end-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-front-end"
                    title="Paid Front End Development Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="web dev."
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-dev"
                    title="Web Development Certification"
                  >
                    Web Dev.
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/modern-web-development-certification"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-dev"
                    title="Web Development Certification"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-modern-web-development"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-dev"
                    title="Paid Web Development Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="web app"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-app"
                    title="Web Application Development Certification"
                  >
                    Web App
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-application-development-certificates"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-app"
                    title="Web Application Development Certification"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/web-application-development-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-app"
                    title="Paid Web Application Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="web design"
                  data-category="programs"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-web-design"
                    title="Web Design Certification Exam"
                  >
                    Web Design
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/web-design-certification"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-web-design"
                    title="Web Design Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/learn-web-design"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-web-design"
                    title="Paid Web Design Course"
                  >
                    Course
                  </a>
                </div>
              </div>
            </div>

            <div class="w3-col l4 m6">
              <div id="certified_backend_links_list">
                <br class="w3-hide-large w3-hide-small" />
                <h3
                  class="tnb-nav-section-title"
                  data-heading="backend_title"
                >
                  Backend
                </h3>
                <div
                  data-name="python"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/python-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-python"
                    title="Python Certification Exam"
                  >
                    Python
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/python-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-python"
                    title="Python Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/python-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-python"
                    title="Paid Python Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="sql"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/sql-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-sql"
                    title="SQL Certification Exam"
                  >
                    SQL
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/sql-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-sql"
                    title="SQL Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/sql-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-sql"
                    title="SQL Python Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="mysql"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/mysql-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-mysql"
                    title="MySQL Certification Exam"
                  >
                    MySQL
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/mysql-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-mysql"
                    title="MySQL Certification Exam"
                  >
                    Certificate
                  </a>
                </div>
                <div
                  data-name="php"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/php-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-php"
                    title="PHP Certification Exam"
                  >
                    PHP
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/php-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-php"
                    title="PHP Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/php-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-php"
                    title="Paid PHP Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="java"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/java-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-java"
                    title="Java Certification Exam"
                  >
                    Java
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/java-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-java"
                    title="Java Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/java-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-java"
                    title="Paid Java Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="c"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/c-certification-exam"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-c"
                    title="C Certification Exam"
                  >
                    C
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/c-certification-exam"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-c"
                    title="C Certification Exam"
                  >
                    Certificate
                  </a>
                </div>
                <div
                  data-name="c++"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/c-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-cpp"
                    title="C++ Certification Exam"
                  >
                    C++
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/c-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-cpp"
                    title="C++ Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/c-course-1"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-cpp"
                    title="Paid C++ Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="c#"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/c-certificate-1"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-cs"
                    title="C# Certification Exam"
                  >
                    C#
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/c-certificate-1"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-cs"
                    title="C# Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/c-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-cs"
                    title="Paid C# Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="r"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/r-course"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-r"
                    title="Paid R Course"
                  >
                    R
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/r-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-r"
                    title="Paid R Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="django"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/django-certification-exam"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-django"
                    title="Django Certification Exam"
                  >
                    Django
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/django-certification-exam"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-django"
                    title="Django Certification Exam"
                  >
                    Certificate
                  </a>
                </div>
                <div
                  data-name="nodejs"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/nodejs-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-nodejs"
                    title="NodeJS Certification Exam"
                  >
                    NodeJS
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/nodejs-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-nodejs"
                    title="NodeJS Certification Exam"
                  >
                    Certificate
                  </a>
                </div>
                <div
                  data-name="typescript"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/typescript-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-typescript"
                    title="TypeScript Certification Exam"
                  >
                    TypeScript
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/typescript-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-typescript"
                    title="TypeScript Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/learn-typescript"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-typescript"
                    title="Paid TypeScript Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="xml"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/xml-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-xml"
                    title="XML Certification Exam"
                  >
                    XML
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/xml-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-xml"
                    title="XML Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-catalog/products/xml-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-xml"
                    title="Paid XML Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="cyber security"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/cyber-security-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-cyber-sec"
                    title="Cyber Security Certification Exam"
                  >
                    Cyber Security
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/cyber-security-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-cyber-sec"
                    title="Cyber Security Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/cyber-security-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-cyber-sec"
                    title="Paid Cyber Security Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="accessibility"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/accessibility-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-accessi"
                    title="Accessibility Certification Exam"
                  >
                    Accessibility
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/certifications/products/accessibility-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-accessi"
                    title="Accessibility Certification Exam"
                  >
                    Certificate
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/accessibility-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-accessi"
                    title="Paid Accessibility Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="python apps on aws"
                  data-category="backend"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/building-modern-python-apps-on-aws"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-python-apps-aws"
                    title="Building Modern Python Apps on AWS"
                  >
                    Python Apps on AWS
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/building-modern-python-apps-on-aws"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-python-apps-aws"
                    title="Building Modern Python Apps on AWS"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="aws training"
                  data-category="backend"
                >
                  <a
                    
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-aws-training"
                    href="/training/aws/home/"
                    title="AWS Training"
                  >
                    AWS Training
                  </a>
                  <a
                    
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-aws-training"
                    href="/training/aws/home/"
                    title="AWS Training"
                  >
                    Courses
                  </a>
                </div>
              </div>
              <div
                class="w3-hide-large w3-hide-medium"
                id="certified_data_analytics_links_list"
              >
                <h3
                  class="tnb-nav-section-title"
                  data-heading="data_analytics_title"
                >
                  Data Analytics
                </h3>
                <div
                  data-name="dsa"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/dsa-certification-exam"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-dsa"
                    title="DSA Certification Exam"
                  >
                    DSA
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/dsa-certification-exam"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-dsa"
                    title="DSA Certification Exam"
                  >
                    Exam
                  </a>
                </div>
                <div
                  data-name="data analytics"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/data-analytics-program"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-data-analytics"
                    title="Paid Data Analytics Course"
                  >
                    Data Analytics
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/data-analytics-program"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-data-analytics"
                    title="Paid Data Analytics Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="numpy"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/numpy-course"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-numpy"
                    title="Paid NumPy Course"
                  >
                    NumPy
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/numpy-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-numpy"
                    title="Paid NumPy Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="pandas"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/pandas-course"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-scipy"
                    title="Paid SciPy Course"
                  >
                    Pandas
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/pandas-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-scipy"
                    title="Paid SciPy Course"
                  >
                    Course
                  </a>
                </div>
                <div
                  data-name="excel"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/excel-certificate"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-cert-excel"
                    title="Excel Certification Exam"
                  >
                    Excel
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/products/excel-certificate"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-cert-excel"
                    title="Excel Certification Exam"
                  >
                    Certificate
                  </a>
                </div>
                <div
                  data-name="social media"
                  data-category="data_analytics"
                >
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/social-media-marketing-course"
                    class="w3-bar-item w3-button acctop-link ga-top-drop ga-top-drop-course-some"
                    title="Paid Social Media Course"
                  >
                    Social Media
                  </a>
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com/collections/course-best-sellers/products/social-media-marketing-course"
                    class="ws-btn acclink-text ga-top-drop ga-top-drop-course-some"
                    title="Paid Social Media Course"
                  >
                    Course
                  </a>
                </div>
                <div class="black-box-container">
                  <a
                    target="_blank"
                    href="https://campus.w3schools.com"
                    class="w3-bar-item w3-button ga-top-drop w3-center w3-round ga-top-drop-campus"
                    title="W3Schools Campus"
                    style="display: block; background-color: #21232c; border: 1px solid grey; width: 195px; margin-bottom: 16px"
                  >
                    What is a Certificate?
                  </a>
                </div>
              </div>
            </div>
          </div>
          <br />
        </div>

        <div
          class="w3-button tnb-close-nav-btn w3-round"
          tabindex="0"
          onclick="TopNavBar.closeNavItem('certified')"
          onkeydown="TopNavBar.mouseHandler(event, this, 'certified')"
          role="button"
          aria-label="Close navigation"
        >
          <span>&times;</span>
        </div>
      </nav>

      <nav
        id="nav_services"
        class="dropdown-nav w3-hide-small navex"
        tabindex="-1"
        aria-label="Services menu"
      >
        <div class="w3-content menu-content">
          <div
            id="services_list"
            class="w3-row-padding w3-bar-block"
          >
            <div class="nav-heading-container w3-container">
              <div class="nav-heading-container-title">
                <h2 style="color: #fff4a3"><b>All Our Services</b></h2>
              </div>

              <div
                data-section="services"
                class="filter-input-wrapper"
              >
                <div class="filter-input-inner-wrapper">
                  <label
                    for="filter-services-input"
                    class="tnb-soft-hide"
                  >
                    Services filter input
                  </label>
                  <input
                    id="filter-services-input"
                    oninput="TopNavBar.filter(event, 'nav_services')"
                    type="text"
                    class="filter-input"
                    placeholder="Filter..."
                    aria-label="Services filter bar"
                  />

                  <div
                    class="filter-clear-btn tnb-button-dark-v2"
                    role="button"
                    aria-label="Filter clear button"
                    onclick="TopNavBar.clearFilter(event, 'nav_services')"
                  >
                    <span>&times;</span>
                  </div>
                </div>
              </div>
            </div>

            <div class="nav-heading-container w3-container">
              <p class="tnb-services-headlines">
                W3Schools offers a wide range of services and products for beginners and professionals,
                <br />
                helping millions of people everyday to learn and master new skills.
              </p>
            </div>

            <div class="serviceboxes">
              <div class="servicebox">
                <a
                  
                  href="/tutorials/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-tut"
                  title="Tutorials"
                  aria-label="Free tutorials"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Free Tutorials</h4>
                    <p>Enjoy our free tutorials like millions of other internet users since 1999</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/references/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-ref"
                  title="References"
                  aria-label="Tutorial references"
                >
                  <div class="w3-padding services w3-round">
                    <h4>References</h4>
                    <p>Explore our selection of references covering all popular coding languages</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/spaces/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-spaces"
                  title="Create a Website"
                  aria-label="Create a website"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Create a Website</h4>
                    <p>
                      Create your own website with
                      <strong>W3Schools Spaces</strong>
                      - no setup required
                    </p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/exercises/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-ex"
                  title="Test yourself with exercises"
                  aria-label="Exercises"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Exercises</h4>
                    <p>Test your skills with different exercises</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/quiztest/default.asp"
                  class="serviceslink ga-top-drop ga-top-drop-services-qz"
                  title="Test yourself with quizzes"
                  aria-label="Quizzes"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Quizzes</h4>
                    <p>Test yourself with multiple choice questions</p>
                  </div>
                </a>
              </div>

              <div class="servicebox tnb-paid-service">
                <a
                  target="_blank"
                  href="https://campus.w3schools.com/collections/certifications"
                  class="serviceslink ga-top-drop ga-top-drop-services-cert"
                  title="Certificates"
                  aria-label="Certificates"
                >
                  <div
                    class="w3-padding services w3-round"
                    style="position: relative"
                  >
                    <h4>Get Certified</h4>
                    <p>Document your knowledge</p>
                    <svg
                      style="position: absolute; top: 15px; right: 25px"
                      width="15"
                      height="36"
                      viewBox="0 0 12 16"
                      fill="none"
                      xmlns="http://www.w3.org/2000/svg"
                      aria-hidden="true"
                    >
                      <path
                        d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"
                        fill="#9763f6"
                      ></path>
                      <path
                        d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"
                        fill="#9763f6"
                      ></path>
                      <path
                        d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"
                        fill="#9763f6"
                      ></path>
                    </svg>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="https://profile.w3schools.com/sign-up"
                  class="serviceslink ga-top-drop ga-top-drop-services-signup"
                  title="Log in our Sign up"
                  aria-label="Login or Sign up"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Log in / Sign Up</h4>
                    <p>
                      Create a
                      <strong>free</strong>
                      W3Schools Account to Improve Your Learning Experience
                    </p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="https://profile.w3schools.com/sign-up"
                  class="serviceslink ga-top-drop ga-top-drop-services-mylearn"
                  title="Track Your Progress With My Learning"
                  aria-label="My Learning"
                >
                  <div class="w3-padding services w3-round">
                    <h4>My Learning</h4>
                    <p>Track your learning progress at W3Schools and collect rewards</p>
                  </div>
                </a>
              </div>

              <div class="servicebox tnb-paid-service">
                <a
                  
                  href="/plus/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-pro"
                  title="Upgrade subscription"
                  aria-label="Upgrade subscription"
                >
                  <div
                    class="w3-padding services w3-round"
                    style="position: relative"
                  >
                    <h4>Upgrade</h4>
                    <p>Become a PLUS user and unlock powerful features (ad-free, hosting, support,..)</p>
                    <svg
                      style="position: absolute; top: 15px; right: 25px"
                      width="15"
                      height="36"
                      viewBox="0 0 12 16"
                      fill="none"
                      xmlns="http://www.w3.org/2000/svg"
                      aria-hidden="true"
                    >
                      <path
                        d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"
                        fill="#9763f6"
                      ></path>
                      <path
                        d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"
                        fill="#9763f6"
                      ></path>
                      <path
                        d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"
                        fill="#9763f6"
                      ></path>
                    </svg>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/where_to_start.asp"
                  class="serviceslink ga-top-drop ga-top-drop-services-wheretostart"
                  title="Where To Start"
                  aria-label="Where to start"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Where To Start</h4>
                    <p>Not sure where you want to start? Follow our guided path</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/tryit/default.asp"
                  class="serviceslink ga-top-drop ga-top-drop-services-code-editor"
                  title="W3Schools Code Editor"
                  aria-label="Code editor"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Code Editor (Try it)</h4>
                    <p>With our online code editor, you can edit code and view the result in your browser</p>
                  </div>
                </a>
              </div>

              <div class="servicebox tnb-paid-service">
                <a
                  
                  href="/videos/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-videos"
                  title="HTML Video Tutorial"
                  aria-label="Videos"
                >
                  <div
                    class="w3-padding services w3-round"
                    style="position: relative"
                  >
                    <h4>Videos</h4>
                    <p>Learn the basics of HTML in a fun and engaging video tutorial</p>
                    <svg
                      style="position: absolute; top: 15px; right: 25px"
                      width="15"
                      height="36"
                      viewBox="0 0 12 16"
                      fill="none"
                      xmlns="http://www.w3.org/2000/svg"
                      aria-hidden="true"
                    >
                      <path
                        d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"
                        fill="#9763f6"
                      ></path>
                      <path
                        d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"
                        fill="#9763f6"
                      ></path>
                      <path
                        d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"
                        fill="#9763f6"
                      ></path>
                    </svg>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/w3css/w3css_templates.asp"
                  class="serviceslink ga-top-drop ga-top-drop-services-templates"
                  title="Free Web Templates"
                  aria-label="Templates"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Templates</h4>
                    <p>We have created a bunch of responsive website templates you can use - for free!</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/spaces/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-webhosting"
                  title="Web Hosting with Spaces"
                  aria-label="Web Hosting with Spaces"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Web Hosting</h4>
                    <p>
                      Host your own website, and share it to the world with
                      <strong>W3Schools Spaces</strong>
                    </p>
                  </div>
                </a>
              </div>

              <div class="servicebox tnb-paid-service">
                <a
                  
                  href="/spaces/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-createserver"
                  title="Get your own server"
                  aria-label="Get your own server"
                >
                  <div
                    class="w3-padding services w3-round"
                    style="position: relative"
                  >
                    <h4>Create a Server</h4>
                    <p>Create your own server using Python, PHP, React.js, Node.js, Java, C#, etc.</p>
                    <svg
                      style="position: absolute; top: 15px; right: 25px"
                      width="15"
                      height="36"
                      viewBox="0 0 12 16"
                      fill="none"
                      xmlns="http://www.w3.org/2000/svg"
                      aria-hidden="true"
                    >
                      <path
                        d="M6.65723 6.24707C6.76704 5.91764 7.233 5.91765 7.34281 6.24707L7.98828 8.1835C8.276 9.04666 8.95332 9.72399 9.81648 10.0117L11.7529 10.6572C12.0824 10.767 12.0824 11.233 11.7529 11.3428L9.81649 11.9883C8.95332 12.276 8.27599 12.9533 7.98828 13.8165L7.34281 15.7529C7.233 16.0823 6.76704 16.0823 6.65723 15.7529L6.01173 13.8165C5.72401 12.9533 5.04669 12.276 4.18353 11.9883L2.24707 11.3428C1.91764 11.233 1.91764 10.767 2.24707 10.6572L4.18353 10.0117C5.04669 9.72399 5.72401 9.04667 6.01173 8.18352L6.65723 6.24707Z"
                        fill="#9763f6"
                      ></path>
                      <path
                        d="M2.79434 1.14824C2.86023 0.950586 3.1398 0.950587 3.20569 1.14824L3.59297 2.3101C3.7656 2.828 4.172 3.2344 4.6899 3.40703L5.85177 3.79432C6.04942 3.86021 6.04942 4.13978 5.85177 4.20567L4.6899 4.59296C4.172 4.76559 3.7656 5.17199 3.59297 5.68989L3.20569 6.85176C3.13981 7.04941 2.86023 7.04942 2.79434 6.85176L2.40704 5.68988C2.23441 5.17198 1.82801 4.76559 1.31012 4.59296L0.148241 4.20567C-0.0494137 4.13978 -0.0494138 3.86021 0.148241 3.79432L1.31012 3.40703C1.82802 3.2344 2.23441 2.82801 2.40704 2.31011L2.79434 1.14824Z"
                        fill="#9763f6"
                      ></path>
                      <path
                        d="M9.8629 0.0988265C9.90682 -0.032943 10.0932 -0.0329419 10.1371 0.098828L10.3953 0.873401C10.5104 1.21867 10.7813 1.4896 11.1266 1.60469L11.9012 1.86288C12.0329 1.9068 12.0329 2.09319 11.9012 2.13711L11.1266 2.39531C10.7813 2.51039 10.5104 2.78133 10.3953 3.12659L10.1371 3.90117C10.0932 4.03294 9.90682 4.03294 9.8629 3.90117L9.6047 3.12659C9.48961 2.78132 9.21868 2.5104 8.87342 2.39531L8.09883 2.13711C7.96706 2.09319 7.96706 1.9068 8.09883 1.86288L8.87342 1.60469C9.21868 1.4896 9.48961 1.21867 9.6047 0.873408L9.8629 0.0988265Z"
                        fill="#9763f6"
                      ></path>
                    </svg>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/howto/default.asp"
                  class="serviceslink ga-top-drop ga-top-drop-services-howto"
                  title="How To Collection"
                  aria-label="How To's"
                >
                  <div class="w3-padding services w3-round">
                    <h4>How To's</h4>
                    <p>Large collection of code snippets for HTML, CSS and JavaScript</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/w3css/default.asp"
                  class="serviceslink ga-top-drop ga-top-drop-services-w3css"
                  title="W3.CSS Framework"
                  aria-label="W3.CSS Framework"
                >
                  <div class="w3-padding services w3-round">
                    <h4>CSS Framework</h4>
                    <p>
                      Build fast and responsive sites using our free
                      <strong>W3.CSS</strong>
                      framework
                    </p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/browsers/default.asp"
                  class="serviceslink ga-top-drop ga-top-drop-services-browserstat"
                  title="Browser Statistics"
                  aria-label="Browser Statistics"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Browser Statistics</h4>
                    <p>Read long term trends of browser usage</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/typingspeed/default.asp"
                  class="serviceslink ga-top-drop ga-top-drop-services-typing"
                  title="Test Your Typing speed"
                  aria-label="Test Your Typing speed"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Typing Speed</h4>
                    <p>Test your typing speed</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/training/aws/home/"
                  class="serviceslink ga-top-drop ga-top-drop-services-aws-training"
                  title="AWS Training"
                  aria-label="AWS Training"
                >
                  <div
                    class="w3-padding services w3-round"
                    style="position: relative"
                  >
                    <h4>AWS Training</h4>
                    <p>Learn Amazon Web Services</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/colors/colors_picker.asp"
                  class="serviceslink ga-top-drop ga-top-drop-services-color-picker"
                  title="Color Picker"
                  aria-label="Color picker"
                >
                  <div
                    class="w3-padding services w3-round"
                    style="position: relative"
                  >
                    <h4>Color Picker</h4>
                    <p>
                      Use our color picker to find different RGB, HEX and HSL colors.
                      <img
                        class="w3-hide-medium"
                        src="/images/colorpicker2000.png"
                        alt="A circular color wheel showing the gradation of colors in the spectrum"
                        loading="lazy"
                        style="margin-left: 15px; width: 35px; position: absolute; top: 15px; right: 15px"
                      />
                    </p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/codegame/index.html"
                  class="serviceslink ga-top-drop ga-top-drop-services-code-game"
                  title="Coding Game"
                  aria-label="Code game"
                >
                  <div
                    class="w3-padding services w3-round"
                    style="position: relative"
                  >
                    <h4>Code Game</h4>
                    <p style="margin-top: 15px">
                      W3Schools Coding Game! Help the lynx collect pine cones
                      <img
                        class="w3-hide-medium"
                        src="/signup/lynxlogo.svg"
                        alt="Lynx logo"
                        style="margin-left: 15px; width: 35px; position: absolute; top: 7px; right: 15px"
                      />
                    </p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/pathfinder/pathfinder_goals.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-goals"
                  title="Get personalized learning journey based on your current skills and goals"
                  aria-label="Get personalized learning journey based on your current skills and goals"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Set Goal</h4>
                    <p>Get personalized learning journey based on your current skills and goals</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  target="_blank"
                  href="https://campus.w3schools.com/pages/newsletter"
                  class="serviceslink ga-top-drop ga-top-drop-services-newsletter"
                  title="Join Our Newsletter"
                  aria-label="Newsletter"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Newsletter</h4>
                    <p>Join our newsletter and get access to exclusive content every month</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/academy/teachers/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-academy-teachers"
                  title="W3Schools Academy / Classroom"
                  aria-label="W3Schools Academy / Classroom"
                >
                  <div class="w3-padding services w3-round">
                    <h4>For Teachers</h4>
                    <p>Contact us about W3Schools Academy for educational institutions</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <a
                  
                  href="/academy/index.php"
                  class="serviceslink ga-top-drop ga-top-drop-services-academy-business"
                  title="W3Schools Academy / Classroom"
                  aria-label="W3Schools Academy / Classroom"
                >
                  <div class="w3-padding services w3-round">
                    <h4>For Businesses</h4>
                    <p>Contact us about W3Schools Academy for your organization</p>
                  </div>
                </a>
              </div>

              <div class="servicebox">
                <div
                  class="serviceslink ga-top-drop ga-top-drop-services-contact-us"
                  title="Contact Us"
                  aria-label="Contact Us"
                >
                  <div class="w3-padding services w3-round">
                    <h4>Contact Us</h4>
                    <p>
                      About sales:
                      <span style="float: right">sales@w3schools.com</span>
                      <br />
                      About errors:
                      <span style="float: right">help@w3schools.com</span>
                    </p>
                  </div>
                </div>
              </div>

              <div class="tnb-social-network-btns w3-hide-small w3-hide-medium">
                <a
                  target="_blank"
                  href="https://www.youtube.com/@w3schools"
                  title="W3Schools on YouTube"
                  class="w3-button w3-round ga-fp"
                >
                  <i
                    class="tnb-icon fa fa-youtube"
                    aria-hidden="true"
                  ></i>
                </a>

                <a
                  target="_blank"
                  href="https://www.linkedin.com/company/w3schools.com/"
                  title="W3Schools on LinkedIn"
                  class="w3-button w3-round ga-fp"
                >
                  <i
                    class="tnb-icon fa"
                    aria-hidden="true"
                  >
                    &#62220;
                  </i>
                </a>

                <a
                  target="_blank"
                  href="https://discord.com/invite/w3schools"
                  title="Join the W3schools community on Discord"
                  class="w3-button w3-round ga-fp"
                >
                  <i
                    class="tnb-icon fa -discord"
                    aria-hidden="true"
                  >
                    &#59399;
                  </i>
                </a>

                <a
                  target="_blank"
                  href="https://www.facebook.com/w3schoolscom/"
                  title="W3Schools on Facebook"
                  class="w3-button w3-round ga-fp"
                >
                  <i
                    class="tnb-icon fa"
                    aria-hidden="true"
                  >
                    &#59398;
                  </i>
                </a>

                <a
                  target="_blank"
                  href="https://www.instagram.com/w3schools.com_official/"
                  title="W3Schools on Instagram"
                  class="w3-button w3-round ga-fp"
                >
                  <i
                    class="tnb-icon fa"
                    aria-hidden="true"
                  >
                    &#61805;
                  </i>
                </a>
              </div>
            </div>

            <div
              class="w3-button tnb-close-nav-btn w3-round"
              tabindex="0"
              onclick="TopNavBar.closeNavItem('services')"
              onkeydown="TopNavBar.mouseHandler(event, this, 'services')"
              role="button"
              aria-label="Close navigation"
            >
              <span>&times;</span>
            </div>
          </div>
        </div>
      </nav>
    </div>
  </div>

  <script>
    var array_search_suggestions = [
      ["html", "/html/default.asp", "HTML Tutorial"],
      ["css", "/css/default.asp", "CSS Tutorial"],
      ["js", "/js/default.asp", "JavaScript Tutorial"],
      ["python", "/python/default.asp", "Python Tutorial"],
      ["sql", "/sql/default.asp", "SQL Tutorial"],
      ["php", "/php/default.asp", "PHP Tutorial"],
      ["java", "/java/default.asp", "JAVA Tutorial"],
      ["c", "/c/index.php", "C Tutorial"],
      ["c++", "/cpp/default.asp", "C++ Tutorial"],
      ["c#", "/cs/index.php", "C# Tutorial"],
      ["jquery", "/jquery/default.asp", "jQuery Tutorial"],
      ["w3css", "/w3css/default.asp", "W3.CSS Tutorial"],
      ["bootstrap 3", "/bootstrap/default.asp", "Bootstrap3 Tutorial"],
      ["bootstrap 4", "/bootstrap4/default.asp", "Bootstrap4 Tutorial"],
      ["bootstrap 5", "/bootstrap5/index.php", "Bootstrap5 Tutorial"],
      ["r", "/r/default.asp", "R Tutorial"],
      ["html lists", "/html/html_lists.asp", "HTML List Tutorial", "li"],
      ["html lists", "/html/html_lists_ordered.asp", "HTML Ordered Lists", ["li", "or"]],
      ["html lists", "/html/html_lists_unordered.asp", "HTML Unordered Lists", ["li", "or"]],
      ["css lists", "/css/css_list.asp", "CSS Styling Lists", "li"],
      ["", "/python/python_lists.asp", "Python Lists", "li"],
      ["", "/js/js_arrays.asp", "JavaScript Array Tutorial", "ar"],
      ["", "/jsref/jsref_obj_array.asp", "JavaScript Array Object", "ar"],
      ["", "/js/js_array_methods.asp", "JavaScript Array Methods", "ar"],
      ["", "/python/python_arrays.asp", "Python Arrays", "ar"],
      ["", "/php/php_arrays.asp", "PHP Array Tutorial", "ar"],
      ["", "/java/java_arrays.asp", "Java Array Tutorial", "ar"],
      ["kotlin", "/kotlin/index.php", "KOTLIN Tutorial"],
      ["mysql", "/mysql/default.asp", "MySQL Tutorial"],
      ["postgresql", "/postgresql/index.php", "PostgreSQL Tutorial"],
      ["nodejs", "/nodejs/default.asp", "Node.js Tutorial"],
      ["react.js", "/react/default.asp", "REACT Tutorial"],
      ["vuejs", "/vue/index.php", "Vue.js Tutorial"],
      ["json", "/js/js_json.asp", "JSON Tutorial"],
      ["angularjs", "/angular/default.asp", "AngularJS Tutorial"],
      ["w3js", "/w3js/default.asp", "W3.JS Tutorial"],
      ["xml", "/xml/default.asp", "XML Tutorial"],
      ["sass", "/sass/default.php", "SASS Tutorial"],
      ["icons", "/icons/default.asp", "Icons Tutorial"],
      ["", "/icons/icons_reference.asp", "Font Awesome Icons"],
      ["", "/howto/howto_google_fonts.asp", "Google Fonts"],
      ["rwd", "/css/css_rwd_intro.asp", "Responsive Web Design Tutorial"],
      ["graphics", "/graphics/default.asp", "Graphics Tutorial"],
      ["graphics", "/graphics/svg_intro.asp", "SVG Tutorial"],
      ["canvas", "/graphics/canvas_intro.asp", "Canvas Tutorial"],
      ["raspberry pi", "/nodejs/nodejs_raspberrypi.asp", "RaspberryPi Tutorial"],
      ["cybersecurity", "/cybersecurity/index.php", "Cyber Security Tutorial"],
      ["colors", "/colors/default.asp", "Colors Tutorial"],
      ["typescript", "/typescript/index.php", "TypeScript Tutorial"],
      ["git", "/git/default.asp", "Git Tutorial"],
      ["matplotlib", "/python/matplotlib_intro.asp", "Matplotlib Tutorial"],
      ["numpy", "/python/numpy/default.asp", "NumPy Tutorial"],
      ["pandas", "/python/pandas/default.asp", "Pandas Tutorial"],
      ["scipy", "/python/scipy/index.php", "SciPy Tutorial"],
      ["asp", "/asp/default.asp", "ASP Tutorial"],
      ["accessibility", "/accessibility/index.php", "Accessibility Tutorial"],
      ["appml", "/appml/default.asp", "AppML Tutorial"],
      ["go", "/go/index.php", "GO Tutorial"],
      ["DSA", "/dsa/index.php", "Data Structures and Algorithms"],
      ["excell", "/excel/index.php", "Excel Tutorial"],
      ["google sheets", "/googlesheets/index.php", "Google Sheets Tutorial"],
      ["ml", "/python/python_ml_getting_started.asp", "Machine Learning Tutorial"],
      [" artificial intelligence", "/ai/default.asp", "AI Tutorial"],
      ["statistics", "/statistics/index.php", "Statistics Tutorial"],
      ["data science", "/datascience/default.asp", "Data Science Tutorial"],
      ["code editor", "/tryit/tryit.asp?filename=tryhtml_hello", "Tryit Editor"],
      ["color picker", "/colors/colors_picker.asp", "Color Picker"],
      ["code game", "/codegame/index.html", "Code Game"],
      ["exercises", "/exercises/index.php", "Exercises"],
      ["quizzes", "/quiztest/default.asp", "Quizzes"],
      ["templates", "/w3css/w3css_templates.asp", "W3.CSS Templates"],
      ["courses", "https://shop.w3schools.com/collections/course-catalog", "Courses"],
      ["certificates", "https://shop.w3schools.com/collections/certifications", "Certificates"],
      ["spaces", "/spaces/index.php", "W3Schools Spaces"],
      ["website", "/spaces/index.php", "Create website"],
      ["how to", "/howto/default.asp", "How-To Library"],
      ["aws cloud", "/aws/index.php", "AWS Cloud Tutorial"],
      ["btn", "/tags/tag_button.asp", "HTML Button Tag", ["bu", "btn"]],
      ["btn", "/css/css3_buttons.asp", "CSS Buttons", ["bu", "btn"]],
      ["btn", "/bootstrap5/bootstrap_buttons.php", "Bootstrap 5 Buttons", ["bu", "btn"]],
      ["btn", "/bootstrap5/bootstrap_button_groups.php", "Bootstrap 5 Button Groups", ["bu", "btn"]],
      ["btn", "/w3css/w3css_buttons.asp", "W3.CSS Buttons", ["bu", "btn"]],
      ["btn", "/howto/howto_css_round_buttons.asp", "How to create round buttons", ["bu", "btn"]],
      ["", "/html/html_links.asp", "HTML Button as a link", ["bu", "btn"]],
      ["tbl", "/html/html_tables.asp", "HTML Tables"],
      ["tbl", "/tags/tag_table.asp", "HTML Table Tag", ["ta", "tb"]],
      ["tbl", "/css/css_table.asp", "CSS Styling Tables", ["ta", "tb"]],
      ["tbl", "/sql/sql_create_table.asp", "SQL CREATE TABLE", ["ta", "tb"]],
      ["tbl", "/html/html_table_borders.asp", "HTML Table Borders", ["ta", "tb"]],
      ["tbl", "/html/html_table_headers.asp", "HTML Table Headers", ["ta", "tb"]],
      ["", "/tags/tag_div.asp", "HTML div Tag"],
      ["div", "/html/html_div.asp", "HTML div Tutorial", "div"],
      ["div", "/html/html_blocks.asp", "HTML Block Elements", "div"],
      ["", "/html/html_form_input_types.asp", "HTML Input Types", "in"],
      ["", "/tags/tag_input.asp", "HTML Input Tag", "in"],
      ["", "/html/html_form_attributes.asp", "HTML Input Attributes", "in"],
      ["", "/python/ref_func_input.asp", "Python input() Function", ["in", "us"]],
      ["", "/c/c_user_input.php", "C User Input", ["in", "us"]],
      ["", "/cpp/cpp_user_input.asp", "C++ User Input", ["in", "us"]],
      ["", "/css/css_border.asp", "CSS Borders"],
      ["", "/cssref/pr_border.php", "CSS border Property"],
      ["", "/html/html_table_borders.asp", "HTML Table Borders", "bo"],
      ["", "/html/html_forms.asp", "HTML Forms"],
      ["", "/howto/howto_css_login_form.asp", "How to create a login form"],
      ["", "/html/html_form_elements.asp", "HTML Form Elements"],
      ["", "/tags/tag_form.asp", "HTML form Tag"],
      ["", "/html/html_forms_attributes.asp", "HTML Form Attributes"],
      ["", "/cssref/sel_hover.php", "CSS hover Selector"],
      ["css hover", "/css/css3_transitions.asp", "CSS Transitions"],
      ["img", "/html/html_images.asp", "HTML Images"],
      ["img", "/css/css_background_image.asp", "CSS Background Images"],
      ["img", "/cssref/pr_background-image.php", "CSS background-image Property"],
      ["img", "/html/html_images_imagemap.asp", "HTML Image Map"],
      ["img", "/howto/howto_css_image_overlay.asp", "How to create image hover effects"],
      ["", "/css/css_background.asp", "CSS Backgrounds"],
      ["", "/cssref/css3_pr_background.php", "CSS background Property"],
      ["", "/html/html_images_background.asp", "HTML Background Images"],
      ["", "/css/css_font.asp", "CSS Fonts"],
      ["", "/cssref/pr_font_font.php", "CSS font Property"],
      ["", "/cssref/pr_font_font.php", "CSS font-family Property"],
      ["", "/css/css3_fonts.asp", "CSS Web Fonts"],
      ["", "/cssref/css3_pr_font-face_rule.php", "CSS @font-face Rule"],
      ["", "/cssref/css_websafe_fonts.php", "Web Safe Fonts"],
      ["", "/css/css_positioning.asp", "CSS Position"],
      ["", "/cssref/pr_class_position.php", "CSS position Property"],
      ["", "/cssref/pr_background-position.php", "CSS background-position Property"],
      ["", "/sql/func_mysql_position.asp", "MySQL POSITION() Function", "pos"],
      ["", "/css/css_padding.asp", "CSS Padding"],
      ["", "/cssref/pr_padding.php", "CSS padding Property"],
      ["", "/html/html_table_padding_spacing.asp", "HTML Table Cell Padding"],
      ["", "/cssref/pr_padding-top.php", "CSS padding-top Property"],
      ["", "/cssref/pr_padding-right.php", "CSS padding-right Property"],
      ["", "/cssref/pr_padding-bottom.php", "CSS padding-bottom Property"],
      ["", "/cssref/pr_padding-left.php", "CSS padding-left Property"],
      ["", "/tags/tag_span.asp", "HTML span Tag"],
      ["", "/html/html_table_colspan_rowspan.asp", "HTML Table Colspan/Rowspan"],
      ["inline span", "/html/html_blocks.asp", "HTML Inline Elements"],
      ["", "/html/html_colors.asp", "HTML Colors"],
      ["", "/css/css_colors.asp", "CSS Colors"],
      ["", "/tags/ref_colornames.asp", "HTML Color Names"],
      ["", "/cssref/pr_text_color.php", "CSS color Property"],
      ["", "/css/css_display_visibility.asp", "CSS Display Tutorial"],
      ["", "/cssref/pr_class_display.php", "CSS display Property"],
      ["", "/howto/howto_css_display_element_hover.asp", "How to display elements on hover", "dis"],
      ["", "/java/java_variables_print.asp", "Java display variables"],
      ["", "/html/html_layout.asp", "HTML Footer"],
      ["", "/tags/tag_footer.asp", "HTML footer Tag"],
      ["", "/howto/howto_css_fixed_footer.asp", "How to create a fixed footer", "fo"],
      ["", "/css/css_float.asp", "CSS Float Tutorial"],
      ["", "/cssref/pr_class_float.php", "CSS float Property"],
      ["", "/python/python_numbers.asp", "Python Float Numbers"],
      ["", "/c/c_data_types.php", "C Float Data Type"],
      ["", "/cpp/cpp_data_types.asp", "C++ Float Data Type"],
      ["", "/cs/cs_data_types.php", "C# Float Data Type"],
      ["", "/css/css_margin.asp", "CSS Margin Tutorial"],
      ["", "/cssref/pr_margin.php", "CSS margin Property"],
      ["", "/w3css/w3css_margins.asp", "W3.CSS Margins"],
      ["css margins", "/css/css_boxmodel.asp", "CSS Box Model"],
      ["", "/cssref/pr_margin-top.php", "CSS margin-top Property"],
      ["", "/cssref/pr_margin-right.php", "CSS margin-right Property"],
      ["", "/cssref/pr_margin-bottom.php", "CSS margin-bottom Property"],
      ["", "/cssref/pr_margin-left.php", "CSS margin-left Property"],
      ["", "/css/css3_flexbox.asp", "CSS Flexbox Tutorial"],
      ["", "/cssref/css3_pr_flex.php", "CSS flex Property"],
      ["", "/css/css3_flexbox_container.asp", "CSS Flex Container"],
      ["", "/css/css3_flexbox_items.asp", "CSS Flex Items"],
      ["", "/cssref/css3_pr_flex-direction.php", "CSS flex-direction Property"],
      ["", "/cssref/css3_pr_flex-wrap.php", "CSS flext-wrap Property"],
      ["", "/bootstrap5/bootstrap_flex.php", "Bootstrap 5 Flex Tutorial", "fle"],
      ["css navbar", "/css/css_navbar.asp", "CSS Navigation Bar"],
      ["css navbar", "/css/css_navbar_vertical.asp", "CSS Vertical Navigation Bar"],
      ["css navbar", "/css/css_navbar_horizontal.asp", "CSS Horizontal Navigation Bar"],
      ["bootstrap navbar", "/bootstrap5/bootstrap_navbar.php", "Bootstrap 5 Navigation Bar", "na"],
      ["howto navigation", "/howto/howto_js_navbar_sticky.asp", "How to create a sticky navbar", "na"],
      ["howto navigation", "/howto/howto_js_topnav.asp", "How to create a top navbar", "na"],
      ["howto navigation", "/howto/howto_css_dropdown_navbar.asp", "How to create a dropdown navbar", "na"],
      ["", "/css/css_grid.asp", "CSS Grid Tutorial"],
      ["", "/css/css_grid_container.asp", "CSS Grid Container"],
      ["", "/css/css_grid_item.asp", "CSS Grid Item"],
      ["", "/bootstrap5/bootstrap_grid_basic.php", "Bootstrap 5 Grids", "gri"],
      ["", "/howto/howto_css_image_grid_responsive.asp", "How to create a resonsive Image Grid", "gri"],
      ["", "/cssref/pr_grid.php", "CSS grid Property", "gri"],
      ["", "/html/html_links.asp", "HTML Link Tutorial", "li"],
      ["html links", "/html/html_links_bookmarks.asp", "HTML Bookmarks", "li"],
      ["html reference", "/tags/default.asp", "HTML Tag Reference"],
      ["html certificate", "https://campus.w3schools.com/collections/certifications/products/html-certificate", "HTML Certificate"],
      ["", "/tags/ref_html_browsersupport.asp", "HTML Browser Support"],
      ["events reference", "/tags/ref_eventattributes.asp", "HTML Event Reference"],
      ["color reference", "/colors/default.asp", "HTML Color Reference"],
      ["attributes", "/tags/ref_attributes.asp", "HTML Attribute Reference"],
      ["canvas reference", "/jsref/api_canvas.asp", "HTML Canvas Reference"],
      ["svg reference", "/graphics/svg_reference.asp", "HTML SVG Reference"],
      ["", "/graphics/google_maps_reference.asp", "Google Maps Reference"],
      ["", "/cssref/index.php", "CSS Reference"],
      ["", "/cssref/css3_browsersupport.asp", "CSS Browser Support"],
      ["", "/cssref/css_selectors.asp", "CSS Selector Reference"],
      ["", "/bootstrap/bootstrap_ref_all_classes.asp", "Bootstrap 3 Reference"],
      ["", "/bootstrap4/bootstrap_ref_all_classes.asp", "Bootstrap 4 Reference"],
      ["", "/w3css/w3css_references.asp", "W3.CSS Reference"],
      ["", "/icons/icons_reference.asp", "Icon Reference"],
      ["", "/sass/sass_functions_string.php", "Sass Reference"],
      ["", "/jsref/default.asp", "JavaScript Reference"],
      ["", "/jsref/default.asp", "HTML DOM Reference"],
      ["", "/jquery/jquery_ref_overview.asp", "jQuery Reference"],
      ["", "/angular/angular_ref_directives.asp", "AngularJS Reference"],
      ["", "/python/python_reference.asp", "Python Reference"],
      ["", "/java/java_ref_reference.asp", "Java Reference"],
      ["", "/sql/sql_ref_keywords.asp", "SQL Reference"],
      ["", "/mysql/mysql_ref_functions.asp", "MySQL Reference"],
      ["", "/php/php_ref_overview.asp", "PHP Reference"],
      ["", "/asp/asp_ref_response.asp", "ASP Reference"],
      ["", "/xml/dom_nodetype.asp", "XML DOM Reference"],
      ["", "/xml/dom_http.asp", "XML Http Reference"],
      ["", "/xml/xsl_elementref.asp", "XSLT Reference"],
      ["", "/xml/schema_elements_ref.asp", "XML Schema Reference"],
      ["", "/charsets/default.asp", "HTML Character Sets"],
      ["", "/charsets/ref_html_ascii.asp", "HTML ASCII"],
      ["", "/charsets/ref_html_ansi.asp", "HTML ANSI"],
      ["", "/charsets/ref_html_ansi.asp", "HTML Windows-1252"],
      ["", "/charsets/ref_html_8859.asp", "HTML ISO-8859-1"],
      ["", "/charsets/ref_html_symbols.asp", "HTML Symbols"],
      ["", "/charsets/ref_html_utf8.asp", "HTML UTF-8"],
      ["django", "/django/index.php", "Django Tutorial"],
      ["mongodb", "/mongodb/index.php", "MongoDB Tutorial"],
      ["", "/typingspeed/default.asp", "Test your typing speed"],
      ["css certificate", "https://campus.w3schools.com/collections/certifications/products/css-certificate", "CSS Certificate"],
      ["js certificate", "https://campus.w3schools.com/collections/certifications/products/javascript-certificate", "JavaScript Certificate"],
      ["front end certificate", "https://campus.w3schools.com/collections/certifications/products/front-end-certificate", "Front End Certificate"],
      ["sql certificate", "https://campus.w3schools.com/collections/certifications/products/sql-certificate", "SQL Certificate"],
      ["python certificate", "https://campus.w3schools.com/collections/certifications/products/python-certificate", "Python Certificate"],
      ["php certificate", "https://campus.w3schools.com/collections/certifications/products/php-certificate", "PHP Certificate"],
      ["jquery certificate", "https://campus.w3schools.com/collections/certifications/products/jquery-certificate", "jQuery Certificate"],
      ["java certificate", "https://campus.w3schools.com/collections/certifications/products/java-certificate", "Java Certificate"],
      ["c certificate", "https://campus.w3schools.com/products/c-certification-exam", "C Certificate"],
      ["c++ certificate", "https://campus.w3schools.com/collections/certifications/products/c-certificate", "C++ Certificate"],
      ["c# certificate", "https://campus.w3schools.com/collections/certifications/products/c-certificate-1", "C# Certificate"],
      ["xml certificate", "https://campus.w3schools.com/collections/certifications/products/xml-certificate", "XML Certificate"],
      ["hosting", "/spaces/index.php", "W3Schools Spaces"],
      ["free website", "/spaces/index.php", "Free website with W3Schools Spaces"],
      ["server", "/spaces/index.php", "W3Schools Spaces"],
      ["handlebars server", "/spaces/spaces_handlebars.php", "Handlebars Server"],
      ["rust server", "/spaces/spaces_rust.php", "Rust Server"],
      ["vue server", "/vue/vue_server.php", "Vue.js Server"],
      ["java server", "/java/java_server.asp", "Java Server"],
      ["react server", "/react/react_server.asp", "React.js Server"],
      ["sql server", "/sql/sql_server.asp", "SQL Server"],
      ["php server", "/php/php_server.asp", "PHP Server"],
      ["python server", "/python/python_server.asp", "Python Server"],
      ["django server", "/django/django_server.php", "Django Server"],
      ["node server", "/nodejs/nodejs_server.asp", "Node.js Server"],
      ["c sharp server", "/cs/cs_server.php", "C# Server"],
      ["vue server", "/vue/vue_server.php", "Vue.js Server"],
      ["buy", "/plus/index.php", "W3Schools Plus User"],
      ["subscription", "/plus/index.php", "W3Schools Plus User"],
      ["upgrade", "/plus/index.php", "W3Schools Plus User"],
      ["plus", "/plus/index.php", "W3Schools Plus User"],
      ["pro", "/plus/index.php", "W3Schools Plus User"],
      ["ad free", "/plus/index.php", "W3Schools without ads"],
      ["videos", "/videos/index.php", "W3Schools Video"],
      ["login", "https://profile.w3schools.com", "Log into your W3Schools account"],
      ["sign up", "https://profile.w3schools.com", "Sign up - Create a W3Schools account"],
      ["goals", "/pathfinder/pathfinder_goals.php", "Set Goals"],
      ["", "/tryit/tryit.asp?filename=tryhtml_hello", "HTML Compiler"],
      ["", "/python/trypython.asp?filename=demo_default", "Python Compiler"],
      ["", "/sql/trysql.asp?filename=trysql_select_where", "SQL Compiler"],
      ["", "/php/phptryit.asp?filename=tryphp_intro", "PHP Compiler"],
      ["", "/java/tryjava.asp?filename=demo_helloworld", "JAVA Compiler"],
      ["", "/cpp/trycpp.asp?filename=demo_helloworld", "C++ Compiler"],
      ["", "/c/tryc.php?filename=demo_helloworld", "C Compiler"],
      ["", "/cs/trycs.php?filename=demo_helloworld", "C# Compiler"],
      ["", "/r/tryr.asp?filename=demo_default", "R Compiler"],
      ["", "/kotlin/trykotlin.php?filename=demo_helloworld", "Kotlin Compiler"],
      ["", "/go/trygo.php?filename=demo_helloworld", "GO Compiler"],
      ["", "/typescript/trytypescript.php?filename=demo_helloworld", "TypeScript Compiler"],
      ["", "/tryit/trycompiler.asp?filename=demo_bash", "Bash Compiler"],
      ["", "/tryit/trycompiler.asp?filename=demo_clojure", "Clojure Compiler"],
      ["", "/tryit/trycompiler.asp?filename=demo_fortran", "Fortran Compiler"],
      ["", "/tryit/trycompiler.asp?filename=demo_nodejs", "Node.js Compiler"],
      ["", "/tryit/trycompiler.asp?filename=demo_perl", "Perl Compiler"],
      ["", "/tryit/trycompiler.asp?filename=demo_ruby", "Ruby Compiler"],
      ["", "/tryit/trycompiler.asp?filename=demo_scala", "Scala Compiler"],
      ["", "/tryit/trycompiler.asp?filename=demo_swift", "Swift Compiler"],
      ["", "/tryit/trycompiler.asp?filename=demo_vbnet", "VB.NET Compiler"],
    ];
  </script>



  <div id="googleSearch">
    <div class="gcse-search"></div>
  </div>
</div>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KTCFC3S"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<script>
(
function setThemeMode() {
  var x = localStorage.getItem("preferredmode");
  var y = localStorage.getItem("preferredpagemode");  
  if (x == "dark") {
    document.body.className += " darktheme";
  }
  if (y == "dark") {
    document.body.className += " darkpagetheme";
  }
})();
</script>
<style>
#subtopnav {
  position:fixed;
  background-color: #282A35;
  color:#f1f1f1;
  padding:0;
  letter-spacing:1px;
  font-family: 'Source Sans Pro Topnav', sans-serif;
  font-size:0;
  top:56px;
  z-index:2;
  width:100%;
  white-space:nowrap;
  overflow:auto;
  scrollbar-width: none;
}
#subtopnav a{
  display:inline-block;
  width:auto;
  margin:0!important;
  padding:5px 15px 5px 15px !important;
  font-size:15px!important;
  text-decoration: none;  
  line-height: 1.5;
}
#subtopnav a:hover,#subtopnav a:focus,#subtopnav a:active{
  background-color:#000000 !important;
  color:#ffffff !important;
}
#subtopnav a.active{
  background-color: #04AA6D!important;
  color:#fff!important;  
}
#btn_container_subtopnav {
  position:fixed;
  right:0;
  top:56px;
  font-size:0;
  xxborder-left:10px solid rgba(40, 42, 53,0.5);
  
}
#btn_container_subtopnav a{
  line-height:1.3!important;
  padding-top:7px!important;
  padding-bottom:6px!important; 
  font-size:15px;
  background-color:#282A35;  
}
#scroll_left_btn {
  cursor:pointer;
  display:none;
  position:fixed;
  left:0;
  top:56px;
  font-size: 15px;
  xborder-right: 10px solid rgba(40, 42, 53,0.5);
  xbackground: red;
  }
#scroll_left_btn span {
  xbackground-color:#282A35;
  background: linear-gradient(to right, #282A35 70%, transparent 100%);
  display:block;
  padding-top:5px;
  padding-bottom:5px;  
}
#scroll_left_btn span:hover {
  background: linear-gradient(to right, #000 95%, transparent 100%);
}
#scroll_right_btn {
  cursor:pointer;
  float:left;
  font-size:15px;
  xxbackground-color:#282A35;
  background: linear-gradient(to left, #282A35 70%, transparent 100%);
  
  padding-top:5px;
  padding-bottom:5px;  
}
#scroll_right_btn:hover {
  background: linear-gradient(to left, #000 95%, transparent 100%);
}
#menubtn_container {
  position:fixed;
  left:0;
  top:56px;
  xborder-right:10px solid rgba(40, 42, 53,0.5);
  height:33px;
  color:white;
  font-size:15px;
}
#menubtn_container span {
  background-color:#282A35;  
}
#darkmodemenu {
  position:fixed!important;
  right:0;!important;  
}
#subtopnav::-webkit-scrollbar {
  display:none!important;
}

#google_translate_element a{
  font-size:13px!important;

  line-height: normal;
}
#google_translate_element a:hover{
  background-color:#fff!important;  
  color:#000!important;    
}
</style>
<script>
activate_subtopnav_scroll = 0;
from_scrollpos = -1;
current_scrollpos = -1;
goto_tut = 1;
function startscrolling_subtopnav(event) {
  event.preventDefault();
  from_scrollpos = event.clientX;
  activate_subtopnav_scroll = 1;
}
function scrolling_subtopnav(event) {
  current_scrollpos = event.clientX;
  if (current_scrollpos == from_scrollpos) return false;
  event.preventDefault();
  if (event.buttons == 0) return false;
  var scrollspeed;
  if (activate_subtopnav_scroll == 1) {
    goto_tut = 0;
    scrollspeed = current_scrollpos - from_scrollpos;
    scrollspeed = Math.abs(scrollspeed);
    if (current_scrollpos < from_scrollpos) {
     document.getElementById("scroll_left_btn").style.display = "block";     
     document.getElementById("subtopnav").scrollLeft += scrollspeed;        
    } else {
      document.getElementById("subtopnav").scrollLeft -= scrollspeed;        
    }
    scrollbtn_visible();
    from_scrollpos = current_scrollpos;
  }
}
function endscrolling_subtopnav(event) {
  event.preventDefault();
  activate_subtopnav_scroll = 0;
  from_scrollpos = -1;
  current_scrollpos = -1;
}
function pellessii(event) {
  if (goto_tut == 0) {
    event.preventDefault();  
    goto_tut = 1;
    return false;
  }
}
var scrollspeed = 1;
var scrollinterval
function scrollmenow(n) {
  scrollinterval = window.setInterval(function() {
    scrollspeed = scrollspeed * 1.1;
    if (scrollspeed > 10) {scrollspeed = 10;}
    if (n == 1) {
      document.getElementById("subtopnav").scrollLeft += scrollspeed;  
    } else {
      document.getElementById("subtopnav").scrollLeft -= scrollspeed;  
      
    }
    scrollbtn_visible();
  }, 10);
}

var p_s_l = 0;
var x_s_l = 0;
function scrollbtn_visible() {
  var c_s_l = document.getElementById("subtopnav").scrollLeft;
  if (c_s_l < 1) {
    document.getElementById("scroll_left_btn").style.display = "none";    
  } else {
    document.getElementById("scroll_left_btn").style.display = "block";    
  }
  if (c_s_l > 1 && c_s_l == p_s_l) {
    x_s_l++;
  } else {
    x_s_l = 0;  
  }
  if (x_s_l > 3) {
    document.getElementById("scroll_right_btn").style.display = "none";    
  } else {
    document.getElementById("scroll_right_btn").style.display = "block";  
  }
  p_s_l = document.getElementById("subtopnav").scrollLeft;
}

function stopscrollmenow() {
  scrollspeed = 1;
  window.clearInterval(scrollinterval);
}

//window.addEventListener("load", subtopnav_intoview);

function subtopnav_intoview() {
  var a, b, c, d, i = 0;
  a = document.getElementById("subtopnav");
  if (!a || !a.getElementsByClassName) {return false;}
  var x = a.getElementsByTagName("A");
  b = document.location.pathname;  
  if (b.indexOf("/python/numpy/") > -1 || b.indexOf("/python/pandas/") > -1 || b.indexOf("/python/scipy/") > -1) {
    for (i = 0; i < x.length; i++) {
      c = x[i].pathname;
      if ((b.indexOf("/python/numpy/") > -1 && c == "/python/numpy/default.asp") || (b.indexOf("/python/pandas/") > -1 && c == "/python/pandas/default.asp") || (b.indexOf("/python/scipy/") > -1 && c == "/python/scipy/index.php")) {
        x[i].className += " active";
        break;
      }
    }
  } else {
    for (i = 0; i < x.length; i++) {
      c = x[i].pathname;
      if (c.indexOf("void(0)") == -1 && b.substr(0, b.indexOf("/",1)) ==  c.substr(0, c.indexOf("/",1))) {
        x[i].className += " active";
        break;
      }
    }
  }
  d = a.getElementsByClassName("active");
  if (d.length < 1) {return false;}  
  while (!amIIntoView(a, d[0])) {
    i++
    if (i > 1000) {break;}
    a.scrollLeft += 10;
  }
  scrollbtn_visible();
}

function amIIntoView(x, y) {
  var a = x.scrollLeft;
  var b = a + window.innerWidth;
  var ytop = y.offsetLeft;
  var c = y.offsetWidth;
  var d = 0;
  if (document.getElementById("btn_container_subtopnav")) d = document.getElementById("btn_container_subtopnav").offsetWidth;
  var ybottom = ytop + c + d + 20;
  return ((ybottom <= b) && (ytop >= a));
}

</script>
<div id="subtopnav" onmousedown="startscrolling_subtopnav(event)" onmousemove="scrolling_subtopnav(event)" onmouseup="endscrolling_subtopnav(event)" onclick="return pellessii(event)">
  <div id="scroll_left_btn" class="w3-hide-medium w3-hide-small">
    <span onmousedown="scrollmenow(-1)" onmouseup="stopscrollmenow()" onmouseout="stopscrollmenow()">&nbsp;&nbsp;&nbsp;&#10094;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
  </div>
  <div id="menubtn_container">
    <span>
        
        <a href='javascript:void(0);' class='topnav-icons fa fa-menu w3-hide-large w3-hide-medium w3-hide-small w3-left w3-bar-item w3-button ga-nav' style="line-height:1.1;padding-top:3px!important;" onclick='open_menu()' title='Menu'></a>      
        
    </span>      
  </div>
  <a href="/html/default.asp" class="ga-nav subtopnav_firstitem" title="HTML Tutorial">HTML</a>
  <a href="/css/default.asp" class="ga-nav" title="CSS Tutorial">CSS</a>
  <a href="/js/default.asp" class="ga-nav" title="JavaScript Tutorial">JAVASCRIPT</a>
  <a href="/sql/default.asp" class="ga-nav" title="SQL Tutorial">SQL</a>
  <a href="/python/default.asp" class="ga-nav" title="Python Tutorial">PYTHON</a>
  <a href="/java/default.asp" class="ga-nav" title="Java Tutorial">JAVA</a>
  <a href="/php/default.asp" class="ga-nav" title="PHP Tutorial">PHP</a>
  <a href="/howto/default.asp" class="ga-nav" title="How to">HOW TO</a>
  <a href="/w3css/default.asp" class="ga-nav" title="W3.CSS Tutorial">W3.CSS</a>
  <a href="/c/index.php" class="ga-nav" title="C Tutorial">C</a>
  <a href="/cpp/default.asp" class="ga-nav" title="C++ Tutorial">C++</a>
  <a href="/cs/index.php" class="ga-nav" title="C# Tutorial">C#</a>
  <a href="/bootstrap/bootstrap_ver.asp" class="ga-nav" title="Bootstrap Tutorial">BOOTSTRAP</a>
  <a href="/react/default.asp" class="ga-nav" title="React Tutorial">REACT</a>
  <a href="/mysql/default.asp" class="ga-nav" title="MySQL Tutorial">MYSQL</a>
  <a href="/jquery/default.asp" class="ga-nav" title="JQuery Tutorial">JQUERY</a>
  <a href="/excel/index.php" class="ga-nav" title="Excel Tutorial">EXCEL</a>
  <a href="/xml/default.asp" class="ga-nav" title="XML Tutorial">XML</a>
  <a href="/django/index.php" class="ga-nav" title="Django Tutorial">DJANGO</a>
  <a href="/python/numpy/default.asp" class="ga-nav" title="NumPy Tutorial">NUMPY</a>
  <a href="/python/pandas/default.asp" class="ga-nav" title="Pandas Tutorial">PANDAS</a>
  <a href="/nodejs/default.asp" class="ga-nav" title="Node.js Tutorial">NODEJS</a>
  <a href="/r/default.asp" class="ga-nav" title="R Tutorial">R</a>
  <a href="/typescript/index.php" class="ga-nav" title="TypeScript Tutorial">TYPESCRIPT</a>
  <a href="/angular/default.asp" class="ga-nav" title="Angular.js Tutorial">ANGULAR</a>
  <a href="/git/default.asp" class="ga-nav" title="Git Tutorial">GIT</a>
  <a href="/postgresql/index.php" class="ga-nav" title="PostgreSQL Tutorial">POSTGRESQL</a>
  <a href="/mongodb/index.php" class="ga-nav" title="MongoDB Tutorial">MONGODB</a>
  <a href="/asp/default.asp" class="ga-nav" title="ASP Tutorial">ASP</a>
  <a href="/ai/default.asp" class="ga-nav" title="A.I. Tutorial">AI</a>
  <a href="/go/index.php" class="ga-nav" title="Go Tutorial">GO</a>
  <a href="/kotlin/index.php" class="ga-nav" title="Kotlin Tutorial">KOTLIN</a>
  <a href="/sass/default.asp" class="ga-nav" title="Sass Tutorial">SASS</a>
  <a href="/vue/index.php" class="ga-nav" title="Vue.js Tutorial">VUE</a>
  <a href="/dsa/index.php" class="ga-nav" title="DSA Tutorial">DSA</a>
  <a href="/gen_ai/index.php" class="ga-nav" title="Gen A.I. Tutorial">GEN AI</a>
  <a href="/python/scipy/index.php" class="ga-nav" title="SciPy Tutorial">SCIPY</a>
  <a href="/aws/index.php" class="ga-nav" title="AWS Tutorial">AWS</a>
  <a href="/cybersecurity/index.php" class="ga-nav" title="Cyber security Tutorial">CYBERSECURITY</a>
  <a href="/datascience/default.asp" class="ga-nav" title="Data science Tutorial">DATA SCIENCE</a>
  <a href="javascript:void(0)" style="width:50px;visibility:hidden;"></a>  
  <div id="btn_container_subtopnav">
    <div id="scroll_right_btn" class="w3-hide-medium w3-hide-small">
      <span onmousedown="scrollmenow(1)" onmouseup="stopscrollmenow()" onmouseout="stopscrollmenow()">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#10095;&nbsp;&nbsp;&nbsp;</span>
    </div>
  </div>
</div>
<!--
<div class="topnav notranslate" id='topnav' style="position:fixed!important;top:56px">
  <div style="overflow:auto;">
    <div class="w3-bar w3-left topnavbar" style="width:100%;overflow:hidden;height:32px">

      <a href='javascript:void(0);' class='topnav-icons fa fa-menu w3-hide-large w3-hide-medium w3-hide-small w3-left w3-bar-item w3-button ga-nav' style="line-height:1.1;padding-top:8px!important;padding-bottom:7px!important;" onclick='open_menu()' title='Menu'></a>

      <a href='/default.asp' style="display:none" class='topnav-icons fa fa-home w3-left w3-bar-item w3-button ga-nav' title='Home'></a>
      <a class="w3-bar-item w3-button ga-nav" href='/html/default.asp' title='HTML Tutorial' style="padding-left:18px!important;padding-right:18px!important;">HTML</a>
      <a class="w3-bar-item w3-button ga-nav" href='/css/default.asp' title='CSS Tutorial'>CSS</a>
      <a class="w3-bar-item w3-button ga-nav" href='/js/default.asp' title='JavaScript Tutorial'>JAVASCRIPT</a>
      <a class="w3-bar-item w3-button ga-nav" href='/sql/default.asp' title='SQL Tutorial'>SQL</a>
      <a class="w3-bar-item w3-button ga-nav" href='/python/default.asp' title='Python Tutorial'>PYTHON</a>
      <a class="w3-bar-item w3-button ga-nav" href='/java/default.asp' title='Java Tutorial'>JAVA</a>
      <a class="w3-bar-item w3-button ga-nav" href='/php/default.asp' title='PHP Tutorial'>PHP</a>
      <a class="w3-bar-item w3-button ga-nav" href='/bootstrap/bootstrap_ver.asp' title='Bootstrap Tutorial'>BOOTSTRAP</a>
      <a class="w3-bar-item w3-button ga-nav" href='/howto/default.asp' title='How To'>HOW TO</a>
      <a class="w3-bar-item w3-button ga-nav" href='/w3css/default.asp' title='W3.CSS Tutorial'>W3.CSS</a>
      <a class="w3-bar-item w3-button ga-nav" href='/c/index.php' title='C Tutorial'>C</a>
      <a class="w3-bar-item w3-button ga-nav" href='/cpp/default.asp' title='C++ Tutorial'>C++</a>
      <a class="w3-bar-item w3-button ga-nav" href='/cs/index.php' title='C# Tutorial'>C#</a>
      <a class="w3-bar-item w3-button ga-nav" href='/react/default.asp' title='React Tutorial'>REACT</a>
      <a class="w3-bar-item w3-button ga-nav" href='/r/default.asp' title='R Tutorial'>R</a>
      <a class="w3-bar-item w3-button ga-nav" href='/jquery/default.asp' title='jQuery Tutorial'>JQUERY</a>
      <a class="w3-bar-item w3-button ga-nav" href='/django/index.php' title='Django Tutorial'>DJANGO</a>
      <a class="w3-bar-item w3-button ga-nav" href='/typescript/index.php' title='Typescript Tutorial'>TYPESCRIPT</a>
      <a class="w3-bar-item w3-button ga-nav" href='/nodejs/default.asp' title='NodeJS Tutorial'>NODEJS</a>
      <a class="w3-bar-item w3-button ga-nav" href='/mysql/default.asp' title='MySQL Tutorial'>MYSQL</a>
    </div>
  </div>
</div>
-->
<script>
subtopnav_intoview();
</script>


<div class='w3-main w3-light-grey' id='belowtopnav'>

  <div class='w3-row w3-white'>
    
    <div class='w3-col l12 m12' id='main'>      

<div class="ws-black w3-center herosection">
  <div class="w3-content learntocodecontent">
    <h1 class="learntocodeh1">Learn to Code</h1>
    <h3 class="learntocodeh3"> 
      <i class="fa fa-logo w3-hide" style="color:#FFC0C7!important;margin-right:20px;z-index:1;font-size:36px!important;vertical-align:bottom"></i>
      With the world's largest web developer site.
    </h3>
    <br>
    <form class="example" action="/action_page.php" style="margin:auto;max-width:500px">
      <input type="text" placeholder="Search our tutorials, e.g. HTML" aria-label="Search our tutorials" id="search2" class="ga-fp" autocomplete="off" onkeydown="key_pressed_in_search(event)" oninput="find_search_results(this)" onfocus="find_search_results(this)">
      <button type="button" id="learntocode_searchbtn" onclick="click_learntocode_search_btn()"><i id="learntocode_searchicon" class="fa fa-search ga-fp" title="Search our tutorials"></i></button>
      <div id="listofsearchresults">
      </div>
    </form>  
    <h4 class="learntocodeh4">
      <a href="where_to_start.asp" class="ga-fp">Not Sure Where To Begin?</a>
    </h4>
  </div>
</div>

<svg style="background-color:#D9EEE1;" width="100%" height="70" viewbox="0 0 100 100" preserveAspectRatio="none">
  <path id="wavepath" d="M0,0  L110,0C35,150 35,0 0,100z" fill="#282A35" />
</svg>

<div class="w3-row w3-padding-32 ws-light-green" style="margin-top:-10px;">
<div class="w3-content">

 <div class="w3-col l6 w3-center" style="padding:3%;">
  <h1 style="font-size:100px;font-weight:700;margin-top:-18px!important;">HTML</h1>
  <p style="font-size:19px;">The language for building web pages</p>
  <a href="/html/default.asp" class="w3-button ga-fp tut-button" style="margin-bottom:2px;">Learn HTML</a><br>
  <a style="position:relative;overflow:visible;margin-bottom:1px;" href="https://www.w3schools.com/videos/index.php" class="w3-button ga-fp ws-yellow tut-button ws-yellow-hover" title="HTML video tutorial">Video Tutorial</a><br>
  <a href="/tags/default.asp" class="w3-button ga-fp w3-block ref-button black-color">HTML Reference</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/html-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add HTML Certification">Get Certified</a><br>
  </div>
 <div class="w3-col l6" style="padding:3%">
  <div class="w3-hide-small grey-color w3-card-2 w3-round" style="padding:16px;">
   <h3>HTML Example:</h3>
   <div class="w3-code htmlHigh notranslate green-border" style="height:300px">
&lt;!DOCTYPE html&gt;<br>
&lt;html&gt;<br>&lt;head&gt;<br>
&lt;title&gt;HTML Tutorial&lt;/title&gt;<br>&lt;/head&gt;<br>
&lt;body&gt;<br><br>
&lt;h1&gt;This is a heading&lt;/h1&gt;<br>
&lt;p&gt;This is a paragraph.&lt;/p&gt;<br><br>
&lt;/body&gt;<br>
&lt;/html&gt;
   </div>
   <a href="/html/tryit.asp?filename=tryhtml_default_default" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>
  </div>
 </div>
 </div>
</div>

<div class="w3-row w3-padding-32 ws-yellow">
<div class="w3-content">
 <div class="w3-col l6 w3-center" style="padding:3%">
  <h1 style="font-size:100px;font-weight:700">CSS</h1>
  <p style="font-size:19px;">The language for styling web pages</p>
  <a href="/css/default.asp" class="w3-button ga-fp w3-block tut-button">Learn CSS</a><br>
  <a href="/cssref/index.php" class="w3-button ga-fp w3-block ref-button black-color">CSS Reference</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/css-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add CSS Certification">Get Certified</a><br>
  </div>
 <div class="w3-col l6" style="padding:3%">
  <div class="w3-hide-small grey-color w3-card-2 w3-round" style="padding:16px;">
  <h3>CSS Example:</h3>
  <div class="w3-code cssHigh notranslate green-border">
body {<br>
&nbsp; background-color: lightblue;<br>}<br><br>
h1 {<br>
&nbsp; color: white;<br>
&nbsp; text-align: center;<br>}<br><br>p {<br>&nbsp; font-family: verdana;<br>}</div>
  <a href="/css/tryit.asp?filename=trycss_default" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>
  </div>
 </div>
 </div>
</div>

<div class="w3-row w3-padding-32 ws-black">
<div class="w3-content">
 <div class="w3-col l6 w3-center" style="padding:3%">
  <h1 style="font-size:70px;font-weight:700;margin-bottom:18px!important">JavaScript</h1>
  <p style="font-size:19px">The language for programming web pages</p>
  <a href="/js/default.asp" class="w3-button ga-fp w3-block tut-button">Learn JavaScript</a><br>
  <a href="/jsref/default.asp" class="w3-button ga-fp w3-block ref-button">JavaScript Reference</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/javascript-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add JavaScript Certification">Get Certified</a><br>
 </div>
 <div class="w3-col l6" style="padding:3%">
  <div class="w3-hide-small w3-card-2 grey-color w3-round" style="padding:16px;">
   <h3>JavaScript Example:</h3>
   <div class="w3-code notranslate green-border">
   <div class="htmlHigh">
&lt;button onclick=&quot;myFunction()&quot;&gt;Click Me!&lt;/button&gt;<br><br>
&lt;script&gt;<br>
function myFunction() {<br>
     &nbsp; let x = document.getElementById(&quot;demo&quot;);<br>
&nbsp; x.style.fontSize = &quot;25px&quot;; <br>
&nbsp; x.style.color = &quot;red&quot;; <br>}<br>
&lt;/script&gt;
    </div>
   </div>
   <a href="/js/tryit.asp?filename=tryjs_default" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>
  </div>
 </div>
 </div>
</div>

<div class="w3-row w3-padding-32 ws-light-pink">
<div class="w3-content">
 <div class="w3-col l6 w3-center" style="padding:3%">
  <h1 style="font-weight:700">Python</h1>
  <p style="font-size:19px">A popular programming language</p>
  <a href="/python/default.asp" class="w3-button ga-fp w3-block tut-button">Learn Python</a><br>
  <a href="/python/python_reference.asp" class="w3-button ga-fp ref-button black-color">Python Reference</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/python-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add Python Certification">Get Certified</a><br>
 </div>
 <div class="w3-col l6" style="padding:3%">
  <div class="w3-hide-small w3-card-2 grey-color w3-round" style="padding:16px;">
  <h3>Python Example:</h3>
  <div class="w3-code jsHigh notranslate green-border" style="height:210px">
    if 5 &gt; 2:<br>&nbsp; print("Five is greater than two!")
  </div>
  <a href="/python/trypython.asp?filename=demo_indentation" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>
  </div>
 </div>
 </div>
</div>

<div class="w3-row w3-padding-32 ws-turquoise">
<div class="w3-content">
 <div class="w3-col l6 w3-center" style="padding:3%">
  <h1 style="font-weight:700">SQL</h1>
  <p style="font-size:19px">A language for accessing databases</p>
  <a href="/sql/default.asp" class="w3-button ga-fp w3-block tut-button">Learn SQL</a><br>
  <a href="/sql/sql_ref_keywords.asp" class="w3-button ga-fp ref-button black-color">SQL Reference</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/sql-certificate" target="_blank" class="w3-button ga-fp w3-block ws-pink ref-button ws-pink-hover" title="Add SQL Certification">Get Certified</a><br>

 </div>
 <div class="w3-col l6" style="padding:3%">
  <div class="w3-hide-small w3-card-2 grey-color w3-round" style="padding:16px;">
  <h3>SQL Example:</h3>
  <div class="w3-code sqlHigh notranslate green-border" style="height:210px">
   SELECT * FROM Customers<br>
   WHERE Country='Mexico';
  </div>
  <a href="/sql/trysql.asp?filename=trysql_select_where" target="_blank" class="w3-button ga-fp tryit-button">Try it Yourself</a>
  </div>
 </div>
</div>
</div>

<div class="w3-row w3-padding-64 ws-black">
  <div style="max-width:1400px;margin:auto">
    <div class="w3-col l6 w3-center" style="padding:2% 3%;">
      <div class="w3-card-2 w3-round" style="color:black;background-color:#FFC0C7;padding:24px">
        <h2 style="font-size:45px;font-weight:700">PHP</h2>
        <div style="height:70px;">
          <h5 class="w3-text-dark-grey">A web server programming language</h5>
        </div>
        <a href="/php/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn PHP</a>
      </div>

    </div>
    <div class="w3-col l6 w3-center" style="padding:2% 3%;">
      <div class="w3-card-2 w3-round" style="background-color: #FFF4A3;color:black;padding:24px">
        <h2 style="font-size:45px;font-weight:700">jQuery</h2>
        <div style="height:70px;">
          <h5 class="w3-text-dark-grey">A JS library for developing web pages</h5>
        </div>
        <a href="/jquery/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn jQuery</a>
      </div>
    </div>

    <div class="w3-col l6 w3-center" style="padding:2% 3%;">
      <div class="w3-card-2 w3-round" style="color:black;background-color:#F3ECEA;padding:24px">
        <h2 style="font-size:45px;font-weight:700">Java</h2>
        <div style="height:70px;">
          <h5 class="w3-text-dark-grey">A programming language</h5>
        </div>
        <a href="/java/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn Java</a>
      </div>
    </div>

    <div class="w3-col l6 w3-center" style="padding:2% 3%;">
      <div class="w3-card-2 w3-round" style="color:black;background-color:#D9EEE1;padding:24px">
        <h2 style="font-size:45px;font-weight:700">C++</h2>
        <div style="height:70px;">
          <h5 class="w3-text-dark-grey">A programming language</h5>
        </div>
        <a href="/cpp/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn C++</a>
      </div>
    </div>

    <div class="w3-col l6 w3-center" style="padding:2% 3%;">
      <div class="w3-card-2 w3-round" style="color:black;background-color:#96D4D4;padding:24px;">
        <h2 style="font-size:45px;font-weight:700">W3.CSS</h2>
        <div style="height:70px;">
          <h5>A CSS framework for faster and better responsive web pages</h5>
        </div>
        <a href="/w3css/default.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn W3.CSS</a>
      </div>
    </div>

    <div class="w3-col l6 w3-center" style="padding:2% 3%;">
      <div class="w3-card-2 w3-round" style="color:black;background-color:#E7E9EB;padding:24px;">
        <h2 style="font-size:45px;font-weight:700">Bootstrap</h2>
        <div style="height:70px;">
          <h5 class="w3-text-dark-grey">A CSS framework for designing better web pages</h5>
        </div>
        <a href="/bootstrap/bootstrap_ver.asp" class="w3-button ga-fp tut-button black-color w3-margin-bottom">Learn Bootstrap</a>
      </div>
    </div>
  </div>
</div>

<div class="w3-row ws-black tutbuttons" style="padding-bottom:64px;">
  <div style="max-width:1400px;margin:auto">
    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">
      <a href="/c/index.php" title="C Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-pink" style="padding:36px 24px">
          <h2 style="font-size:30px;font-weight:500">C</h2>
        </div>
      </a>
    </div>
    
    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">
      <a href="/cs/index.php" title="C# Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-yellow" style="padding:36px 24px">
          <h2 style="font-size:30px;font-weight:500">C#</h2>
        </div>
      </a>
    </div>
  
    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/r/default.asp" title="R Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">R</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/kotlin/index.php" title="Kotlin Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px 15px">
          <h2 style="font-size:30px;font-weight:500">Kotlin</h2>
        </div>
      </a>
    </div>


    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/nodejs/default.asp" title="Node.js Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Node.js</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/react/default.asp" title="React Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">React</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/js/js_json.asp" title="JSON Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">JSON</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/vue/index.php" title="Vue Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Vue</h2>
        </div>
      </a>
    </div>
    
    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/mysql/default.asp" title="MySQL Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">MySQL</h2>
        </div>
      </a>
    </div>
    
<!--
    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/w3js/default.asp" title="W3.JS Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">W3.JS</h2>
        </div>
      </a>
    </div>
    -->

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/xml/default.asp" title="XML Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">XML</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/sass/default.php" title="Sass Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Sass</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/icons/default.asp" title="Icons Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Icons</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/css/css_rwd_intro.asp" title="Responsive Web Design Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">RWD</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/graphics/default.asp" title="Graphics Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Graphics</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/graphics/svg_intro.asp" title="SVG Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">SVG</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/graphics/canvas_intro.asp" title="Canvas Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Canvas</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/nodejs/nodejs_raspberrypi.asp" title="Raspberry Pi Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px 0">
          <h2 style="font-size:30px;font-weight:500">Raspberry Pi</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/cybersecurity/index.php" title="Cyber Security Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px 0">
          <h2 style="font-size:30px;font-weight:500">Cyber<span class="ws-hide-special"> Security</span></h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/colors/default.asp" title="Colors Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Colors</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/git/default.asp" title="Git Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Git</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/python/matplotlib_intro.asp" title="Python Matplotlib Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Matplotlib</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/python/numpy/default.asp" title="Python NumPy Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">NumPy</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/python/pandas/default.asp" title="Python Pandas Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Pandas</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/python/scipy/index.php" title="Python SciPy Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">SciPy</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/asp/default.asp" title="ASP Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">ASP</h2>
        </div>
      </a>
    </div>


    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/angular/default.asp" title="AngularJS Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-pink" style="padding:24px 0">
          <h2 style="font-size:30px;font-weight:500">AngularJS</h2>
        </div>
      </a>
    </div>


    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/appml/default.asp" title="AppML Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">AppML</h2>
        </div>
      </a>
    </div>


    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/go/index.php" title="Go Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Go</h2>
        </div>
      </a>
    </div>
    
    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/typescript/index.php" title="TypeScript Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">TypeScript</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/django/index.php" title="Django Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Django</h2>
        </div>
      </a>
    </div>
    
    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/mongodb/index.php" title="MongoDB Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">MongoDB</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/statistics/index.php" title="Statistics Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Statistics</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/datascience/default.asp" title="Data Science Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px;padding-left:0;padding-right:0">
          <h2 style="font-size:30px;font-weight:500;white-space:nowrap;">Data Science</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/typingspeed/default.asp" title="Graphics Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-green" style="padding:24px;padding-left:0;padding-right:0">
          <h2 style="font-size:30px;font-weight:500;white-space:nowrap">Typing Speed</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/howto/default.asp" title="How To - Code snippets" class="ga-fp">
        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">HowTo</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/codegame/index.html" title="Code Game" class="ga-fp">
        <div class="w3-card-2 w3-round ws-pink" style="padding:24px 0">
          <h2 style="font-size:30px;font-weight:500">Code Game</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/spaces/index.php" title="Spaces - free web hosting" class="ga-fp">
        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px 0">
          <h2 style="font-size:30px;font-weight:500">Spaces</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l3 m6 s12 w3-center" style="padding:2% 3%;">
      <a href="/postgresql/index.php" title="PostgrSQL Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px 0">
          <h2 style="font-size:30px;font-weight:500">PostgreSQL</h2>
        </div>
      </a>
    </div>
    
    <!-- End small boxes -->

    <!-- other boxes -->
    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">
      <a href="/excel/index.php" title="Excel Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-turquoise" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Excel</h2>
        </div>
      </a>
    </div>

    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">
      <a href="/dsa/index.php" title="DSA Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-yellow" style="padding:24px 0">
          <h2 style="font-size:30px;font-weight:500">DSA - D<span style="font-size:80%">ata </span>S<span style="font-size:80%">tructures and </span>A<span style="font-size:80%">lgorithms</span></h2>
        </div>
      </a>
    </div>
   
    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">
      <a href="/python/python_ml_getting_started.asp" title="Machine Learning Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Machine Learning</h2>
        </div>
      </a>
    </div>
    
    <div class="w3-col l6 s12 w3-center" style="padding:2% 3%;height:auto;">
      <a href="/ai/default.asp" title="Artificial Intelligence Tutorial" class="ga-fp">
        <div class="w3-card-2 w3-round ws-light-pink" style="padding:24px">
          <h2 style="font-size:30px;font-weight:500">Artificial Intelligence</h2>
        </div>
      </a>
    </div>

  </div>
</div>

<div class="ws-black" style="padding:30px 3px 85px 3px">
  <div class="w3-content w3-padding" style="max-width:974px;padding-top:78px;padding-bottom:125px">
    <h1 style="font-size:65px;font-weight:700;text-align:center">Code Editor</h1>
    <h4 style="margin-top:25px;" class="w3-center">With our online code editor, you can edit code and view the result in your browser</h4>
    <br><br>
    <div class="codeeditorbr-container">
      <div class="codeeditorbr-row">
        <div class="codeeditorbr-column codeeditorbr-left">
          <span class="codeeditorbr-dot" style="background:#ED594A;"></span>
          <span class="codeeditorbr-dot" style="background:#FDD800;"></span>
          <span class="codeeditorbr-dot" style="background:#5AC05A;"></span>
        </div>

        <div class="codeeditorbr-column codeeditorbr-middle">
          <input type="text" disabled class="codeeditorbr-input" value="www.w3schools.com/tryit/" aria-label="w3schools.com/tryit">
        </div>
      </div>
        <div class="w3-bar" style="background-color:#f1f1f1">
    <button class="w3-bar-item w3-button ga-fp codeeditorbr-tablink ws-grey" style="color:black" onclick="openLangTab(event,'Frontend')">Frontend</button>
    <button class="w3-bar-item w3-button ga-fp codeeditorbr-tablink" style="color:black" onclick="openLangTab(event,'Backend')">Backend</button>
  </div>
    <div id="Frontend" class="proglang">
      <picture>
       <source srcset="codeeditor.webp" type="image/webp" style="width:100%;height:auto;display:block;border-bottom-left-radius:4px;border-bottom-right-radius:4px;" />
       <img src="codeeditor.gif" loading="lazy" alt="Frontend Code Editor" style="width:100%;height:auto;display:block;border-bottom-left-radius:4px;border-bottom-right-radius:4px;" >
      </picture>
    </div>
    <div id="Backend" class="proglang" style="display:none">
      <picture>
        <source srcset="/tryit/best2.webp" type="image/webp" style="width:100%;height:auto;display:block;border-bottom-left-radius:4px;border-bottom-right-radius:4px;" />
        <img src="/tryit/best2.gif" loading="lazy" alt="Backend Code Editor" style="width:100%;height:auto;display:block;border-bottom-left-radius:4px;border-bottom-right-radius:4px;">
      </picture>
    </div>

    </div><br>
    <!--
    <a href="/tryit/tryit.asp?filename=tryhtml_default" target="_blank" class="ws-btn" style="font-size:18px;text-align:left;width:325px;">Try it Yourself (HTML/CSS/JS)</a><br><br>
    <a href="/tryit/trycompiler.asp?filename=demo_python" target="_blank" class="ws-btn ws-yellow hover-yellow" style="font-size:18px;text-align:left;width:325px;">Try it Yourself (Python/PHP/Java etc.)</a>
    -->
    <a href="/tryit/tryit.asp?filename=tryhtml_hello" target="_blank" class="ws-btn w3-mobile" style="font-size:18px;text-align:left;">Try Frontend Editor (HTML/CSS/JS)</a><br><br>
    <a href="/tryit/trycompiler.asp?filename=demo_python" target="_blank" class="ws-btn w3-mobile ws-yellow hover-yellow" style="font-size:18px;text-align:left;">Try Backend Editor (Python/PHP/Java/C..)</a>
  </div>
</div>

<div class="ws-black w3-center" style="background-color:#F3ECEA;color:white;">  
  <div style="background-color:#282A35;opacity:0.98;margin:auto;padding:25px 20px 80px 20px; max-width:1400px;">
    <h1 style="font-size:65px;font-weight:700;">W3Schools Spaces</h1>
    <h3 style="margin-top:35px;">If you want to create your own website, check out <a href="/spaces/index.php" class="ws-hover-text-green" style="color: #FFC0C7;">W3Schools Spaces</a>.</h3>
    <h3>It is free to use, and does not require any setup:</h3>
    <br>
    <picture>
      <source srcset="/spaces/dynamicspaces.webp" type="image/webp" style="max-width:100%;width:850px;margin-bottom: 55px; margin-top: 20px;" />
      <img src="/spaces/dynamicspaces.gif" alt="Dynamic Spaces" style="max-width:100%;width:850px;margin-bottom: 55px; margin-top: 20px;" loading="lazy">
    </picture>
    <a href="/spaces/index.php" class="ws-btn tut-button" style="margin-top:16px;font-size:21px;width:300px;padding: 11px 18px;" title="Learn more about W3Schools Spaces">Learn More</a><br>
  </div>
</div>

<div class="w3-row ws-light-green" style="background-color:white;color:#000;padding-top:65px;padding-bottom:70px">
  <div class="w3-center w3-content w3-padding">
    <div class="w3-col l6" style="padding:3%">
    <a href="https://profile.w3schools.com/sign-up" target="_blank">
    <picture>
      <source id="img_mylearning" srcset="/images/mylearning24.webp" type="image/webp" style="width:100%;max-width:500px;margin-top:15px;margin-bottom:5px;"/>
      <img id="img_mylearning" src="/images/mylearning24.png" style="width:100%;max-width:500px;margin-top:15px;margin-bottom:5px;" loading="lazy" alt="My Learning">
    </picture>  
    </a>
    </div>
    <div class="w3-col l6 w3-center" style="padding:3%">
      <h1 style="font-size:65px;font-weight:700;">My Learning</h1>
      <h4 style="margin-top:35px;">Track your progress with<br>our free "My Learning" program.</h4>
      <h4 style="margin-top:35px;">Log in to your account, and start earning points!</h4>
      <p><a href="https://profile.w3schools.com/sign-up" target="_blank" class="ws-btn tut-button" style="margin-top:22px;font-size:20px;width:300px;padding: 11px 18px;" id="myLearningFromDefault" title="Sign up to try My Learning">Sign Up for Free</a></p>
    </div>
  </div>
</div>

<div class="pro-caption ws-black">
  <h1>Become a Plus User</h1>
  <h3>And unlock powerful features:</h3>

  <div style="text-align:center;margin:auto">
    <ul style="display:inline-block">
      <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Browse W3Schools <strong>without ads</strong></li>
      <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Build and host Websites</li>
      <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Get extra credits</li>
      <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Priority support</li>
    </ul>
  </div>
  <a href="/plus/index.php" class="ws-btn tut-button ga-fp" style="margin-top:35px;font-size:20px;width:300px;padding: 11px 18px;" id="proFromDefault" title="Learn more about W3Schools Plus">Learn More</a><br>
</div>

<div class="w3-center" style="background-color:#F3ECEA;color:#000;padding-top:78px;padding-bottom:95px">
<div class="w3-content">
  <h1 style="font-size:65px;font-weight:700;">Color Picker</h1>
  <h4 style="margin-top:25px;">W3Schools' famous color picker:</h4>
  <a href="/colors/colors_picker.asp" class="w3-hover-opacity ga-fp">
    <picture>
      <source srcset="/images/colorpicker.webp" type="image/webp" style="width:150px;height:128px;margin-top:16px;" />
      <img style="width:150px;height:128px;margin-top:16px;" src="/images/colorpicker.png" alt="Colorpicker" loading="lazy">
    </picture>
  </a>
</div>
</div>


<div class="pro-caption w3-row w3-padding-32 ws-black">
  <div class="w3-content">
   <div class="w3-col l6 w3-center" style="padding:3%">
    <h1 style="font-size:70px;font-weight:700;margin-bottom:18px!important">For Teachers</h1>
    <p style="font-size:19px">Streamline your teaching:</p>
    <div style="text-align:center;margin:auto">
      <ul style="display:inline-block">
        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Manage your classroom</li>
        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Ready-to-use learning materials</li>
        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Customize study plans</li>
        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Track student progress</li>
        <li><img src="/spaces/files/check3.db67d31e.svg" style="margin-right:15px;" alt="Checkmark">Interactive coding challenges</li>
      </ul>
    </div> 
    <a href="/academy/teachers/index.php" class="w3-button ga-fp w3-block tut-button" style="margin-top:20px">Learn More</a><br>
   </div>
   <div class="w3-col l6" style="padding:3%">
      <a href="/academy/teachers/index.php">
      <picture>
        <source srcset="/images/classroom.webp" type="image/webp" style="width:100%;max-width:500px;margin-top:16px;" />
        <img style="width:100%;max-width:500px;margin-top:16px;" src="/images/classroom.png" alt="Classroom" loading="lazy">
      </picture>
      </a>
   </div>
   </div>
  </div>

<div class="w3-row ws-turquoise" style="padding-top:40px;padding-bottom:40px;">
 <div class="w3-col l12 w3-center" style="padding:3%;">
  <h1 style="font-family: 'Freckle Face', cursive;font-size:48px">Code Game</h1>
  <h2 style="font-family: 'Freckle Face', cursive;">Help the Lynx collect pine cones!</h2>
  <a href="/codegame/index.html" target="_blank" class="w3-hover-opacity">
    <picture>
      <source style="margin:16px 0;" srcset="/images/w3lynx_200.webp" type="image/webp" />
      <img style="margin:16px 0;" src="/images/w3lynx_200.png" alt="Code Game" loading="lazy">
    </picture>
  </a>
  <p><a class="w3-button ga-fp tut-button black-color" href="/codegame/index.html" target="_blank" style="font-size:20px;padding: 11px 18px">Play Game</a></p>
 </div>
</div>

<div class="w3-center w3-padding-64 ws-black" style="padding-left:20px;padding-right:20px;background-color:#232434;color:white">
  <h2 style="font-size:65px;font-weight:700">Exercises and Quizzes</h2>
  <h4>Test your skills!</h4>
  <br>
  <div class="w3-row-padding w3-content" style="max-width:1352px">
    <div class="w3-half" >
      <p><a class="w3-button ga-fp exercise-button w3-round ws-green" href="/exercises/index.php">Exercises</a></p>
    </div>
    <div class="w3-half">
      <p><a class="w3-button ga-fp exercise-button w3-round ws-yellow hover-yellow" href="/quiztest/default.asp">Quizzes</a></p>
    </div>
  </div><br>
</div>

<div class="w3-center ws-grey" style="padding:64px 24px 90px 24px">
  <h1 style="font-size:65px;font-weight:700;">Web Templates</h1><br>
  <h4>Browse our selection of <strong>free</strong> responsive HTML Templates</h4>
  <div class="w3-content">
    <a href="/w3css/w3css_templates.asp">
      <picture>
        <source srcset="w3css_templates.webp" type="image/webp" style="width:100%;margin:16px 0 20px 0" />
        <img src="w3css_templates.jpg" loading="lazy" style="width:100%;margin:16px 0 20px 0" alt="W3.CSS Templates">
      </picture>
    </a>
  </div>
  <p><a href="/w3css/w3css_templates.asp" class="w3-button ga-fp tut-button black-color w3-padding-16 w3-mobile" style="width:50%;font-size:20px;">Browse Templates</a></p>
</div>

<div class="w3-panel" id="getdiploma" style="margin-top:0;padding-bottom:64px;background-color:#282A35;">
  <div style="max-width:1225px;margin:auto;position:relative">
    <h2>Kickstart your career</h2>
    <p>Get certified by completing a course</p>
    <a class="w3-btn w3-margin-bottom" href="https://campus.w3schools.com/collections/course-catalog" target="_blank" style="font-size:20px;">Get started</a>  
    <svg id="w3_cert_arrow_default" viewBox="0 0 170 143" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M9.7747 42.7064C9.7747 42.7064 19.5575 77.2951 44.4558 84.8113C62.0225 90.1142 81.0061 80.1196 77.791 68.3309C76.0904 62.0955 69.0574 62.4735 65.5106 65.8444C59.1003 71.9368 67.8591 89.7423 77.9205 96.1324C112.816 118.295 161.943 84.5867 161.943 84.5867" stroke="white" stroke-width="2" stroke-linecap="round"/>
    <path d="M159.804 93.8429L162.704 84.4917L152.715 80.8293" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
    </svg>
    <svg id="w3_cert_badge_default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style>.cls-1{fill:#04aa6b;}.cls-2{font-size:23px;}.cls-2,.cls-3,.cls-4{fill:#fff;}.cls-2,.cls-3{font-family:RobotoMono-Medium, Roboto Mono;font-weight:500;}.cls-3{font-size:20.08px;}</style></defs><circle class="cls-1" cx="150" cy="150" r="146.47" transform="translate(-62.13 150) rotate(-45)"/><text class="cls-2" transform="translate(93.54 63.89) rotate(-29.5)">w</text><text class="cls-2" transform="translate(107.13 56.35) rotate(-20.8)">3</text><text class="cls-2" transform="matrix(0.98, -0.21, 0.21, 0.98, 121.68, 50.97)">s</text><text class="cls-2" transform="translate(136.89 47.84) rotate(-3.47)">c</text><text class="cls-2" transform="translate(152.39 47.03) rotate(5.12)">h</text><text class="cls-2" transform="translate(167.85 48.54) rotate(13.72)">o</text><text class="cls-2" transform="translate(182.89 52.35) rotate(22.34)">o</text><text class="cls-2" transform="matrix(0.86, 0.52, -0.52, 0.86, 197.18, 58.36)">l</text><text class="cls-2" transform="matrix(0.77, 0.64, -0.64, 0.77, 210.4, 66.46)">s</text><text class="cls-3" transform="translate(35.51 186.66) rotate(69.37)"> </text><text class="cls-3" transform="matrix(0.47, 0.88, -0.88, 0.47, 41.27, 201.28)">C</text><text class="cls-3" transform="matrix(0.58, 0.81, -0.81, 0.58, 48.91, 215.03)">E</text><text class="cls-3" transform="matrix(0.67, 0.74, -0.74, 0.67, 58.13, 227.36)">R</text><text class="cls-3" transform="translate(69.16 238.92) rotate(39.44)">T</text><text class="cls-3" transform="matrix(0.85, 0.53, -0.53, 0.85, 81.47, 248.73)">I</text><text class="cls-3" transform="translate(94.94 256.83) rotate(24.36)">F</text><text class="cls-3" transform="translate(109.34 263.09) rotate(16.83)">I</text><text class="cls-3" transform="translate(124.46 267.41) rotate(9.34)">E</text><text class="cls-3" transform="translate(139.99 269.73) rotate(1.88)">D</text><text class="cls-3" transform="translate(155.7 270.01) rotate(-5.58)"> </text><text class="cls-3" transform="translate(171.32 268.24) rotate(-13.06)"> </text><text class="cls-2" transform="translate(187.55 266.81) rotate(-21.04)">.</text><text class="cls-3" transform="translate(203.27 257.7) rotate(-29.24)"> </text><text class="cls-3" transform="translate(216.84 249.83) rotate(-36.75)"> </text><text class="cls-3" transform="translate(229.26 240.26) rotate(-44.15)">2</text><text class="cls-3" transform="translate(240.39 229.13) rotate(-51.62)">0</text><text class="cls-3" transform="translate(249.97 216.63) rotate(-59.17)">2</text><text class="cls-3" transform="matrix(0.4, -0.92, 0.92, 0.4, 257.81, 203.04)">3</text><path class="cls-4" d="M196.64,136.31s3.53,3.8,8.5,3.8c3.9,0,6.75-2.37,6.75-5.59,0-4-3.64-5.81-8-5.81h-2.59l-1.53-3.48,6.86-8.13a34.07,34.07,0,0,1,2.7-2.85s-1.11,0-3.33,0H194.79v-5.86H217.7v4.28l-9.19,10.61c5.18.74,10.24,4.43,10.24,10.92s-4.85,12.3-13.19,12.3a17.36,17.36,0,0,1-12.41-5Z"/><path class="cls-4" d="M152,144.24l30.24,53.86,14.94-26.61L168.6,120.63H135.36l-13.78,24.53-13.77-24.53H77.93l43.5,77.46.15-.28.16.28Z"/></svg>
  </div>
</div>

<div class="w3-white w3-center w3-content" id="howto_padding">
  <h2 style="font-size:60px;font-weight:700" class="textsmaller">How To Section</h2>
  <h4 class="xxw3-text-dark-grey">Code snippets for HTML, CSS and JavaScript</h4>
  <h6 style="margin-top:19px;">For example, how to create a slideshow:</h6>
  <br>
  <div class="codeeditorbr-container" style="text-align:left;">
    <div class="codeeditorbr-row">
      <div class="codeeditorbr-column codeeditorbr-left">
        <span class="codeeditorbr-dot" style="background:#ED594A;"></span>
        <span class="codeeditorbr-dot" style="background:#FDD800;"></span>
        <span class="codeeditorbr-dot" style="background:#5AC05A;"></span>
      </div>

      <div class="codeeditorbr-column codeeditorbr-middle">
        <input type="text" disabled class="codeeditorbr-input" value="www.w3schools.com/howto/" aria-label="Select template">
      </div>
    </div>
    <iframe src="/howto/tryhow_js_slideshow_ifr.htm" id="howto_iframe" title="How To Selection"></iframe>
  </div>
  <div style="position:relative">
  <div class="vl-howto"></div>
  </div>
  <a href="/howto/default.asp" class="w3-button ga-fp tut-button ws-black w3-padding-16 w3-mobile vl-howtobtn" style="font-size:20px;">Learn How To</a>
</div>


<!-- END MAIN -->

<script src="/lib/w3codecolor.js"></script>
<script>
function openLangTab(evtEd, codeName) {
  var indexEditor, proglanguage, progtablinks;
  proglanguage = document.getElementsByClassName("proglang");
  for (indexEditor = 0; indexEditor < proglanguage.length; indexEditor++) {
    proglanguage[indexEditor].style.display = "none";
  }
  progtablinks = document.getElementsByClassName("codeeditorbr-tablink");
  for (indexEditor = 0; indexEditor < proglanguage.length; indexEditor++) {
    progtablinks[indexEditor].className = progtablinks[indexEditor].className.replace(" ws-grey", "");
  }
  document.getElementById(codeName).style.display = "block";
  evtEd.currentTarget.className += " ws-grey";
}


function open_search(elmnt, sfb) {
  var a = document.getElementById("googleSearch");
  if (a.style.visibility == "hidden" && a.style.display == "") {
    a.style.visibility = "";
    a.style.display = "none";
  }
  if (sfb == false) {
    if (a.style.display == "") {
      a.style.visibility = "";
      a.style.display = "none";
      //elmnt.innerHTML = "<i class='fa'>&#xe802;</i>";    
    } else {
      a.style.display = "";
      a.style.visibility == "hidden"
    if (window.innerWidth > 700) {
      a.style.width = "40%";
    } else {
      a.style.width = "80%";
    }
    window.setTimeout(function () {
          if (document.getElementById("gsc-i-id1")) {
            document.getElementById("gsc-i-id1").focus();
          }
        }, 400);
    }
  } else {
    if (a.style.display == "") {
      a.style.visibility = "";
      a.style.display = "none";
    } else {
      a.style.display = "";
      a.style.visibility == "hidden"
    }
    a.style.visibility = "hidden";
    a.style.display = ""; 
  }
}

//w3CodeColor();


/*
var pagesArr = [
  ["html", "/html/default.asp", "HTML Tutorial"],
  ["css", "/css/default.asp", "CSS Tutorial"],
  ["js", "/js/default.asp", "JavaScript Tutorial"],
  ["python", "/python/default.asp", "Python Tutorial"],
  ["sql", "/sql/default.asp", "SQL Tutorial"],
  ["php", "/php/default.asp", "PHP Tutorial"],
  ["java", "/java/default.asp", "JAVA Tutorial"],
  ["c", "/c/index.php", "C Tutorial"],
  ["c++", "/cpp/default.asp", "C++ Tutorial"],
  ["c#", "/cs/index.php", "C# Tutorial"],
  ["jquery", "/jquery/default.asp", "jQuery Tutorial"],
  ["w3css", "/w3css/default.asp", "W3.CSS Tutorial"],
  ["bootstrap 3", "/bootstrap/default.asp", "Bootstrap3 Tutorial"],
  ["bootstrap 4", "/bootstrap4/default.asp", "Bootstrap4 Tutorial"],
  ["bootstrap 5", "/bootstrap5/index.php", "Bootstrap5 Tutorial"],
  ["r", "/r/default.asp", "R Tutorial"],
  ["kotlin", "/kotlin/index.php", "KOTLIN Tutorial"],
  ["mysql", "/mysql/default.asp", "MySQL Tutorial"],
  ["postgresql", "/postgresql/index.php", "PostgreSQL Tutorial"],
  ["nodejs", "/nodejs/default.asp", "Node.js Tutorial"],
  ["react.js", "/react/default.asp", "REACT Tutorial"],
  ["vuejs", "/vue/index.php", "Vue.js Tutorial"],  
  ["json", "/js/js_json.asp", "JSON Tutorial"],
  ["angularjs", "/angular/default.asp", "AngularJS Tutorial"],
  ["w3.js", "/w3js/default.asp", "W3.JS Tutorial"],
  ["xml", "/xml/default.asp", "XML Tutorial"],
  ["sass", "/sass/default.php", "SASS Tutorial"],
  ["icons", "/icons/default.asp", "Icons Tutorial"],
  ["", "/icons/icons_reference.asp", "Font Awesome Icons"],  
  ["", "/howto/howto_google_fonts.asp", "Google Fonts"],    
  ["rwd", "/css/css_rwd_intro.asp", "Responsive Web Design Tutorial"],
  ["graphics", "/graphics/default.asp", "Graphics Tutorial"],
  ["graphics", "/graphics/svg_intro.asp", "SVG Tutorial"],
  ["canvas", "/graphics/canvas_intro.asp", "Canvas Tutorial"],
  ["raspberry pi", "/nodejs/nodejs_raspberrypi.asp", "RaspberryPi Tutorial"],
  ["cybersecurity", "/cybersecurity/index.php", "Cyber Security Tutorial"],
  ["colors", "/colors/default.asp", "Colors Tutorial"],
  ["typescript", "/typescript/index.php", "TypeScript Tutorial"],
  ["git", "/git/default.asp", "Git Tutorial"],
  ["matplotlib", "/python/matplotlib_intro.asp", "Matplotlib Tutorial"],
  ["numpy", "/python/numpy/default.asp", "NumPy Tutorial"],
  ["pandas", "/python/pandas/default.asp", "Pandas Tutorial"],
  ["scipy", "/python/scipy/index.php", "SciPy Tutorial"],
  ["asp", "/asp/default.asp", "ASP Tutorial"],
  ["accessibility", "/accessibility/index.php", "Accessibility Tutorial"],
  ["appml", "/appml/default.asp", "AppML Tutorial"],
  ["go", "/go/index.php", "GO Tutorial"],
  ["excell", "/excel/index.php", "Excel Tutorial"],
  ["google sheets", "/googlesheets/index.php", "Google Sheets Tutorial"],
  ["ml", "/python/python_ml_getting_started.asp", "Machine Learning Tutorial"],
  ["artificial intelligence", "/ai/default.asp", "AI Tutorial"],
  ["statistics", "/statistics/index.php", "Statistics Tutorial"],
  ["data science", "/datascience/default.asp", "Data Science Tutorial"],
  ["code editor", "/tryit/tryit.asp?filename=tryhtml_hello", "Tryit Editor"],
  ["color picker", "/colors/colors_picker.asp", "Color Picker"],
  ["code game", "/codegame/index.html", "Code Game"],
  ["exercises", "/exercises/index.php", "Exercises"],
  ["quizzes", "/quiztest/default.asp", "Quizzes"],
  ["templates", "/w3css/w3css_templates.asp", "W3.CSS Templates"],
  ["courses", "https://shop.w3schools.com/collections/course-catalog", "Courses"],
  ["certificates", "https://shop.w3schools.com/collections/certifications", "Certificates"],
  ["spaces", "/spaces/index.php", "W3Schools Spaces"],
  ["website", "/spaces/index.php", "Create website"],
  ["how to", "/howto/default.asp", "How-To Library"],
  ["aws cloud", "/aws/index.php", "AWS Cloud Tutorial"],
  ["html reference", "/tags/default.asp", "HTML Tag Reference"],
  ["html certificate", "https://campus.w3schools.com/collections/certifications/products/html-certificate", "HTML Certificate"], 
  ["", "/tags/ref_html_browsersupport.asp", "HTML Browser Support"],   
  ["events reference", "/tags/ref_eventattributes.asp", "HTML Event Reference"],
  ["color reference", "/colors/default.asp", "HTML Color Reference"],
  ["attributes", "/tags/ref_attributes.asp", "HTML Attribute Reference"],
  ["canvas reference", "/jsref/api_canvas.asp", "HTML Canvas Reference"],
  ["svg reference", "/graphics/svg_reference.asp", "HTML SVG Reference"],
  ["", "/graphics/google_maps_reference.asp", "Google Maps Reference"],
  ["", "/cssref/index.php", "CSS Reference"],
  ["", "/cssref/css3_browsersupport.asp", "CSS Browser Support"],
  ["", "/cssref/css_selectors.asp", "CSS Selector Reference"],
  ["", "/bootstrap/bootstrap_ref_all_classes.asp", "Bootstrap 3 Reference"],
  ["", "/bootstrap4/bootstrap_ref_all_classes.asp", "Bootstrap 4 Reference"],
  ["", "/w3css/w3css_references.asp", "W3.CSS Reference"],
  ["", "/icons/icons_reference.asp", "Icon Reference"],
  ["", "/sass/sass_functions_string.php", "Sass Reference"],
  ["", "/jsref/default.asp", "JavaScript Reference"],
  ["", "/jsref/default.asp", "HTML DOM Reference"],
  ["", "/jquery/jquery_ref_overview.asp", "jQuery Reference"],
  ["", "/angular/angular_ref_directives.asp", "AngularJS Reference"],
  ["", "/python/python_reference.asp", "Python Reference"],
  ["", "/java/java_ref_keywords.asp", "Java Reference"],
  ["", "/sql/sql_ref_keywords.asp", "SQL Reference"],
  ["", "/mysql/mysql_ref_functions.asp", "MySQL Reference"],
  ["", "/php/php_ref_overview.asp", "PHP Reference"],
  ["", "/asp/asp_ref_response.asp", "ASP Reference"],
  ["", "/xml/dom_nodetype.asp", "XML DOM Reference"],
  ["", "/xml/dom_http.asp", "XML Http Reference"],
  ["", "/xml/xsl_elementref.asp", "XSLT Reference"],
  ["", "/xml/schema_elements_ref.asp", "XML Schema Reference"],
  ["", "/charsets/default.asp", "HTML Character Sets"],
  ["", "/charsets/ref_html_ascii.asp", "HTML ASCII"],
  ["", "/charsets/ref_html_ansi.asp", "HTML ANSI"],
  ["", "/charsets/ref_html_ansi.asp", "HTML Windows-1252"],
  ["", "/charsets/ref_html_8859.asp", "HTML ISO-8859-1"],
  ["", "/charsets/ref_html_symbols.asp", "HTML Symbols"],
  ["", "/charsets/ref_html_utf8.asp", "HTML UTF-8"],
  ["django", "/django/index.php", "Django Tutorial"],
  ["mongodb", "/mongodb/index.php", "MongoDB Tutorial"],    
  ["", "/typingspeed/default.asp", "Test your typing speed"],  
  ["css certificate", "https://campus.w3schools.com/collections/certifications/products/css-certificate", "CSS Certificate"], 
  ["js certificate", "https://campus.w3schools.com/collections/certifications/products/javascript-certificate", "JavaScript Certificate"],   
  ["front end certificate", "https://campus.w3schools.com/collections/certifications/products/front-end-certificate", "Front End Certificate"],   
  ["sql certificate", "https://campus.w3schools.com/collections/certifications/products/sql-certificate", "SQL Certificate"],     
  ["python certificate", "https://campus.w3schools.com/collections/certifications/products/python-certificate", "Python Certificate"],       
  ["php certificate", "https://campus.w3schools.com/collections/certifications/products/php-certificate", "PHP Certificate"],       
  ["jquery certificate", "https://campus.w3schools.com/collections/certifications/products/jquery-certificate", "jQuery Certificate"],       
  ["java certificate", "https://campus.w3schools.com/collections/certifications/products/java-certificate", "Java Certificate"],       
  ["c++ certificate", "https://campus.w3schools.com/collections/certifications/products/c-certificate", "C++ Certificate"],       
  ["c# certificate", "https://campus.w3schools.com/collections/certifications/products/c-certificate-1", "C# Certificate"],       
  ["xml certificate", "https://campus.w3schools.com/collections/certifications/products/xml-certificate", "XML Certificate"],         
  ["hosting", "/spaces/index.php", "W3Schools Spaces"],         
  ["free website", "/spaces/index.php", "Free website with W3Schools Spaces"],           
  ["pro", "/plus/index.php", "W3Schools Pro User"],           
  ["ad free", "/plus/index.php", "W3Schools without ads"],             
  ["videos", "/videos/index.php", "W3Schools Video"],             
  ["login", "https://profile.w3schools.com", "Log into your W3Schools account"],               
  ["sign up", "https://profile.w3schools.com", "Sign up - Create a W3Schools account"],
  ["jobs", "https://www.w3schools.com/pathfinder/pathfinder_talent.php", "Search jobs, hire talent"],
  ["work", "https://www.w3schools.com/pathfinder/pathfinder_talent.php", "Find jobs and get hired"],
  ["recruit", "https://www.w3schools.com/pathfinder/pathfinder_recruiter.php", "Hire talent"],                  
  ["", "/tryit/tryit.asp?filename=tryhtml_hello", "HTML Compiler"],
  ["", "/python/trypython.asp?filename=demo_default", "Python Compiler"],  
  ["", "/sql/trysql.asp?filename=trysql_select_where", "SQL Compiler"],    
  ["", "/php/phptryit.asp?filename=tryphp_intro", "PHP Compiler"],    
  ["", "/java/tryjava.asp?filename=demo_helloworld", "JAVA Compiler"],    
  ["", "/cpp/trycpp.asp?filename=demo_helloworld", "C++ Compiler"],    
  ["", "/c/tryc.php?filename=demo_helloworld", "C Compiler"],            
  ["", "/cs/trycs.php?filename=demo_helloworld", "C# Compiler"],            
  ["", "/r/tryr.asp?filename=demo_default", "R Compiler"],            
  ["", "/kotlin/trykotlin.php?filename=demo_helloworld", "Kotlin Compiler"],            
  ["", "/go/trygo.php?filename=demo_helloworld", "GO Compiler"],            
  ["", "/typescript/trytypescript.php?filename=demo_helloworld", "TypeScript Compiler"],            
  ["", "/tryit/trycompiler.asp?filename=demo_bash", "Bash Compiler"],            
  ["", "/tryit/trycompiler.asp?filename=demo_clojure", "Clojure Compiler"],            
  ["", "/tryit/trycompiler.asp?filename=demo_fortran", "Fortran Compiler"],            
  ["", "/tryit/trycompiler.asp?filename=demo_nodejs", "Node.js Compiler"],            
  ["", "/tryit/trycompiler.asp?filename=demo_perl", "Perl Compiler"],            
  ["", "/tryit/trycompiler.asp?filename=demo_ruby", "Ruby Compiler"],            
  ["", "/tryit/trycompiler.asp?filename=demo_scala", "Scala Compiler"],            
  ["", "/tryit/trycompiler.asp?filename=demo_swift", "Swift Compiler"],            
  ["", "/tryit/trycompiler.asp?filename=demo_vbnet", "VB.NET Compiler"],                
  
      
];
*/
var searchFromBox = false;
function click_learntocode_search_btn() {
  var x = document.getElementsByClassName("search_item");
  if (x.length == 0) {
    cc = 1;
  }
  for (i = 0; i < x.length; i++) {
    if (x[i].className.indexOf("search_active") > -1) {
      n = x[i].href;
      if (n.indexOf("search_entire_w3schools") > -1) {
        cc = 1;
      }
      break;
    }
  }
  if (cc == 1) {
    searchFromBox = true;
    submit_search_form();
  } else {
    window.location = n;
  }
}
function find_search_results(inp) {
  var a, val, i, l, resultIndexes = [], resultTexts = [], html = "", classAtt = "", pos1, posNext, cc, c0, c1, c2, searchArray = array_search_suggestions;
  a = document.getElementById("listofsearchresults");
  a.innerHTML = "";
  a.style.display = "none";
  document.getElementById("search2").style.borderBottomLeftRadius = "25px";
  val = inp.value.toUpperCase();
  if (val == "") return false;
  for (i = 0; i < searchArray.length; i++) {
    if (searchArray[i][0].toUpperCase().substr(0, val.length) == val || searchArray[i][2].toUpperCase().substr(0, val.length) == val) {
      if (resultTexts.indexOf(searchArray[i][2]) == -1) {
        resultIndexes.push(i);
        resultTexts.push(searchArray[i][2]);
        if (resultIndexes.length > 5) break;
      }
    }
  }
  for (i = 0; i < searchArray.length; i++) {
    if (resultIndexes.indexOf(i) == -1 && (searchArray[i][0].toUpperCase().indexOf(val) > -1 || searchArray[i][2].toUpperCase().indexOf(val) > -1)) {
      if (resultTexts.indexOf(searchArray[i][2]) == -1) {
        resultIndexes.push(i);
        resultTexts.push(searchArray[i][2]);        
        if (resultIndexes.length > 5) break;
      }
    }
  }
  //if (resultIndexes.length == 0) return false;
  document.getElementById("search2").style.borderBottomLeftRadius = "0";
  a.style.display = "block";
  for (i = 0; i < resultIndexes.length; i++) {
    cc = searchArray[resultIndexes[i]][2];
    pos1 = cc.toUpperCase().indexOf(val);
    dd = "";
    while (pos1 > -1) {
      c0 = cc.substr(0, pos1);
      c1 = "<span class='span_search'>" + cc.substr(pos1, val.length) + "</span>";
      c2 = cc.substr(pos1 + val.length);
      dd += c0 + c1;
      posNext = c2.toUpperCase().indexOf(val);
      if (posNext > -1) {
        cc = c2;
        pos1 = posNext;
      } else {
        cc = dd + c2;
        pos1 = -1;
      }
    }
    classAtt = "";
    if (html == "") classAtt = " search_active";
    html += "<a class='search_item" + classAtt + "' href='" + searchArray[resultIndexes[i]][1] + "'>" + cc + "</a>";
  }
  if (resultIndexes.length == 0) {
    classAtt = "";
    if (html == "") classAtt = " search_active";
    html += "<a class='search_item" + classAtt + "' onclick='click_search_w3schools_link(event)' href='search_entire_w3schools'>Search W3Schools</a>";
  }
  a.innerHTML = html;
}
function click_search_w3schools_link(event) {
  event.preventDefault();
  submit_search_form();
}
function key_pressed_in_search(event) {
  var x, n, nn, i, cc = 0;
  var keycode = event.keyCode;
  //console.log(keycode);
  if (keycode == 38 || keycode == 40) { //up || down
    x = document.getElementsByClassName("search_item");
    for (i = 0; i < x.length; i++) {
      if (x[i].className.indexOf("search_active") > -1) {
        x[i].className = "search_item";
        n = i;
        break;
      }
    }
    if (keycode == 38) {
      nn = n - 1;
      if (nn < 0) nn = 0;
    }
    if (keycode == 40) {
      nn = n + 1;
      if (nn >= x.length) nn = nn - 1; 
    }
    x[nn].className = "search_item search_active";
  }
  if (keycode == 13) {  //enter
    event.preventDefault();
    x = document.getElementsByClassName("search_item");
    if (x.length == 0) {
      cc = 1;
    }
    for (i = 0; i < x.length; i++) {
      if (x[i].className.indexOf("search_active") > -1) {
        n = x[i].href;
        if (n.indexOf("search_entire_w3schools") > -1) {
          cc = 1;
        }
        break;
      }
    }
    if (cc == 1) {
      searchFromBox = true;
      submit_search_form();
    } else {
      window.location = n;
    }
  }
}

function submit_search_form() {
    searchFromBox = true;
    gSearch();
    var delayInMilliseconds = 100; //0.1 second
    setTimeout(execute_google_search, delayInMilliseconds);
}

function execute_google_search() {
  if (typeof google == 'object') {
    google.search.cse.element.getElement("standard0").execute(document.getElementById("search2").value);
  } else {
    setTimeout(execute_google_search, 100);
  }  
}

document.body.addEventListener("click", function(event) {
  var a, x = event.srcElement;
  if (x.id == "search2" ||x.id == "learntocode_searchbtn" || x.id == "learntocode_searchicon" || x.classList.contains("search_item")) {
  } else {
    a = document.getElementById("listofsearchresults");
    a.innerHTML = "";
    a.style.display = "none";
    document.getElementById("search2").style.borderBottomLeftRadius = "25px";
    if (searchFromBox == true) {
      document.getElementById("googleSearch").style.display = "none";
      document.getElementById("googleSearch").style.visibility = "block";  
    }
    searchFromBox = false;
  }
});

</script>
<div
  id="user-profile-bottom-wrapper"
  class="user-profile-bottom-wrapper"
>
  <div class="user-authenticated w3-hide">
    <a
      href="https://profile.w3schools.com/log-in?redirect_url=https%3A%2F%2Fmy-learning.w3schools.com"
      class="user-profile-btn ga-bottom ga-bottom-profile"
      title="Your W3Schools Profile"
      aria-label="Your W3Schools Profile"
      target="_top"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        version="1.1"
        viewBox="0 0 2048 2048"
        class="user-profile-icon"
        aria-label="Your W3Schools Profile Icon"
      >
        <path
          d="M 843.500 1148.155 C 837.450 1148.515, 823.050 1149.334, 811.500 1149.975 C 742.799 1153.788, 704.251 1162.996, 635.391 1192.044 C 517.544 1241.756, 398.992 1352.262, 337.200 1470 C 251.831 1632.658, 253.457 1816.879, 340.500 1843.982 C 351.574 1847.431, 1696.426 1847.431, 1707.500 1843.982 C 1794.543 1816.879, 1796.169 1632.658, 1710.800 1470 C 1649.008 1352.262, 1530.456 1241.756, 1412.609 1192.044 C 1344.588 1163.350, 1305.224 1153.854, 1238.500 1150.039 C 1190.330 1147.286, 1196.307 1147.328, 1097 1149.035 C 1039.984 1150.015, 1010.205 1150.008, 950 1149.003 C 851.731 1147.362, 856.213 1147.398, 843.500 1148.155"
          stroke="none"
          fill="#2a93fb"
          fill-rule="evenodd"
        />
        <path
          d="M 1008 194.584 C 1006.075 194.809, 999.325 195.476, 993 196.064 C 927.768 202.134, 845.423 233.043, 786 273.762 C 691.987 338.184, 622.881 442.165, 601.082 552 C 588.496 615.414, 592.917 705.245, 611.329 760.230 C 643.220 855.469, 694.977 930.136, 763.195 979.321 C 810.333 1013.308, 839.747 1026.645, 913.697 1047.562 C 1010.275 1074.879, 1108.934 1065.290, 1221 1017.694 C 1259.787 1001.221, 1307.818 965.858, 1339.852 930.191 C 1460.375 795.998, 1488.781 609.032, 1412.581 451.500 C 1350.098 322.327, 1240.457 235.724, 1097.500 202.624 C 1072.356 196.802, 1025.206 192.566, 1008 194.584"
          stroke="none"
          fill="#0aaa8a"
          fill-rule="evenodd"
        />
      </svg>

      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="user-progress"
        aria-label="Your W3Schools Profile Progress"
      >
        <path
          class="user-progress-circle1"
          fill="none"
          d="M 25.99650934151373 15.00000030461742 A 20 20 0 1 0 26 15"
        ></path>
        <path
          class="user-progress-circle2"
          fill="none"
          d="M 26 15 A 20 20 0 0 0 26 15"
        ></path>
      </svg>

      <span class="user-progress-star">&#x2605;</span>

      <span class="user-progress-point">+1</span>
    </a>
  </div>

  <div class="w3s-pathfinder -teaser user-anonymous w3-hide">
  <div class="-background-image -variant-t2">&nbsp;</div>

  <div class="-inner-wrapper">
    <div class="-main-section">
      <div class="-inner-wrapper">
        <div class="-headline">Track your progress - it's free!</div>
        <div class="-body">
          <div class="-progress-bar">
            <div class="-slider" style="width: 20%;">&nbsp;</div>    
          </div>
        </div>
      </div>
    </div>

    <div class="-right-side-section">
      <div class="-user-session-btns">
        <a
          href="https://profile.w3schools.com/log-in?redirect_url=https%3A%2F%2Fpathfinder.w3schools.com"
          class="-login-btn w3-btn bar-item-hover w3-right ws-light-green ga-bottom ga-bottom-login"
          title="Login to your account"
          aria-label="Login to your account"
          target="_top"
        >
          Log in
        </a>

        <a
          href="https://profile.w3schools.com/sign-up?redirect_url=https%3A%2F%2Fpathfinder.w3schools.com"
          class="-signup-btn w3-button w3-right ws-green ws-hover-green ga-bottom ga-bottom-signup"
          title="Sign Up to Improve Your Learning Experience"
          aria-label="Sign Up to Improve Your Learning Experience"
          target="_top"
        >
          Sign Up
        </a>
      </div>
    </div>
  </div>
</div>

</div>

</div>

</div>
</div>
</div>
<div id="footer" class="footer w3-container w3-white" style="border-top:0">
<div class="w3-col l2 m12" id="right" style="display: none;">&nbsp;</div>
<script>
function secondSnigel() {};
</script>

</div>

<style>
#footerwrapper {
  background-image:url('/images/lynx_landing.webp'), url('/images/background_in_space.webp');
  background-color: #282A35;
  background-repeat: no-repeat, repeat;
  background-position: right bottom, center center /*left top*/;
}
#spacemyfooter {
  padding:40px 80px 300px 80px;
  max-width:1400px;
  xmargin:auto;
}
.footerlinks_1 {
  width:auto;
  float:left;
  padding:40px 30px;
  color:#FFF4A3;
  font-family: Source Sans Pro, sans-serif;
}
.footerlinks_1 .fa-logo {
  font-size:46px!important;
  color:#ddd;
}
.footerlinks_1:nth-child(1) {
  padding:30px 10px 30px 40px;
}
.footerlinks_1 a{
  text-decoration:none;
}
.footerlinks_1 a:hover,.footerlinks_1 a:active{
  text-decoration:underline;
  color:#FFF4A3;
}
.footerlinks_1 a:hover,.footerlinks_1 a:active{
  text-decoration:underline;
  color:#FFF4A3!;
}
.footerlinks_1 a:hover i{
  color:#FFF4A3!important;
}
.footerlinks_2 {
  width:auto;
  float:left;
  padding-left:40px;
  padding-right:135px;
  color:#ddd;
  font-family: Source Sans Pro, sans-serif;
  font-size:12px;
  line-height:15px;
}
.footerlinks_2:nth-child(4) {
  padding-right:0;
}
.footerlinks_2 h5 {
  margin-bottom:20px;
}
.footerlinks_2 a:visited,.footerlinks_2 a:link{
  text-decoration:none;
}
.footerlinks_2 a:hover,.footerlinks_2 a:active{
  color:#FFF4A3;
}
.footersome {
  padding:60px 40px 10px 40px;
  color:#ddd;
  font-size:20px;
}
.footersome a {
  margin-right:10px;
}
.footersome a:hover,.footersome a:active{
  color:#FFF4A3;
}
.footersome .textlink {
  font-size:15px;
  text-decoration:none;
}
.footersome .textlink:active,.footersome .textlink:hover {
  text-decoration:underline;
}
.footertext {
  padding-left:40px;
  color:#ddd;
  font-size:12px;
  line-height:15px;
  
}
.footertext a:hover,.footertext a:active{
  color:#FFF4A3;
}
@media screen and (max-width: 1200px) {
  #footerwrapper {
    background-size: 500px, auto;
  }
  .footerlinks_1 {
    padding-left:2.6%;
    padding-right:2.6%;
  }
  .footerlinks_2 {
    padding-right:8%;
  }
}
@media screen and (max-width: 992px) {
  .footerlinks_1 {
    width:100%;
    margin:auto;
    float:none;
    text-align:center;
    padding:10px 20px!important;
    font-size:20px;
  }
  .footerlinks_1:nth-child(1) {
    padding:40px 20px;
  }
  .footerlinks_2 {
    width:100%;
    float:none;
    margin:auto;
    font-size:16px;
    line-height:20px;
    padding:0;
    text-align:center;
  }
  .footerlinks_2 h5 {
    font-size:26px;
    margin-top:40px;
  }
  .footertext {
    text-align:center;
    padding:0;
  }
  .footer-hide-special {
    display:none;
  }
  #spacemyfooter {
    padding-bottom:400px;
  }
  .footersome {
    text-align:center;
  }
}
@media screen and (max-width: 992px) {
  #footerwrapper {
    background-image:url('/images/lynx_landing.webp'), url('/images/background_in_space.webp');
    background-color: #282A35;
    background-repeat: no-repeat, repeat;
    background-position: center bottom, left top;
  }
}
</style>
<div id="footerwrapper">

<div id="spacemyfooter" style="margin:auto;">





<div style="overflow:hidden;">
<div class="footerlinks_1">
  <a href="//www.w3schools.com" class="ga-bottom" aria-label="W3Schools.com" alt="W3Schools.com">
    <i class="fa fa-logo"></i>
  </a>
</div>
<div class="footerlinks_1"><a href="/plus/index.php" title="Become a PLUS user and unlock powerful features" class="ga-bottom ga-bottom-plus">PLUS</a></div>
<div class="footerlinks_1"><a href="/spaces/index.php" title="Get your own website with W3Schools Spaces" class="ga-bottom ga-bottom-spaces">SPACES</a></div>
<div class="footerlinks_1"><a href="https://campus.w3schools.com/collections/certifications" title="Document your knowledge by getting certified" target="_blank" class="ga-bottom ga-bottom-cert">GET CERTIFIED</a></div>
<div class="footerlinks_1"><a href="/academy/teachers/index.php" title="Contact us about W3Schools Academy for educational institutions" target="_blank" class="ga-bottom ga-bottom-teachers">FOR TEACHERS</a></div>
<div class="footerlinks_1"><a href="/academy/index.php" target="_blank">FOR BUSINESS</a></div>
<div class="footerlinks_1"><a href="javascript:void(0);" title="Contact us about sales or errors" onclick="reportError();return false">CONTACT US</a></div>
</div>
<style>
/*Remove this style after 20. April 2024*/
#err_message {
  padding:8px 16px 16px 40px;
  border-radius:5px;
  display:none;
  position:relative;
  background-color:#2D3748;
  color:#FFF4A3;
  font-family:'Source Sans Pro', sans-serif;
}
#err_message h2 {
  font-family:'Source Sans Pro', sans-serif;
}
#err_message p {
  color:#f1f1f1;
}
#err_message #close_err_message {
  position:absolute;
  right:0;
  top:0;
  font-size:20px;
  cursor:pointer;
  width:30px;
  height:30px;
  text-align:center;
}
#err_message #close_err_message:hover {
  background-color:#FFF4A3;
  color:#2D3748;
  border-radius:50%
}
</style>

<div id="err_message">
  <span id="close_err_message" onclick="this.parentElement.style.display='none'">&times;</span>
  <h2>Contact Sales</h2>
  <p>If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:<br>sales@w3schools.com</p>
  <h2>Report Error</h2>
  <p>If you want to report an error, or if you want to make a suggestion, send us an e-mail:<br>help@w3schools.com</p>
</div>


<div style="overflow:hidden;">
<div class="footerlinks_2">
  <h5 style="font-family: 'Source Sans Pro', sans-serif;">Top Tutorials</h5>
  <a href="/html/default.asp" class="ga-bottom">HTML Tutorial</a><br>
  <a href="/css/default.asp" class="ga-bottom">CSS Tutorial</a><br>
  <a href="/js/default.asp" class="ga-bottom">JavaScript Tutorial</a><br>
  <a href="/howto/default.asp" class="ga-bottom">How To Tutorial</a><br>
  <a href="/sql/default.asp" class="ga-bottom">SQL Tutorial</a><br>
  <a href="/python/default.asp" class="ga-bottom">Python Tutorial</a><br>
  <a href="/w3css/default.asp" class="ga-bottom">W3.CSS Tutorial</a><br>
  <a href="/bootstrap/bootstrap_ver.asp" class="ga-bottom">Bootstrap Tutorial</a><br>
  <a href="/php/default.asp" class="ga-bottom">PHP Tutorial</a><br>
  <a href="/java/default.asp" class="ga-bottom">Java Tutorial</a><br>
  <a href="/cpp/default.asp" class="ga-bottom">C++ Tutorial</a><br>
  <a href="/jquery/default.asp" class="ga-bottom">jQuery Tutorial</a><br>
</div>
<div class="footerlinks_2">
  <h5 style="font-family: 'Source Sans Pro', sans-serif;">Top References</h5>
  <a href="/tags/default.asp" class="ga-bottom">HTML Reference</a><br>
  <a href="/cssref/index.php" class="ga-bottom">CSS Reference</a><br>
  <a href="/jsref/default.asp" class="ga-bottom">JavaScript Reference</a><br>
  <a href="/sql/sql_ref_keywords.asp" class="ga-bottom">SQL Reference</a><br>
  <a href="/python/python_reference.asp" class="ga-bottom">Python Reference</a><br>
  <a href="/w3css/w3css_references.asp" class="ga-bottom">W3.CSS Reference</a><br>
  <a href="/bootstrap/bootstrap_ref_all_classes.asp" class="ga-bottom">Bootstrap Reference</a><br>
  <a href="/php/php_ref_overview.asp" class="ga-bottom">PHP Reference</a><br>
  <a href="/colors/colors_names.asp" class="ga-bottom">HTML Colors</a><br>
  <a href="/java/java_ref_keywords.asp" class="ga-bottom">Java Reference</a><br>
  <a href="/angular/angular_ref_directives.asp" class="ga-bottom">Angular Reference</a><br>
  <a href="/jquery/jquery_ref_overview.asp" class="ga-bottom">jQuery Reference</a><br>
</div>
<div class="footerlinks_2">
  <h5 style="font-family: 'Source Sans Pro', sans-serif;">Top Examples</h5>
  <a href="/html/html_examples.asp" class="ga-bottom">HTML Examples</a><br>
  <a href="/css/css_examples.asp" class="ga-bottom">CSS Examples</a><br>
  <a href="/js/js_examples.asp" class="ga-bottom">JavaScript Examples</a><br>
  <a href="/howto/default.asp" class="ga-bottom">How To Examples</a><br>
  <a href="/sql/sql_examples.asp" class="ga-bottom">SQL Examples</a><br>
  <a href="/python/python_examples.asp" class="ga-bottom">Python Examples</a><br>
  <a href="/w3css/w3css_examples.asp" class="ga-bottom">W3.CSS Examples</a><br>
  <a href="/bootstrap/bootstrap_examples.asp" class="ga-bottom">Bootstrap Examples</a><br>
  <a href="/php/php_examples.asp" class="ga-bottom">PHP Examples</a><br>
  <a href="/java/java_examples.asp" class="ga-bottom">Java Examples</a><br>
  <a href="/xml/xml_examples.asp" class="ga-bottom">XML Examples</a><br>
  <a href="/jquery/jquery_examples.asp" class="ga-bottom">jQuery Examples</a><br>
</div>
<div class="footerlinks_2">
  <a href="https://campus.w3schools.com/collections/course-catalog" target="_blank" class="ga-bottom"><h5 style="font-family: 'Source Sans Pro', sans-serif;">Get Certified</h5></a>
  <a href="https://campus.w3schools.com/collections/certifications/products/html-certificate" target="_blank" class="ga-bottom">HTML Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/css-certificate" target="_blank" class="ga-bottom">CSS Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/javascript-certificate" target="_blank" class="ga-bottom">JavaScript Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/front-end-certificate" target="_blank" class="ga-bottom">Front End Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/sql-certificate" target="_blank" class="ga-bottom">SQL Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/python-certificate" target="_blank" class="ga-bottom">Python Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/php-certificate" target="_blank" class="ga-bottom">PHP Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/jquery-certificate" target="_blank" class="ga-bottom">jQuery Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/java-certificate" target="_blank" class="ga-bottom">Java Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/c-certificate" target="_blank" class="ga-bottom">C++ Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/c-certificate-1" target="_blank" class="ga-bottom">C# Certificate</a><br>
  <a href="https://campus.w3schools.com/collections/certifications/products/xml-certificate" target="_blank" class="ga-bottom">XML Certificate</a><br>
</div>
</div>


<div class="footersome">
  <a target="_blank" href="https://www.youtube.com/@w3schools" title="W3Schools on YouTube"><i class="fa fa-youtube"></i></a>
  <a target="_blank" href="https://www.linkedin.com/company/w3schools.com/" title="W3Schools on LinkedIn"><i class="fa">&#62220;</i></a>
  <a target="_blank" href="https://discord.com/invite/w3schools" title="Join the W3schools community on Discord"><i class="fa">&#59399;</i></a>
  <a target="_blank" href="https://www.facebook.com/w3schoolscom/" title="W3Schools on Facebook"><i class="fa">&#59398;</i></a>
  <a target="_blank" href="https://www.instagram.com/w3schools.com_official/" title="W3Schools on Instagram"><i class="fa">&#61805;</i></a>
  <div class="w3-hide-large" style="margin-top:16px"></div>
  <a target="_blank" href="/forum/default.asp" title="Forum" class="textlink">FORUM</a>
  <a target="_blank" href="/about/default.asp" title="About W3Schools" class="textlink">ABOUT</a>
  <a target="_blank" href="/academy/index.php"
     title="Contact us about W3Schools Academy for educational institutions and organizations" class="textlink">ACADEMY</a>
</div>

<div class="footertext">
W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning.<br class="footer-hide-special">
Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness<br class="footer-hide-special">
of all content. While using W3Schools, you agree to have read and accepted our <a href="/about/about_copyright.asp" class="ga-bottom">terms of use</a>, 
<a href="/about/about_privacy.asp" class="ga-bottom">cookie and privacy policy</a>.<br><br>
<a href="/about/about_copyright.asp" class="ga-bottom">Copyright 1999-2024</a> by Refsnes Data. All Rights Reserved.
<a href="//www.w3schools.com/w3css/default.asp" class="ga-bottom">W3Schools is Powered by W3.CSS</a>.<br><br>
</div>
</div>
</div>

</div>
<script src="/lib/topnav/main.js?v=1.0.32"></script>
<script src="/lib/w3schools_footer.js?update=20240910"></script>
<script src="/lib/w3schools_features.js?update=20241209"></script>

<script>
  MyLearning.loadUser('footer', function () {
    // if (!UserSession.loggedIn) {
    //  addMyLearnButt();
    // }
  });

  function docReady(fn) {
    document.addEventListener("DOMContentLoaded", fn);
    if (document.readyState === "interactive" || document.readyState === "complete" ) {
      fn();
    }
  }
  uic_r_z();
  uic_r_d()

const upperfeatureshowcaselink = document.getElementById("upperfeatureshowcaselink");
if (upperfeatureshowcaselink) {
 displayInternalFeatures();
}
/*
function addMyLearnButt() {
  let nav = document.getElementsByClassName("nextprev");
  if (document.body.contains(nav[1])) {
    if ((nav[1].firstElementChild.innerHTML.indexOf("Previous") || nav[1].firstElementChild.innerHTML.indexOf("Home") !== -1) && (nav[1].firstElementChild.nextElementSibling.innerHTML.indexOf("Next") !== -1)) {
      let myLearnButt = document.createElement("a");
      myLearnButt.innerHTML="Log in to track progress";
      myLearnButt.classList.add("w3-btn", "w3-hide-small", "myl-nav-butt");
      myLearnButt.href="https://www.w3schools.com/signup/?utm_source=classic&utm_medium=" + subjectFolder + "_tutorial&utm_campaign=button_lower_navigation";
      myLearnButt.setAttribute("title", "Sign Up and improve Your Learning Experience");
      myLearnButt.setAttribute("target", "_blank");
      nav[1].classList.add("w3-center");
      nav[1].firstElementChild.insertAdjacentElement("afterend", myLearnButt);
    }
  }
}
*/
</script>

<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</body>
</html>
# Program
#关键字传参
# Program
import urllib.error
import urllib.request

try:
    file=urllib.request.urlopen('https://www.hainnu.edu.cn/')
    content = file.read()
    
except urllib.error.HTTPError:
    print('The webpage doesn\'t exist')

print(content)
b'<!DOCTYPE html>\r\n<html class="webplus-main"  >\r\n\r\n<head>\r\n    <meta charset="utf-8">\r\n    <meta name="renderer" content="webkit" />\r\n    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">\r\n    <meta name="viewport"\r\n        content="width=device-width,user-scalable=0,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />\r\n    \r\n<link type="text/css" href="/_css/_system/system.css" rel="stylesheet"/>\r\n<link type="text/css" href="/_js/_portletPlugs/sudyNavi/css/sudyNav.css" rel="stylesheet" />\r\n<link type="text/css" href="/_js/_portletPlugs/datepicker/css/datepicker.css" rel="stylesheet" />\r\n<link type="text/css" href="/_js/_portletPlugs/simpleNews/css/simplenews.css" rel="stylesheet" />\r\n\r\n<script language="javascript" src="/_js/jquery.min.js" sudy-wp-context="" sudy-wp-siteId="3"></script>\r\n<script language="javascript" src="/_js2/loadStyle.js" sys-path="/_upload/site/1/style/1/1.css"  site-path="/_upload/site/00/03/3/style/14/14.css" ></script>\r\n<script language="javascript" src="/_js2/grayscale.js"   ></script>\r\n<script language="javascript" src="/_js/jquery.sudy.wp.visitcount.js"></script>\r\n<script type="text/javascript" src="/_js/_portletPlugs/sudyNavi/jquery.sudyNav.js"></script>\r\n<script type="text/javascript" src="/_js/_portletPlugs/datepicker/js/jquery.datepicker.js"></script>\r\n<script type="text/javascript" src="/_js/_portletPlugs/datepicker/js/datepicker_lang_HK.js"></script>\r\n<link rel="shortcut icon" href="/_upload/tpl/00/11/17/template17/favicon.ico" type="image/x-icon" />\r\n    <title>\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6</title>\r\n    <meta name="keywords" content="\xe4\xb8\xbb\xe7\xab\x99">\r\n    <meta name="description" content="\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6">\r\n    <script type="text/javascript" src="/_upload/tpl/00/11/17/template17/extends/extends.js"></script>\r\n<script type="text/javascript" src="/_upload/tpl/00/11/17/template17/js/fontsize.js"></script>\r\n    <link rel="stylesheet" href="/_upload/tpl/00/11/17/template17/mobile.css" type="text/css" />\r\n    <link rel="stylesheet" href="/_upload/tpl/00/11/17/template17/slick/slick.css" type="text/css" />\r\n    <link rel="stylesheet" href="/_upload/tpl/00/11/17/template17/swiper/swiper_bundle_min.css" type="text/css" />\r\n    <link rel="stylesheet" href="/_upload/tpl/00/11/17/template17/style.css" type="text/css" />\r\n\r\n    <link rel="stylesheet" href="/_upload/tpl/00/11/17/template17/media.css" type="text/css" />\r\n\r\n    <!--[if lt IE 9]>\r\n<script src="/_upload/tpl/00/11/17/template17/extends/libs/html5.js"></script>\r\n<![endif]-->\r\n<script>\r\nvar _hmt = _hmt || [];\r\n(function() {\r\n  var hm = document.createElement("script");\r\n  hm.src = "https://hm.baidu.com/hm.js?b7f275b9ea75f07fdea4e854e2c7f387";\r\n  var s = document.getElementsByTagName("script")[0]; \r\n  s.parentNode.insertBefore(hm, s);\r\n})();\r\n</script>\r\n</head>\r\n\r\n<body class="main">\r\n\r\n    <div id="playvideo" class="none">\r\n        <div class="playbox">\r\n            <video src="" controls="" preload="" autoplay="" playsinline="" webkit-playsinline=""\r\n                x-webkit-airplay="allow">\r\n                <source src="">\r\n            </video>\r\n            <img src="/_upload/tpl/00/11/17/template17/images/close.png" class="close" alt="\xe5\x85\xb3\xe9\x97\xad" width="20">\r\n        </div>\r\n        <div class="video_bg"></div>\r\n    </div>\r\n\r\n    <div class="body_b">\r\n        <!--Start||head-->\r\n        <div class="wrapper header header1" id="header">\r\n            <div class="inner">\r\n                <div class="mod">\r\n                    <div class="head-left" frag="\xe9\x9d\xa2\xe6\x9d\xbf01">\r\n                        <!--logo\xe5\xbc\x80\xe5\xa7\x8b-->\r\n                        <div class="sitelogo" frag="\xe7\xaa\x97\xe5\x8f\xa301" portletmode="simpleSiteAttri" data-fixnav-num=\'0\'>\r\n                            <span class="logo"><a href="/main.htm" title="\xe8\xbf\x94\xe5\x9b\x9e\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe9\xa6\x96\xe9\xa1\xb5"><img\r\n                                            src="/_upload/tpl/00/11/17/template17/images/logo.svg"\r\n                                            alt=""></a></span>\r\n                        </div>\r\n                        <!--//logo\xe7\xbb\x93\xe6\x9d\x9f-->\r\n                    </div>\r\n                    <div class="head-right">\r\n                        <div class="head-top">\r\n                            <div class="left">\r\n                                <div class="site-lang" frag="\xe7\xaa\x97\xe5\x8f\xa305" data-fixnav-num=\'2\'>\r\n                                    \r\n                                        \r\n                                        <ul class="clearfix">\r\n                                            \r\n                                            <li class="links i1"><a href="https://old.hainnu.edu.cn/" target="_blank">\xe6\x97\xa7\xe7\x89\x88\xe4\xb8\xbb\xe9\xa1\xb5</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i2"><a href="https://auth.hainnu.edu.cn:9443/cas/login" target="_self">\xe6\x95\xb0\xe5\xad\x97\xe5\x8c\x96\xe6\xa0\xa1\xe5\x9b\xad</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i3"><a href="http://mail.hainnu.edu.cn/" target="_self">\xe6\xa0\xa1\xe5\x9b\xad\xe9\x82\xae\xe7\xae\xb1</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i4"><a href="http://www.hainnu.edu.cn/628/list.htm" target="_self">\xe4\xba\xba\xe6\x89\x8d\xe6\x8b\x9b\xe8\x81\x98</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i5"><a href="https://xyh.hainnu.edu.cn/" target="_self">\xe6\xa0\xa1\xe5\x8f\x8b\xe4\xbc\x9a</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i6"><a href="https://jyfzjjh.hainnu.edu.cn/" target="_self">\xe5\x9f\xba\xe9\x87\x91\xe4\xbc\x9a</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i7"><a href="http://lib.hainnu.edu.cn/" target="_self">\xe5\x9b\xbe\xe4\xb9\xa6\xe9\xa6\x86</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i8"><a href="https://ehall.hainnu.edu.cn:4430/infoplus/form/XSYJYX/start" target="_self">\xe6\xb5\xb7\xe5\xb8\x8812345</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i9"><a href="http://www.hainnu.edu.cn/493/list.htm" target="_self">\xe8\xaf\xbe\xe7\xa8\x8b\xe4\xb8\xad\xe5\xbf\x83</a>\r\n                                            </li>\r\n                                            \r\n                                        </ul>\r\n                                        \r\n                                    \r\n                                </div>\r\n                            </div>\r\n                            <div class="searchbox" frag="\xe7\xaa\x97\xe5\x8f\xa303" portletmode="search" data-fixnav-num=\'4\'>\r\n                                \t\t\t\t\t\t\t\t\t<!--\xe6\x90\x9c\xe7\xb4\xa2\xe7\xbb\x84\xe4\xbb\xb6-->\r\n\t\t\t\t\t\t\t\t\t<div class="wp-search clearfix">\r\n\t\t\t\t\t\t\t\t\t\t<form action="/_web/_search/restful/api/direct.rst?locale=zh_CN&request_locale=zh_CN&context=&_p=YXM9MyZ0PTE3JmQ9NDYmcD0xJm09U04m" method="post" target="_blank">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class="search-input">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<input name="keyword" class="search-title" type="text" value="\xe8\xaf\xb7\xe8\xbe\x93\xe5\x85\xa5\xe5\x85\xb3\xe9\x94\xae\xe8\xaf\x8d..."\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tonblur="if(this.value == \'\') { this.value = \'\xe8\xaf\xb7\xe8\xbe\x93\xe5\x85\xa5\xe5\x85\xb3\xe9\x94\xae\xe8\xaf\x8d...\'; }"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tonfocus="if(this.value == \'\xe8\xaf\xb7\xe8\xbe\x93\xe5\x85\xa5\xe5\x85\xb3\xe9\x94\xae\xe8\xaf\x8d...\') { this.value = \'\'; }"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tplaceholder="\xe8\xaf\xb7\xe8\xbe\x93\xe5\x85\xa5\xe5\x85\xb3\xe9\x94\xae\xe8\xaf\x8d..." />\r\n\t\t\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t\t\t\t<div class="search-btn">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<input name="submit" class="search-submit" type="submit" value="" />\r\n\t\t\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t\t\t</form>\r\n\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t\t<!--//\xe5\xa4\x8d\xe5\x88\xb6\xe4\xbb\xa5\xe4\xb8\x8a\xe4\xbb\xa3\xe7\xa0\x81\xe5\x88\xb0\xe8\x87\xaa\xe5\xae\x9a\xe4\xb9\x89\xe6\x90\x9c\xe7\xb4\xa2-->\r\n\t\t\t\t\t\t\t\t\r\n                            </div>\r\n                            <div class="site-lang2" frag="\xe7\xaa\x97\xe5\x8f\xa306" data-fixnav-num=\'3\'>\r\n                                \r\n                                    \r\n                                    <ul class="clearfix">\r\n                                        \r\n                                        <li class="links i1"><a href="https://eng.hainnu.edu.cn/" target="_self">EN</a>\r\n                                        </li>\r\n                                        \r\n                                    </ul>\r\n                                    \r\n                                \r\n                            </div>\r\n\r\n\r\n                        </div>\r\n                        <div class="wrapper nav wp-navi" id="nav">\r\n                            <div class="wp-panel">\r\n                                <div class="wp-window" frag="\xe7\xaa\x97\xe5\x8f\xa31">\r\n                                    \r\n                                        \r\n                                        <ul class="wp-menu" data-fixnav-num=\'1\'>\r\n                                            \r\n                                            <li class="menu-item i1"><a class="menu-link" href="http://www.hainnu.edu.cn/xxjj/list.htm"\r\n                                                    target="_self">\xe5\xad\xa6\xe6\xa0\xa1\xe6\xa6\x82\xe5\x86\xb5</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i1-1"><a class="sub-link" href="/xxjj/list.htm"\r\n                                                            target="_self">\xe5\xad\xa6\xe6\xa0\xa1\xe7\xae\x80\xe4\xbb\x8b</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i1-2"><a class="sub-link" href="/xxxrld/list.htm"\r\n                                                            target="_self">\xe5\xad\xa6\xe6\xa0\xa1\xe7\x8e\xb0\xe4\xbb\xbb\xe9\xa2\x86\xe5\xaf\xbc</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i2"><a class="menu-link" href="/471/list.htm"\r\n                                                    target="_self">\xe6\x9c\xba\xe6\x9e\x84\xe8\xae\xbe\xe7\xbd\xae</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i2-1"><a class="sub-link" href="/jgjfjg_842/list.htm"\r\n                                                            target="_self">\xe6\x9c\xba\xe5\x85\xb3\xe6\x95\x99\xe8\xbe\x85\xe6\x9c\xba\xe6\x9e\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-2"><a class="sub-link" href="/qtzz/list.htm"\r\n                                                            target="_self">\xe7\xbe\xa4\xe5\x9b\xa2\xe7\xbb\x84\xe7\xbb\x87</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3"><a class="sub-link" href="/596/list.htm"\r\n                                                            target="_self">\xe6\x95\x99\xe5\xad\xa6\xe5\x8d\x95\xe4\xbd\x8d</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-4"><a class="sub-link" href="/597/list.htm"\r\n                                                            target="_self">\xe4\xb8\x8b\xe5\xb1\x9e\xef\xbc\x88\xe9\x99\x84\xe5\xb1\x9e\xef\xbc\x89\xe5\x8d\x95\xe4\xbd\x8d</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i3"><a class="menu-link" href="/472/list.htm"\r\n                                                    target="_self">\xe6\x95\x99\xe8\x82\xb2\xe6\x95\x99\xe5\xad\xa6</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i3-1"><a class="sub-link" href="/492/list.htm"\r\n                                                            target="_self">\xe6\x95\x99\xe5\xad\xa6\xe8\xb5\x84\xe8\xae\xaf</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i3-2"><a class="sub-link" href="/493/list.htm"\r\n                                                            target="_self">\xe8\xaf\xbe\xe7\xa8\x8b\xe4\xb8\xad\xe5\xbf\x83</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i3-3"><a class="sub-link" href="/494/list.htm"\r\n                                                            target="_self">\xe6\x95\x99\xe8\x82\xb2\xe8\xb5\x84\xe6\xba\x90</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i4"><a class="menu-link" href="/473/list.htm"\r\n                                                    target="_self">\xe5\xad\xa6\xe6\x9c\xaf\xe7\xa7\x91\xe7\xa0\x94</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i4-1"><a class="sub-link" href="/520/list.htm"\r\n                                                            target="_self">\xe7\xa7\x91\xe7\xa0\x94\xe6\xa6\x82\xe5\x86\xb5</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i4-2"><a class="sub-link" href="/521/list.htm"\r\n                                                            target="_self">\xe7\xa7\x91\xe7\xa0\x94\xe8\xb5\x84\xe8\xae\xaf</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i4-3"><a class="sub-link" href="/522/list.htm"\r\n                                                            target="_self">\xe5\xad\xa6\xe6\x9c\xaf\xe6\xb4\xbb\xe5\x8a\xa8</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i5"><a class="menu-link" href="/474/list.htm"\r\n                                                    target="_self">\xe4\xba\xba\xe6\x89\x8d\xe5\xb7\xa5\xe4\xbd\x9c</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i5-1"><a class="sub-link" href="/625/list.htm"\r\n                                                            target="_self">\xe6\x96\xb0\xe9\x97\xbb\xe5\x85\xb3\xe6\xb3\xa8</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i5-2"><a class="sub-link" href="/626/list.htm"\r\n                                                            target="_self">\xe6\x94\xbf\xe7\xad\x96\xe5\x88\xb6\xe5\xba\xa6</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i5-3"><a class="sub-link" href="/627/list.htm"\r\n                                                            target="_self">\xe5\xb7\xa5\xe4\xbd\x9c\xe6\x88\x90\xe6\x95\x88</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i5-4"><a class="sub-link" href="/628/list.htm"\r\n                                                            target="_self">\xe4\xba\xba\xe6\x89\x8d\xe6\x8b\x9b\xe8\x81\x98</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i6"><a class="menu-link" href="https://zjc.hainnu.edu.cn/"\r\n                                                    target="_self">\xe6\x8b\x9b\xe7\x94\x9f\xe5\xb0\xb1\xe4\xb8\x9a</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i6-1"><a class="sub-link" href="https://zhaosheng.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\x9c\xac\xe7\xa7\x91\xe6\x8b\x9b\xe7\x94\x9f </a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i6-2"><a class="sub-link" href="https://yjsc.hainnu.edu.cn/html/yjszs/"\r\n                                                            target="_self">\xe7\xa0\x94\xe7\xa9\xb6\xe7\x94\x9f\xe6\x8b\x9b\xe7\x94\x9f </a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i6-3"><a class="sub-link" href="https://gjwh.hainnu.edu.cn/index.php/Enrollment/postgraduate.html"\r\n                                                            target="_self">\xe5\x9b\xbd\xe9\x99\x85\xe7\x94\x9f\xe6\x8b\x9b\xe7\x94\x9f</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i6-4"><a class="sub-link" href="https://jxjyxy.hainnu.edu.cn/html/zhaosxx/chengjiaozhaosheng/"\r\n                                                            target="_self">\xe7\xbb\xa7\xe7\xbb\xad\xe6\x95\x99\xe8\x82\xb2\xe6\x8b\x9b\xe7\x94\x9f</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i6-5"><a class="sub-link" href="http://jy.hainnu.edu.cn/unijob/index.php/web/Index/index"\r\n                                                            target="_self">\xe5\xb0\xb1\xe4\xb8\x9a\xe4\xbf\xa1\xe6\x81\xaf</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i7"><a class="menu-link" href="/xywh/list.htm"\r\n                                                    target="_self">\xe6\xa0\xa1\xe5\x9b\xad\xe6\x96\x87\xe5\x8c\x96</a>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i8"><a class="menu-link" href="/477/list.htm"\r\n                                                    target="_self">\xe5\x90\x88\xe4\xbd\x9c\xe4\xba\xa4\xe6\xb5\x81</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i8-1"><a class="sub-link" href="https://gnhz.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x9b\xbd\xe5\x86\x85\xe5\x90\x88\xe4\xbd\x9c</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i8-2"><a class="sub-link" href="http://gjc.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x9b\xbd\xe9\x99\x85\xe4\xba\xa4\xe6\xb5\x81</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i8-3"><a class="sub-link" href="https://gjwh.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x9b\xbd\xe9\x99\x85\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i9"><a class="menu-link" href="https://xxgk.hainnu.edu.cn/"\r\n                                                    target="_self">\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i9-1"><a class="sub-link" href="https://xxgk.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\xa0\xa1\xe5\x8a\xa1\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i9-2"><a class="sub-link" href="/614/list.htm"\r\n                                                            target="_self">\xe9\x87\x87\xe8\xb4\xad\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                        </ul>\r\n                                        \r\n                                    \r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n            <a class="menu-btn">\r\n                <span class="xian xian1"></span>\r\n                <span class="xian xian2"></span>\r\n                <span class="xian xian3"></span>\r\n            </a>\r\n        </div>\r\n        <!--End||head-->\r\n        <!--Start||nav-->\r\n        <div class="wrapper fixbox navbox">\r\n        </div>\r\n        <!--End||nav-->\r\n        <!--Start||focus-->\r\n        <div class="wrapper mbanner" id="banner">\r\n            <div class="inner clearfix">\r\n                <div frag="\xe7\xaa\x97\xe5\x8f\xa32">\r\n                    \r\n                        <ul class="news_list">\r\n                            \r\n                            <li class="news n1">\r\n                                <div class="news_imgs"><a href="https://75.hainnu.edu.cn/"\r\n                                        style="background: url(\'/_upload/article/images/ee/c6/e68234dc489ea4cf655107cca880/c54b6e7a-8657-4d30-950b-49182e2a6116.jpg\') no-repeat center; background-size: cover; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'/_upload/article/images/ee/c6/e68234dc489ea4cf655107cca880/c54b6e7a-8657-4d30-950b-49182e2a6116.jpg\', sizingMethod=\'scale\');"></a>\r\n                                </div>\r\n                                <div class="news_video" style="display: none;">\r\n                                    <video id="index_video" style="width:100%; height:100%; object-fit: cover;"\r\n                                        src="" loop="" muted="" autoplay="" playsinline="" webkit-playsinline=""\r\n                                        x-webkit-airplay="allow"> </video>\r\n                                </div>\r\n                            </li>\r\n                            \r\n                            <li class="news n2">\r\n                                <div class="news_imgs"><a href="#"\r\n                                        style="background: url(\'/_upload/article/images/31/bb/99430ef644a2ba4a04d4ed088212/efbd609b-1f02-4a23-9aba-f71a4f04fc26.png\') no-repeat center; background-size: cover; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'/_upload/article/images/31/bb/99430ef644a2ba4a04d4ed088212/efbd609b-1f02-4a23-9aba-f71a4f04fc26.png\', sizingMethod=\'scale\');"></a>\r\n                                </div>\r\n                                <div class="news_video" style="display: none;">\r\n                                    <video id="index_video" style="width:100%; height:100%; object-fit: cover;"\r\n                                        src="" loop="" muted="" autoplay="" playsinline="" webkit-playsinline=""\r\n                                        x-webkit-airplay="allow"> </video>\r\n                                </div>\r\n                            </li>\r\n                            \r\n                            <li class="news n3">\r\n                                <div class="news_imgs"><a href="#"\r\n                                        style="background: url(\'/_upload/article/images/6e/1f/c87646e04fb49c9b2a4312693634/dced5227-d557-4fa1-9c03-e9f7ed45bb38.jpg\') no-repeat center; background-size: cover; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'/_upload/article/images/6e/1f/c87646e04fb49c9b2a4312693634/dced5227-d557-4fa1-9c03-e9f7ed45bb38.jpg\', sizingMethod=\'scale\');"></a>\r\n                                </div>\r\n                                <div class="news_video" style="display: none;">\r\n                                    <video id="index_video" style="width:100%; height:100%; object-fit: cover;"\r\n                                        src="" loop="" muted="" autoplay="" playsinline="" webkit-playsinline=""\r\n                                        x-webkit-airplay="allow"> </video>\r\n                                </div>\r\n                            </li>\r\n                            \r\n                        </ul>\r\n                    \r\n                </div>\r\n\r\n                <div class="bb">\xe5\x90\x91\xe4\xb8\x8b\xe6\xbb\x9a\xe5\x8a\xa8</div>\r\n\r\n            </div>\r\n        </div>\r\n        <!--End||focus-->\r\n    </div>\r\n    <div class="body_m">\r\n\r\n        <!--Start||head-->\r\n        <div class="wrapper header header2 fix" id="header">\r\n            <div class="inner">\r\n                <div class="mod">\r\n                    <div class="head-left" frag="\xe9\x9d\xa2\xe6\x9d\xbf011">\r\n                        <!--logo\xe5\xbc\x80\xe5\xa7\x8b-->\r\n                        <div class="sitelogo" frag="\xe7\xaa\x97\xe5\x8f\xa3011" portletmode="simpleSiteAttri">\r\n                            <span class="logo"><a href="/main.htm" title="\xe8\xbf\x94\xe5\x9b\x9e\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe9\xa6\x96\xe9\xa1\xb5"><img\r\n                                            src="/_upload/tpl/00/11/17/template17/images/logo.svg"\r\n                                            alt=""></a></span>\r\n                        </div>\r\n                        <!--//logo\xe7\xbb\x93\xe6\x9d\x9f-->\r\n                    </div>\r\n                    <div class="head-right">\r\n                        <div class="head-top">\r\n                            <div class="left">\r\n                                <div class="site-lang" frag="\xe7\xaa\x97\xe5\x8f\xa3051">\r\n                                    \r\n                                        \r\n                                        <ul class="clearfix">\r\n                                            \r\n                                            <li class="links i1"><a href="https://old.hainnu.edu.cn/" target="_blank">\xe6\x97\xa7\xe7\x89\x88\xe4\xb8\xbb\xe9\xa1\xb5</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i2"><a href="https://auth.hainnu.edu.cn:9443/cas/login" target="_self">\xe6\x95\xb0\xe5\xad\x97\xe5\x8c\x96\xe6\xa0\xa1\xe5\x9b\xad</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i3"><a href="http://mail.hainnu.edu.cn/" target="_self">\xe6\xa0\xa1\xe5\x9b\xad\xe9\x82\xae\xe7\xae\xb1</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i4"><a href="http://www.hainnu.edu.cn/628/list.htm" target="_self">\xe4\xba\xba\xe6\x89\x8d\xe6\x8b\x9b\xe8\x81\x98</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i5"><a href="https://xyh.hainnu.edu.cn/" target="_self">\xe6\xa0\xa1\xe5\x8f\x8b\xe4\xbc\x9a</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i6"><a href="https://jyfzjjh.hainnu.edu.cn/" target="_self">\xe5\x9f\xba\xe9\x87\x91\xe4\xbc\x9a</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i7"><a href="http://lib.hainnu.edu.cn/" target="_self">\xe5\x9b\xbe\xe4\xb9\xa6\xe9\xa6\x86</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i8"><a href="https://ehall.hainnu.edu.cn:4430/infoplus/form/XSYJYX/start" target="_self">\xe6\xb5\xb7\xe5\xb8\x8812345</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i9"><a href="http://www.hainnu.edu.cn/493/list.htm" target="_self">\xe8\xaf\xbe\xe7\xa8\x8b\xe4\xb8\xad\xe5\xbf\x83</a>\r\n                                            </li>\r\n                                            \r\n                                        </ul>\r\n                                        \r\n                                    \r\n                                </div>\r\n                            </div>\r\n                            <div class="searchbox" frag="\xe7\xaa\x97\xe5\x8f\xa3031" portletmode="search">\r\n                                                                    <!--\xe6\x90\x9c\xe7\xb4\xa2\xe7\xbb\x84\xe4\xbb\xb6-->\r\n                                    <div class="wp-search clearfix">\r\n                                        <form action="/_web/_search/restful/api/direct.rst?locale=zh_CN&request_locale=zh_CN&context=&_p=YXM9MyZ0PTE3JmQ9NDYmcD0xJm09U04m" method="post" target="_blank">\r\n                                            <div class="search-input">\r\n                                                <input name="keyword" class="search-title" type="text" value="\xe8\xaf\xb7\xe8\xbe\x93\xe5\x85\xa5\xe5\x85\xb3\xe9\x94\xae\xe8\xaf\x8d..."\r\n                                                    onblur="if(this.value == \'\') { this.value = \'\xe8\xaf\xb7\xe8\xbe\x93\xe5\x85\xa5\xe5\x85\xb3\xe9\x94\xae\xe8\xaf\x8d...\'; }"\r\n                                                    onfocus="if(this.value == \'\xe8\xaf\xb7\xe8\xbe\x93\xe5\x85\xa5\xe5\x85\xb3\xe9\x94\xae\xe8\xaf\x8d...\') { this.value = \'\'; }"\r\n                                                    placeholder="\xe8\xaf\xb7\xe8\xbe\x93\xe5\x85\xa5\xe5\x85\xb3\xe9\x94\xae\xe8\xaf\x8d..." />\r\n                                            </div>\r\n                                            <div class="search-btn">\r\n                                                <input name="submit" class="search-submit" type="submit" value="" />\r\n                                            </div>\r\n                                        </form>\r\n                                    </div>\r\n                                    <!--//\xe5\xa4\x8d\xe5\x88\xb6\xe4\xbb\xa5\xe4\xb8\x8a\xe4\xbb\xa3\xe7\xa0\x81\xe5\x88\xb0\xe8\x87\xaa\xe5\xae\x9a\xe4\xb9\x89\xe6\x90\x9c\xe7\xb4\xa2-->\r\n                                \r\n                            </div>\r\n                            <div class="site-lang2" frag="\xe7\xaa\x97\xe5\x8f\xa3061">\r\n                                \r\n                                    \r\n                                    <ul class="clearfix">\r\n                                        \r\n                                        <li class="links i1"><a href="https://eng.hainnu.edu.cn/" target="_self">EN</a>\r\n                                        </li>\r\n                                        \r\n                                    </ul>\r\n                                    \r\n                                \r\n                            </div>\r\n\r\n\r\n                        </div>\r\n                        <div class="wrapper nav wp-navi">\r\n                            <div class="wp-panel">\r\n                                <div class="wp-window" frag="\xe7\xaa\x97\xe5\x8f\xa319">\r\n                                    \r\n                                        \r\n                                        <ul class="wp-menu">\r\n                                            \r\n                                            <li class="menu-item i1"><a class="menu-link" href="http://www.hainnu.edu.cn/xxjj/list.htm"\r\n                                                    target="_self">\xe5\xad\xa6\xe6\xa0\xa1\xe6\xa6\x82\xe5\x86\xb5</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i1-1"><a class="sub-link" href="/xxjj/list.htm"\r\n                                                            target="_self">\xe5\xad\xa6\xe6\xa0\xa1\xe7\xae\x80\xe4\xbb\x8b</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i1-2"><a class="sub-link" href="/xxxrld/list.htm"\r\n                                                            target="_self">\xe5\xad\xa6\xe6\xa0\xa1\xe7\x8e\xb0\xe4\xbb\xbb\xe9\xa2\x86\xe5\xaf\xbc</a>\r\n                                                        \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i1-2-1"><a class="sub-link" href="/836/list.htm"\r\n                                                            target="_self">\xe5\x85\x9a\xe5\xa7\x94\xe4\xb9\xa6\xe8\xae\xb0</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i1-2-2"><a class="sub-link" href="/837/list.htm"\r\n                                                            target="_self">\xe5\x85\x9a\xe5\xa7\x94\xe5\x89\xaf\xe4\xb9\xa6\xe8\xae\xb0</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i1-2-3"><a class="sub-link" href="/838/list.htm"\r\n                                                            target="_self">\xe7\xba\xaa\xe5\xa7\x94\xe4\xb9\xa6\xe8\xae\xb0\xe3\x80\x81\xe7\x9b\x91\xe5\xaf\x9f\xe4\xb8\x93\xe5\x91\x98</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i1-2-4"><a class="sub-link" href="/839/list.htm"\r\n                                                            target="_self">\xe6\xa0\xa1\xe9\x95\xbf</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i1-2-5"><a class="sub-link" href="/840/list.htm"\r\n                                                            target="_self">\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i1-2-6"><a class="sub-link" href="/dwcw/list.htm"\r\n                                                            target="_self">\xe5\x85\x9a\xe5\xa7\x94\xe5\xb8\xb8\xe5\xa7\x94</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i2"><a class="menu-link" href="/471/list.htm"\r\n                                                    target="_self">\xe6\x9c\xba\xe6\x9e\x84\xe8\xae\xbe\xe7\xbd\xae</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i2-1"><a class="sub-link" href="/jgjfjg_842/list.htm"\r\n                                                            target="_self">\xe6\x9c\xba\xe5\x85\xb3\xe6\x95\x99\xe8\xbe\x85\xe6\x9c\xba\xe6\x9e\x84</a>\r\n                                                        \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i2-1-1"><a class="sub-link" href="https://dzbgs.hainnu.edu.cn/"\r\n                                                            target="_self">  \xe5\x85\x9a\xe6\x94\xbf\xe5\x8a\x9e\xe5\x85\xac\xe5\xae\xa4</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-2"><a class="sub-link" href="https://zzb.hainnu.edu.cn"\r\n                                                            target="_self">\xe7\xbb\x84\xe7\xbb\x87\xe9\x83\xa8\xef\xbc\x88\xe5\x85\x9a\xe6\xa0\xa1\xef\xbc\x89</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-3"><a class="sub-link" href="https://xctzb.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\xae\xa3\xe4\xbc\xa0\xe9\x83\xa8</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-4"><a class="sub-link" href="https://tzb.hainnu.edu.cn"\r\n                                                            target="_self">\xe7\xbb\x9f\xe6\x88\x98\xe9\x83\xa8</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-5"><a class="sub-link" href="https://jgdw.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\x9c\xba\xe5\x85\xb3\xe5\x85\x9a\xe5\xa7\x94</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-6"><a class="sub-link" href="https://jw.hainnu.edu.cn"\r\n                                                            target="_self">\xe7\xba\xaa\xe6\xa3\x80\xe7\x9b\x91\xe5\xaf\x9f\xe4\xb8\x80\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-7"><a class="sub-link" href="https://jw.hainnu.edu.cn"\r\n                                                            target="_self">\xe7\xba\xaa\xe6\xa3\x80\xe7\x9b\x91\xe5\xaf\x9f\xe4\xba\x8c\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-8"><a class="sub-link" href="https://rsc.hainnu.edu.cn/"\r\n                                                            target="_self">\xe4\xba\xba\xe4\xba\x8b\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-9"><a class="sub-link" href="https://xsc.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\xad\xa6\xe7\x94\x9f\xe5\xb7\xa5\xe4\xbd\x9c\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-10"><a class="sub-link" href="https://yjsc.hainnu.edu.cn/"\r\n                                                            target="_self">\xe7\xa0\x94\xe7\xa9\xb6\xe7\x94\x9f\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-11"><a class="sub-link" href="https://fzghc.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x8f\x91\xe5\xb1\x95\xe8\xa7\x84\xe5\x88\x92\xe4\xb8\x8e\xe5\xad\xa6\xe7\xa7\x91\xe5\xbb\xba\xe8\xae\xbe\xe4\xb8\xad...</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-12"><a class="sub-link" href="http://jwc.hainnu.edu.cn"\r\n                                                            target="_self">\xe6\x95\x99\xe5\x8a\xa1\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-13"><a class="sub-link" href="https://rwsky.hainnu.edu.cn"\r\n                                                            target="_self">\xe4\xba\xba\xe6\x96\x87\xe7\xa4\xbe\xe4\xbc\x9a\xe7\xa7\x91\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-14"><a class="sub-link" href="http://kyc.hainnu.edu.cn/"\r\n                                                            target="_self">\xe7\xa7\x91\xe5\xad\xa6\xe6\x8a\x80\xe6\x9c\xaf\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-15"><a class="sub-link" href="https://cwc.hainnu.edu.cn"\r\n                                                            target="_self">\xe8\xb4\xa2\xe5\x8a\xa1\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-16"><a class="sub-link" href="https://sjc.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\xae\xa1\xe8\xae\xa1\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-17"><a class="sub-link" href="https://zjc.hainnu.edu.cn"\r\n                                                            target="_self">\xe6\x8b\x9b\xe7\x94\x9f\xe5\xb0\xb1\xe4\xb8\x9a\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-18"><a class="sub-link" href="https://gnhz.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\x9b\xbd\xe5\x86\x85\xe5\x90\x88\xe4\xbd\x9c\xe4\xb8\x8e\xe5\x8f\x91\xe5\xb1\x95\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-19"><a class="sub-link" href="http://gjc.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\x9b\xbd\xe9\x99\x85\xe5\x90\x88\xe4\xbd\x9c\xe4\xb8\x8e\xe4\xba\xa4\xe6\xb5\x81\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-20"><a class="sub-link" href="https://czc.hainnu.edu.cn"\r\n                                                            target="_self">\xe9\x87\x87\xe8\xb4\xad\xe4\xb8\x8e\xe6\x8b\x9b\xe6\x8a\x95\xe6\xa0\x87\xe7\xae\xa1\xe7\x90\x86\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-21"><a class="sub-link" href="https://gzc.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\x9b\xbd\xe6\x9c\x89\xe8\xb5\x84\xe4\xba\xa7\xe7\xae\xa1\xe7\x90\x86\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-22"><a class="sub-link" href="https://hqc.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\x90\x8e\xe5\x8b\xa4\xe7\xae\xa1\xe7\x90\x86\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-23"><a class="sub-link" href="https://jsb.hainnu.edu.cn//"\r\n                                                            target="_self">\xe5\x9f\xba\xe5\xbb\xba\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-24"><a class="sub-link" href="https://bwc.hainnu.edu.cn"\r\n                                                            target="_self">\xe4\xbf\x9d\xe5\x8d\xab\xe5\xa4\x84</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-25"><a class="sub-link" href="https://ltx.hainnu.edu.cn"\r\n                                                            target="_self">\xe7\xa6\xbb\xe9\x80\x80\xe4\xbc\x91\xe5\xb7\xa5\xe4\xbd\x9c\xe5\x8a\x9e\xe5\x85\xac\xe5\xae\xa4</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-26"><a class="sub-link" href="https://lab.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\xae\x9e\xe9\xaa\x8c\xe5\xae\xa4\xe5\xbb\xba\xe8\xae\xbe\xe4\xb8\x8e\xe7\xae\xa1\xe7\x90\x86\xe4\xb8\xad\xe5\xbf\x83</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-27"><a class="sub-link" href="https://hsnt.hainnu.edu.cn"\r\n                                                            target="_self">\xe4\xbf\xa1\xe6\x81\xaf\xe7\xbd\x91\xe7\xbb\x9c\xe4\xb8\x8e\xe6\x95\xb0\xe6\x8d\xae\xe4\xb8\xad\xe5\xbf\x83</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-28"><a class="sub-link" href="http://lib.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x9b\xbe\xe4\xb9\xa6\xe9\xa6\x86</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-29"><a class="sub-link" href="http://dag.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\xa1\xa3\xe6\xa1\x88\xe9\xa6\x86</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-30"><a class="sub-link" href="https://hsxb.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\xad\xa6\xe6\x8a\xa5\xe7\xbc\x96\xe8\xbe\x91\xe9\x83\xa8</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-31"><a class="sub-link" href="https://jxjyxy.hainnu.edu.cn/"\r\n                                                            target="_self">  \xe7\xbb\xa7\xe7\xbb\xad\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2 </a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-32"><a class="sub-link" href="https://old.hainnu.edu.cn/html/dpxy/xwgz/"\r\n                                                            target="_self">\xe4\xb8\x9c\xe5\x9d\xa1\xe4\xb9\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-33"><a class="sub-link" href="http://jsjyyjzx.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\xb5\xb7\xe5\x8d\x97\xe6\x95\x99\xe8\x82\xb2\xe6\x94\xb9\xe9\x9d\xa9\xe4\xb8\x8e\xe5\x8f\x91\xe5\xb1\x95\xe7\xa0\x94...</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-1-34"><a class="sub-link" href="https://jcjy.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x9f\xba\xe7\xa1\x80\xe6\x95\x99\xe8\x82\xb2\xe5\x8a\x9e\xe5\xad\xa6\xe7\xae\xa1\xe7\x90\x86\xe9\x83\xa8</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-2"><a class="sub-link" href="/qtzz/list.htm"\r\n                                                            target="_self">\xe7\xbe\xa4\xe5\x9b\xa2\xe7\xbb\x84\xe7\xbb\x87</a>\r\n                                                        \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i2-2-1"><a class="sub-link" href="https://gh.hainnu.edu.cn"\r\n                                                            target="_self">\xe6\x95\x99\xe8\x82\xb2\xe5\xb7\xa5\xe4\xbc\x9a</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-2-2"><a class="sub-link" href="https://tw.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\x9b\xa2\xe5\xa7\x94</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-2-3"><a class="sub-link" href="javascript:void(0)"\r\n                                                            target="_self">\xe5\xa6\x87\xe8\x81\x94</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3"><a class="sub-link" href="/596/list.htm"\r\n                                                            target="_self">\xe6\x95\x99\xe5\xad\xa6\xe5\x8d\x95\xe4\xbd\x8d</a>\r\n                                                        \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i2-3-1"><a class="sub-link" href="https://mksxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe9\xa9\xac\xe5\x85\x8b\xe6\x80\x9d\xe4\xb8\xbb\xe4\xb9\x89\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-2"><a class="sub-link" href="https://jyxy.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-3"><a class="sub-link" href="https://jsjy.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\x95\x99\xe5\xb8\x88\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-4"><a class="sub-link" href="https://cdjyxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\x88\x9d\xe7\xad\x89\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-5"><a class="sub-link" href="https://jykxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\xbf\x83\xe7\x90\x86\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-6"><a class="sub-link" href="https://wxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe6\x96\x87\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-7"><a class="sub-link" href="https://lswhxy.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x8e\x86\xe5\x8f\xb2\xe6\x96\x87\xe5\x8c\x96\xe5\xad\xa6\xe9\x99\xa2 </a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-8"><a class="sub-link" href="https://xwmt.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\x96\xb0\xe9\x97\xbb\xe4\xbc\xa0\xe6\x92\xad\xe4\xb8\x8e\xe5\xbd\xb1\xe8\xa7\x86\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-9"><a class="sub-link" href="https://zfxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe6\xb3\x95\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-10"><a class="sub-link" href="https://jgxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe7\xbb\x8f\xe6\xb5\x8e\xe4\xb8\x8e\xe7\xae\xa1\xe7\x90\x86\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-11"><a class="sub-link" href="http://wyxy.hainnu.edu.cn"\r\n                                                            target="_self">  \xe5\xa4\x96\xe5\x9b\xbd\xe8\xaf\xad\xe5\xad\xa6\xe9\x99\xa2 </a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-12"><a class="sub-link" href="https://yyxy.hainnu.edu.cn/"\r\n                                                            target="_self">\xe9\x9f\xb3\xe4\xb9\x90\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-13"><a class="sub-link" href="https://msxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe7\xbe\x8e\xe6\x9c\xaf\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-14"><a class="sub-link" href="https://maths.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\x95\xb0\xe5\xad\xa6\xe4\xb8\x8e\xe7\xbb\x9f\xe8\xae\xa1\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-15"><a class="sub-link" href="https://wdxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe7\x89\xa9\xe7\x90\x86\xe4\xb8\x8e\xe7\x94\xb5\xe5\xad\x90\xe5\xb7\xa5\xe7\xa8\x8b\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-16"><a class="sub-link" href="https://xxxy.hainnu.edu.cn/"\r\n                                                            target="_self">\xe4\xbf\xa1\xe6\x81\xaf\xe7\xa7\x91\xe5\xad\xa6\xe6\x8a\x80\xe6\x9c\xaf\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-17"><a class="sub-link" href="https://hgxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\x8c\x96\xe5\xad\xa6\xe4\xb8\x8e\xe5\x8c\x96\xe5\xb7\xa5\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-18"><a class="sub-link" href="https://smxy.hainnu.edu.cn"\r\n                                                            target="_self">  \xe7\x94\x9f\xe5\x91\xbd\xe7\xa7\x91\xe5\xad\xa6\xe5\xad\xa6\xe9\x99\xa2 </a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-19"><a class="sub-link" href="https://tyxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe4\xbd\x93\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-20"><a class="sub-link" href="https://zqxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe8\xb6\xb3\xe7\x90\x83\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-21"><a class="sub-link" href="https://dlxy.hainnu.edu.cn"\r\n                                                            target="_self">\xe5\x9c\xb0\xe7\x90\x86\xe4\xb8\x8e\xe7\x8e\xaf\xe5\xa2\x83\xe7\xa7\x91\xe5\xad\xa6\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-22"><a class="sub-link" href="https://lyxy.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\x97\x85\xe6\xb8\xb8\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-3-23"><a class="sub-link" href="http://gjwh.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x9b\xbd\xe9\x99\x85\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-4"><a class="sub-link" href="/597/list.htm"\r\n                                                            target="_self">\xe4\xb8\x8b\xe5\xb1\x9e\xef\xbc\x88\xe9\x99\x84\xe5\xb1\x9e\xef\xbc\x89\xe5\x8d\x95\xe4\xbd\x8d</a>\r\n                                                        \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i2-4-1"><a class="sub-link" href="http://hsfz.hainnu.edu.cn/"\r\n                                                            target="_self">\xe9\x99\x84\xe5\xb1\x9e\xe4\xb8\xad\xe5\xad\xa6</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-4-2"><a class="sub-link" href="https://hsfx.hainnu.edu.cn/"\r\n                                                            target="_self">\xe9\x99\x84\xe5\xb1\x9e\xe5\xb0\x8f\xe5\xad\xa6</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-4-3"><a class="sub-link" href="javascript:void(0)"\r\n                                                            target="_self">\xe9\x99\x84\xe5\xb1\x9e\xe5\xb9\xbc\xe5\x84\xbf\xe5\x9b\xad</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-4-4"><a class="sub-link" href="javascript:void(0)"\r\n                                                            target="_self">\xe9\x99\x84\xe5\xb1\x9e\xe5\x8c\xbb\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-4-5"><a class="sub-link" href="https://jyqks.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\xb5\xb7\xe5\x8d\x97\xe6\x95\x99\xe8\x82\xb2\xe6\x9c\x9f\xe5\x88\x8a\xe7\xa4\xbe</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i2-4-6"><a class="sub-link" href="http://www.hkdsp.com/"\r\n                                                            target="_self">\xe8\xb5\x84\xe4\xba\xa7\xe7\xbb\x8f\xe8\x90\xa5\xe7\xae\xa1\xe7\x90\x86\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i3"><a class="menu-link" href="/472/list.htm"\r\n                                                    target="_self">\xe6\x95\x99\xe8\x82\xb2\xe6\x95\x99\xe5\xad\xa6</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i3-1"><a class="sub-link" href="/492/list.htm"\r\n                                                            target="_self">\xe6\x95\x99\xe5\xad\xa6\xe8\xb5\x84\xe8\xae\xaf</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i3-2"><a class="sub-link" href="/493/list.htm"\r\n                                                            target="_self">\xe8\xaf\xbe\xe7\xa8\x8b\xe4\xb8\xad\xe5\xbf\x83</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i3-3"><a class="sub-link" href="/494/list.htm"\r\n                                                            target="_self">\xe6\x95\x99\xe8\x82\xb2\xe8\xb5\x84\xe6\xba\x90</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i4"><a class="menu-link" href="/473/list.htm"\r\n                                                    target="_self">\xe5\xad\xa6\xe6\x9c\xaf\xe7\xa7\x91\xe7\xa0\x94</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i4-1"><a class="sub-link" href="/520/list.htm"\r\n                                                            target="_self">\xe7\xa7\x91\xe7\xa0\x94\xe6\xa6\x82\xe5\x86\xb5</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i4-2"><a class="sub-link" href="/521/list.htm"\r\n                                                            target="_self">\xe7\xa7\x91\xe7\xa0\x94\xe8\xb5\x84\xe8\xae\xaf</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i4-3"><a class="sub-link" href="/522/list.htm"\r\n                                                            target="_self">\xe5\xad\xa6\xe6\x9c\xaf\xe6\xb4\xbb\xe5\x8a\xa8</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i5"><a class="menu-link" href="/474/list.htm"\r\n                                                    target="_self">\xe4\xba\xba\xe6\x89\x8d\xe5\xb7\xa5\xe4\xbd\x9c</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i5-1"><a class="sub-link" href="/625/list.htm"\r\n                                                            target="_self">\xe6\x96\xb0\xe9\x97\xbb\xe5\x85\xb3\xe6\xb3\xa8</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i5-2"><a class="sub-link" href="/626/list.htm"\r\n                                                            target="_self">\xe6\x94\xbf\xe7\xad\x96\xe5\x88\xb6\xe5\xba\xa6</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i5-3"><a class="sub-link" href="/627/list.htm"\r\n                                                            target="_self">\xe5\xb7\xa5\xe4\xbd\x9c\xe6\x88\x90\xe6\x95\x88</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i5-4"><a class="sub-link" href="/628/list.htm"\r\n                                                            target="_self">\xe4\xba\xba\xe6\x89\x8d\xe6\x8b\x9b\xe8\x81\x98</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i6"><a class="menu-link" href="https://zjc.hainnu.edu.cn/"\r\n                                                    target="_self">\xe6\x8b\x9b\xe7\x94\x9f\xe5\xb0\xb1\xe4\xb8\x9a</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i6-1"><a class="sub-link" href="https://zhaosheng.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\x9c\xac\xe7\xa7\x91\xe6\x8b\x9b\xe7\x94\x9f </a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i6-2"><a class="sub-link" href="https://yjsc.hainnu.edu.cn/html/yjszs/"\r\n                                                            target="_self">\xe7\xa0\x94\xe7\xa9\xb6\xe7\x94\x9f\xe6\x8b\x9b\xe7\x94\x9f </a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i6-3"><a class="sub-link" href="https://gjwh.hainnu.edu.cn/index.php/Enrollment/postgraduate.html"\r\n                                                            target="_self">\xe5\x9b\xbd\xe9\x99\x85\xe7\x94\x9f\xe6\x8b\x9b\xe7\x94\x9f</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i6-4"><a class="sub-link" href="https://jxjyxy.hainnu.edu.cn/html/zhaosxx/chengjiaozhaosheng/"\r\n                                                            target="_self">\xe7\xbb\xa7\xe7\xbb\xad\xe6\x95\x99\xe8\x82\xb2\xe6\x8b\x9b\xe7\x94\x9f</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i6-5"><a class="sub-link" href="http://jy.hainnu.edu.cn/unijob/index.php/web/Index/index"\r\n                                                            target="_self">\xe5\xb0\xb1\xe4\xb8\x9a\xe4\xbf\xa1\xe6\x81\xaf</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i7"><a class="menu-link" href="/xywh/list.htm"\r\n                                                    target="_self">\xe6\xa0\xa1\xe5\x9b\xad\xe6\x96\x87\xe5\x8c\x96</a>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i8"><a class="menu-link" href="/477/list.htm"\r\n                                                    target="_self">\xe5\x90\x88\xe4\xbd\x9c\xe4\xba\xa4\xe6\xb5\x81</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i8-1"><a class="sub-link" href="https://gnhz.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x9b\xbd\xe5\x86\x85\xe5\x90\x88\xe4\xbd\x9c</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i8-2"><a class="sub-link" href="http://gjc.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x9b\xbd\xe9\x99\x85\xe4\xba\xa4\xe6\xb5\x81</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i8-3"><a class="sub-link" href="https://gjwh.hainnu.edu.cn/"\r\n                                                            target="_self">\xe5\x9b\xbd\xe9\x99\x85\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                            <li class="menu-item i9"><a class="menu-link" href="https://xxgk.hainnu.edu.cn/"\r\n                                                    target="_self">\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i9-1"><a class="sub-link" href="https://xxgk.hainnu.edu.cn/"\r\n                                                            target="_self">\xe6\xa0\xa1\xe5\x8a\xa1\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i9-2"><a class="sub-link" href="/614/list.htm"\r\n                                                            target="_self">\xe9\x87\x87\xe8\xb4\xad\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                        \r\n                                                <em class="menu-switch-arrow"></em>\r\n                                                <ul class="sub-menu ">\r\n                                                    \r\n                                                    <li class="sub-item i9-2-1"><a class="sub-link" href="/618/list.htm"\r\n                                                            target="_self">\xe5\xb7\xa5\xe7\xa8\x8b\xe9\xa1\xb9\xe7\x9b\xae\xe9\x87\x87\xe8\xb4\xad\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i9-2-2"><a class="sub-link" href="/619/list.htm"\r\n                                                            target="_self">\xe4\xbf\xae\xe7\xbc\xae\xe9\xa1\xb9\xe7\x9b\xae\xe9\x87\x87\xe8\xb4\xad\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i9-2-3"><a class="sub-link" href="/620/list.htm"\r\n                                                            target="_self">\xe8\xb4\xa7\xe7\x89\xa9\xe5\x92\x8c\xe6\x9c\x8d\xe5\x8a\xa1\xe9\xa1\xb9\xe7\x9b\xae\xe9\x87\x87\xe8\xb4\xad\xe4\xbf\xa1...</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i9-2-4"><a class="sub-link" href="/621/list.htm"\r\n                                                            target="_self">\xe7\xbd\x91\xe4\xb8\x8a\xe5\x95\x86\xe5\x9f\x8e\xe9\x87\x87\xe8\xb4\xad\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="sub-item i9-2-5"><a class="sub-link" href="/xnlxcgxxgk/list.htm"\r\n                                                            target="_self">\xe6\xa0\xa1\xe5\x86\x85\xe9\x9b\xb6\xe6\x98\x9f\xe9\x87\x87\xe8\xb4\xad\xe4\xbf\xa1\xe6\x81\xaf\xe5\x85\xac\xe5\xbc\x80</a>\r\n                                                        \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n                                                \r\n                                            </li>\r\n\r\n                                            \r\n                                        </ul>\r\n                                        \r\n                                    \r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n            <a class="menu-btn">\r\n                <span class="xian xian1"></span>\r\n                <span class="xian xian2"></span>\r\n                <span class="xian xian3"></span>\r\n            </a>\r\n        </div>\r\n        <!--End||head-->\r\n\r\n\r\n\r\n\r\n        <!--Start||content-->\r\n        <div class="wrapper main1" id="container-1">\r\n            <div class="inner">\r\n                <div class="mod clearfix">\r\n\r\n                    <div class="mbottom">\r\n                        <div class="ml">\r\n                            <div class="mltop">\r\n                                <div class="post-tt post-12 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa312">\r\n                                    <div class="tt">\r\n                                        <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe6\xa0\xa1\xe5\x9b\xad\xe6\x96\xb0\xe9\x97\xbb</span></h3>\r\n                                        <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/1648/list.htm" class="w12_more"><span class="more_text"\r\n                                                frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                                        </div>\r\n                                    </div>\r\n                                    <!-- No Data -->\r\n                                </div>\r\n                            </div>\r\n                            <div class="mlbottom">\r\n                                <div class="bott_l">\r\n                                    <div class="post-tt post-15 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa315">\r\n\r\n                                                                                    <div class="con">\r\n                                                <ul class="news_list list1  ">\r\n                                                    \r\n                                                    <li class="news n1">\r\n                                                        <a href="/2024/1213/c1648a114532/page.htm" target="_blank">\r\n                                                            <div class="news_l">\r\n                                                                <div class="news_imgs"\r\n                                                                    data-src="/_upload/tpl/00/11/17/template17/images/default_mainimg.jpg">\r\n                                                                    <img src="/_upload/article/images/a1/61/2dab3d8940d49d67b22c5ddcfd47/94ba9e21-45b5-4623-bca2-84fe142c61c7_s.jpg">\r\n                                                                </div>\r\n\r\n                                                            </div>\r\n                                                            <div class="news_wz">\r\n                                                                <div class="news_meta">\r\n                                                                    2024-12-13\r\n                                                                </div>\r\n                                                                <div class="news_title line1">\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe6\x94\xbf\xe5\x8d\x8f\xe6\x8f\x90\xe6\xa1\x88\xe5\xa7\x94\xe5\x91\x98\xe4\xbc\x9a\xe5\x90\xb4\xe6\xb3\xbd\xe6\x98\x8e\xe4\xb8\x80\xe8\xa1\x8c\xe5\x88\xb0\xe6\x88\x91\xe6\xa0\xa1\xe8\xb0\x83\xe7\xa0\x94\xe5\xba\xa7\xe8\xb0\x88</div>\r\n                                                               \r\n\r\n                                                            </div>\r\n <div class="news_text line2">12\xe6\x9c\x8813\xe6\x97\xa5\xe4\xb8\x8b\xe5\x8d\x88\xef\xbc\x8c\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe6\x94\xbf\xe5\x8d\x8f\xe6\x8f\x90\xe6\xa1\x88\xe5\xa7\x94\xe5\x91\x98\xe4\xbc\x9a\xe4\xb8\xbb\xe4\xbb\xbb\xe5\x90\xb4\xe6\xb3\xbd\xe6\x98\x8e\xe4\xb8\x80\xe8\xa1\x8c\xe5\x9b\x9b\xe4\xba\xba\xe5\x88\xb0\xe6\x88\x91\xe6\xa0\xa1\xe8\xbf\x9b\xe8\xa1\x8c\xe8\xb0\x83\xe7\xa0\x94\xef\xbc\x8c\xe8\xb0\x83\xe7\xa0\x94\xe5\xba\xa7\xe8\xb0\x88\xe4\xbc\x9a\xe5\x9c\xa8\xe9\xbe\x99\xe6\x98\x86\xe5\x8d\x97\xe6\xa0\xa1\xe5\x8c\xba\xe4\xb8\x89\xe6\xa5\xbc\xe4\xbc\x9a\xe8\xae\xae\xe5\xae\xa4\xe4\xb8\xbe\xe8\xa1\x8c\xe3\x80\x82\xe6\xa0\xa1\xe5\x85\x9a\xe5\xa7\x94\xe4\xb9\xa6\xe8\xae\xb0\xe8\xae\xb8\xe7\x8e\xab\xe5\x87\xba\xe5\xb8\xad\xe5\xba\xa7\xe8\xb0\x88\xe4\xbc\x9a\xe3\x80\x82\xe4\xbc\x9a\xe4\xb8\x8a\xef\xbc\x8c\xe5\x90\xb4\xe6\xb3\xbd\xe6\x98\x8e\xe4\xbb\x8b\xe7\xbb\x8d\xe4\xba\x86\xe7\x9c\x81\xe6\x94\xbf\xe5\x8d\x8f\xe5\x85\xab\xe5\xb1\x8a\xe4\xb8\x89\xe6\xac\xa1\xe4\xbc\x9a\xe8\xae\xae\xe6\x8b\x9f\xe4\xba\x8e2025\xe5\xb9\xb4\xe5\xb9\xb4\xe5\x88\x9d\xe5\x8f\xac\xe5\xbc\x80\xef\xbc\x8c\xe6\xad\xa4\xe6\xac\xa1\xe8\xb0\x83\xe7\xa0\x94\xe7\x9a\x84\xe7\x9b\xae\xe7\x9a\x84\xe6\x98\xaf\xe4\xb8\xba\xe4\xba\x86\xe8\xbf\x9b\xe4\xb8\x80\xe6\xad\xa5\xe5\x8a\xa0\xe5\xbc\xba\xe7\x9c\x81\xe6\x94\xbf\xe5\x8d\x8f\xe5\x85\xab\xe5\xb1\x8a\xe4\xb8\x89\xe6\xac\xa1\xe4\xbc\x9a\xe8\xae\xae\xe6\x8f\x90\xe6\xa1\x88\xe5\xbe\x81\xe9\x9b\x86\xe5\xb7\xa5\xe4\xbd\x9c\xef\xbc\x8c\xe6\x8e\xa8\xe5\x8a\xa8\xe6\x8f\x90\xe6\xa1\x88\xe8\xb4\xa8\xe9\x87\x8f\xe7\x9a\x84\xe6\x8f\x90\xe5\x8d\x87\xe3\x80\x82\xe4\xb8\x8e\xe4\xbc\x9a\xe4\xba\xba\xe5\x91\x98\xe5\x9b\xb4\xe7\xbb\x95\xe5\x85\xac\xe8\xb4\xb9\xe5\xb8\x88\xe8\x8c\x83\xe7\x94\x9f\xe7\xbb\x93\xe6\x9e\x84\xe8\xb0\x83\xe6\x95\xb4\xe3\x80\x81\xe5\x81\xa5\xe5\x85\xa8\xe5\xae\xb6\xe5\xba\xad\xe6\x95\x99\xe8\x82\xb2\xe7\xa4\xbe\xe4\xbc\x9a\xe6\x94\xaf\xe6\x8c\x81\xe4\xbd\x93\xe7\xb3\xbb\xe3\x80\x81\xe6\x95\x99\xe5\xb8\x88\xe8\xb5\x84\xe6\xa0\xbc\xe8\xaf\x81\xe8\x80\x83\xe8\xaf\x95\xe5\x9f\xb9\xe8\xae\xad\xe8\xb0\x83\xe6\x95\xb4\xe3\x80\x81\xe5\xbf\x83\xe7\x90\x86\xe6\xb5\x8b\xe8\xaf\x84\xe5\x9c\xa8\xe4\xba\xba\xe6\x89\x8d\xe5\xbc\x95\xe8\xbf\x9b\xe4\xb8\xad\xe7\x9a\x84\xe8\xbf\x90\xe7\x94\xa8\xe3\x80\x81\xe5\xbc\x80\xe5\xb1\x95\xe7\xba\xbf\xe4\xb8\x8a\xe6\x95\x99\xe7\xa0\x94\xe6\x8f\x90\xe5\x8d\x87\xe6\xb0\x91\xe5\x8a\x9e\xe5\xad\xa6\xe6\xa0\xa1\xe6\x95\x99\xe7\xa0\x94\xe6\xb0\xb4\xe5\xb9\xb3\xe3\x80\x81\xe5\x8a\xa0\xe5\xbc\xba\xe7\x94\x9f\xe6\x80\x81\xe6\x96\x87\xe6\x98\x8e\xe5\xae\xa3\xe4\xbc\xa0\xe6\x95\x99\xe8\x82\xb2\xe3\x80\x81\xe4\xba\xba\xe5\xb7\xa5\xe6\x99\xba\xe8\x83\xbd\xe8\xb5\x8b\xe8\x83\xbd\xe6\x95\x99\xe8\x82\xb2\xe5\x8f\x91\xe5\xb1\x95\xe7\xad\x89\xe9\x80\x89\xe9\xa2\x98\xe5\xb1\x95\xe5\xbc\x80\xe8\xae\xa8\xe8\xae\xba\xe4\xba\xa4\xe6\xb5\x81\xe3\x80\x82\xe5\x90\xb4\xe6\xb3\xbd\xe6\x98\x8e\xe5\xaf\xb9\xe5\xad\xa6\xe6\xa0\xa1\xe6\x8f\x90\xe5\x87\xba\xe7\x9a\x84\xe6\x8f\x90\xe6\xa1\x88\xe6\x84\x8f\xe8\xa7\x81\xef\xbc\x8c\xe5\xbc\x80\xe5\xb1\x95\xe7\x9a\x84\xe6\x8f\x90\xe6\xa1\x88\xe7\x9b\xb8\xe5\x85\xb3\xe8\xb0\x83\xe7\xa0\x94\xe5\xb7\xa5\xe4\xbd\x9c\xe7\xbb\x99\xe4\xba\x88\xe4\xba\x86\xe5\x85\x85\xe5\x88\x86\xe8\x82\xaf\xe5\xae\x9a\xe3\x80\x82\xe4\xbb\x96\xe8\xa1\xa8\xe7\xa4\xba\xef\xbc\x8c\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe7\xa7\xaf\xe6\x9e\x81\xe5\x8f\x82\xe4\xb8\x8e\xe7\x9c\x81\xe6\x94\xbf\xe5\x8d\x8f\xe5\x85\xab\xe5\xb1\x8a\xe4\xb8\x89\xe6\xac\xa1\xe4\xbc\x9a\xe8\xae\xae\xe6\x8f\x90\xe6\xa1\x88</div>\r\n                                                        </a>\r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="news n2">\r\n                                                        <a href="/2024/1213/c1648a114306/page.htm" target="_blank">\r\n                                                            <div class="news_l">\r\n                                                                <div class="news_imgs"\r\n                                                                    data-src="/_upload/tpl/00/11/17/template17/images/default_mainimg.jpg">\r\n                                                                    <img src="/_upload/article/images/1a/1a/67ad363144c4b8bd14e87cb67e1d/722c7047-733b-4b04-b1e7-ced67c194b7e_s.jpg">\r\n                                                                </div>\r\n\r\n                                                            </div>\r\n                                                            <div class="news_wz">\r\n                                                                <div class="news_meta">\r\n                                                                    2024-12-13\r\n                                                                </div>\r\n                                                                <div class="news_title line1">\xe8\x8e\xab\xe6\x96\xaf\xe7\xa7\x91\xe5\x9b\xbd\xe7\xab\x8b\xe6\x9f\xb4\xe5\x8f\xaf\xe5\xa4\xab\xe6\x96\xaf\xe5\x9f\xba\xe9\x9f\xb3\xe4\xb9\x90\xe5\xad\xa6\xe9\x99\xa2\xe6\x9d\xa5\xe6\x88\x91\xe6\xa0\xa1\xe5\xbc\x80\xe5\xb1\x95\xe7\xb3\xbb\xe5\x88\x97\xe4\xba\xa4\xe6\xb5\x81\xe6\xb4\xbb\xe5\x8a\xa8</div>\r\n                                                               \r\n\r\n                                                            </div>\r\n <div class="news_text line2">\xe6\x96\x87\xe6\x98\x8e\xe5\x9b\xa0\xe4\xba\xa4\xe6\xb5\x81\xe8\x80\x8c\xe5\xa4\x9a\xe5\xbd\xa9\xef\xbc\x8c\xe8\x89\xba\xe6\x9c\xaf\xe5\x9b\xa0\xe4\xba\x92\xe9\x89\xb4\xe8\x80\x8c\xe4\xb8\xb0\xe5\xaf\x8c\xe3\x80\x8212\xe6\x9c\x8811\xe6\x97\xa5\xe8\x87\xb312\xe6\x97\xa5\xef\xbc\x8c\xe8\x8e\xab\xe6\x96\xaf\xe7\xa7\x91\xe5\x9b\xbd\xe7\xab\x8b\xe6\x9f\xb4\xe5\x8f\xaf\xe5\xa4\xab\xe6\x96\xaf\xe5\x9f\xba\xe9\x9f\xb3\xe4\xb9\x90\xe5\xad\xa6\xe9\x99\xa2\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe5\xbe\xb7\xe7\xb1\xb3\xe7\x89\xb9\xe9\x87\x8c\xc2\xb7\xe5\xb7\xb4\xe5\xb0\x94\xe5\x88\xab\xe5\x85\x8b\xe4\xb8\x80\xe8\xa1\x8c\xe8\xae\xbf\xe9\x97\xae\xe6\x88\x91\xe6\xa0\xa1\xe3\x80\x82\xe6\x9c\x9f\xe9\x97\xb4\xef\xbc\x8c\xe4\xb8\xa4\xe6\xa0\xa1\xe5\xbc\x80\xe5\xb1\x95\xe4\xba\x86\xe5\xba\xa7\xe8\xb0\x88\xe4\xbc\x9a\xe3\x80\x81\xe5\x90\x88\xe5\x94\xb1\xe4\xba\xa4\xe6\xb5\x81\xe6\xb4\xbb\xe5\x8a\xa8\xef\xbc\x8c\xe5\xb9\xb6\xe4\xb8\xbe\xe5\x8a\x9e\xe5\x90\x88\xe5\x94\xb1\xe9\x9f\xb3\xe4\xb9\x90\xe4\xbc\x9a\xe3\x80\x82\xe5\xad\xa6\xe6\xa0\xa1\xe9\xa2\x86\xe5\xaf\xbc\xe7\xac\xa6\xe5\x88\x98\xe6\x89\x8d\xe3\x80\x81\xe6\x9d\xa8\xe5\x85\xb9\xe4\xb8\xbe\xe3\x80\x81\xe7\x8e\x8b\xe7\x91\x9c\xe3\x80\x81\xe5\x88\x98\xe6\xb1\x9d\xe5\x85\xb5\xe3\x80\x81\xe5\xbe\x90\xe5\x9f\xba\xe8\x89\xaf\xef\xbc\x8c\xe5\x9b\xbd\xe9\x99\x85\xe5\x90\x88\xe4\xbd\x9c\xe4\xb8\x8e\xe4\xba\xa4\xe6\xb5\x81\xe5\xa4\x84\xe3\x80\x81\xe9\x9f\xb3\xe4\xb9\x90\xe5\xad\xa6\xe9\x99\xa2\xe8\xb4\x9f\xe8\xb4\xa3\xe4\xba\xba\xe5\x8f\x8a\xe5\xb8\x88\xe7\x94\x9f\xe4\xbb\xa3\xe8\xa1\xa8\xe5\x87\xba\xe5\xb8\xad\xe7\xb3\xbb\xe5\x88\x97\xe6\xb4\xbb\xe5\x8a\xa8\xe3\x80\x8211\xe6\x97\xa5\xe4\xb8\x8b\xe5\x8d\x88\xef\xbc\x8c\xe4\xb8\xa4\xe6\xa0\xa1\xe5\x9c\xa8\xe9\x80\xb8\xe5\xa4\xab\xe8\x89\xba\xe6\x9c\xaf\xe6\xa5\xbc\xe9\x9f\xb3\xe4\xb9\x90\xe5\x8e\x85\xe5\xbc\x80\xe5\xb1\x95\xe4\xb8\xad\xe4\xbf\x84\xe5\xad\xa6\xe7\x94\x9f\xe5\x90\x88\xe5\x94\xb1\xe4\xba\xa4\xe6\xb5\x81\xe6\xb4\xbb\xe5\x8a\xa8\xe3\x80\x82\xe6\x88\x91\xe6\xa0\xa1\xe5\x85\x9a\xe5\xa7\x94\xe5\x89\xaf\xe4\xb9\xa6\xe8\xae\xb0\xe7\xac\xa6\xe5\x88\x98\xe6\x89\x8d\xe8\x87\xb4\xe8\xbe\x9e\xef\xbc\x8c\xe5\xaf\xb9\xe8\x8e\xab\xe6\x96\xaf\xe7\xa7\x91\xe5\x9b\xbd\xe7\xab\x8b\xe6\x9f\xb4\xe5\x8f\xaf\xe5\xa4\xab\xe6\x96\xaf\xe5\x9f\xba\xe9\x9f\xb3\xe4\xb9\x90\xe5\xad\xa6\xe9\x99\xa2\xe4\xbb\xa3\xe8\xa1\xa8\xe5\x9b\xa2\xe7\x9a\x84\xe5\x88\xb0\xe6\x9d\xa5\xe8\xa1\xa8\xe7\xa4\xba\xe6\xac\xa2\xe8\xbf\x8e\xef\xbc\x8c\xe5\xb9\xb6\xe7\x83\xad\xe5\x88\x87\xe6\x9c\x9f\xe5\xbe\x85\xe6\x9c\xaa\xe6\x9d\xa5\xe7\x9a\x84\xe4\xb8\xa4\xe6\xa0\xa1\xe5\x90\x88\xe4\xbd\x9c\xe4\xb8\x8e\xe4\xba\xa4\xe6\xb5\x81\xe3\x80\x82\xe5\xbe\xb7\xe7\xb1\xb3\xe7\x89\xb9\xe9\x87\x8c\xc2\xb7\xe5\xb7\xb4\xe5\xb0\x94\xe5\x88\xab\xe5\x85\x8b\xe4\xbb\xa3\xe8\xa1\xa8\xe6\x9f\xb4\xe5\x8f\xaf\xe5\xa4\xab\xe6\x96\xaf\xe5\x9f\xba\xe9\x9f\xb3\xe4\xb9\x90\xe5\xad\xa6\xe9\x99\xa2\xe5\x90\x91\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe5\xbb\xba\xe6\xa0\xa175\xe5\x91\xa8\xe5\xb9\xb4\xe8\xa1\xa8\xe7\xa4\xba\xe7\xa5\x9d\xe8\xb4\xba\xef\xbc\x8c\xe6\x9c\x9f\xe5\xbe\x85\xe9\x80\x9a\xe8\xbf\x87\xe6\xad\xa4\xe6\xac\xa1\xe6\xb4\xbb\xe5\x8a\xa8\xe5\xa2\x9e\xe8\xbf\x9b\xe5\x8f\x8c\xe6\x96\xb9\xe7\x9a\x84\xe7\x90\x86\xe8\xa7\xa3\xe5\x92\x8c\xe8\xae\xa4\xe8\xaf\x86\xef\xbc\x8c\xe5\x85\xb1\xe5\x90\x8c\xe5\xbc\x80\xe5\x90\xaf\xe5\x90\x88\xe4\xbd\x9c\xe7\x9a\x84\xe6\x96\xb0\xe5\xbe\x81\xe7\xa8\x8b\xe3\x80\x82\xe5\x90\x88\xe5\x94\xb1\xe4\xba\xa4\xe6\xb5\x81\xe6\xb4\xbb\xe5\x8a\xa8</div>\r\n                                                        </a>\r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="news n3">\r\n                                                        <a href="/2024/1212/c1648a114033/page.htm" target="_blank">\r\n                                                            <div class="news_l">\r\n                                                                <div class="news_imgs"\r\n                                                                    data-src="/_upload/tpl/00/11/17/template17/images/default_mainimg.jpg">\r\n                                                                    <img src="/_upload/article/images/be/6d/4d5725214c1b9f8f9b8caf87fa00/b36446a8-7345-4175-9af7-6f69839269e7_s.jpg">\r\n                                                                </div>\r\n\r\n                                                            </div>\r\n                                                            <div class="news_wz">\r\n                                                                <div class="news_meta">\r\n                                                                    2024-12-12\r\n                                                                </div>\r\n                                                                <div class="news_title line1">\xe6\x88\x91\xe6\xa0\xa1\xe5\x8f\xac\xe5\xbc\x802024\xe5\xb9\xb4\xe4\xb8\x8b\xe5\x8d\x8a\xe5\xb9\xb4\xe5\x85\xa8\xe9\x9d\xa2\xe4\xbb\x8e\xe4\xb8\xa5\xe6\xb2\xbb\xe5\x85\x9a\xe4\xb8\x93\xe9\xa2\x98\xe4\xbc\x9a</div>\r\n                                                               \r\n\r\n                                                            </div>\r\n <div class="news_text line2">12\xe6\x9c\x8812\xe6\x97\xa5\xe4\xb8\x8a\xe5\x8d\x88\xef\xbc\x8c\xe6\x88\x91\xe6\xa0\xa1\xe5\x9c\xa8\xe9\xbe\x99\xe6\x98\x86\xe5\x8d\x97\xe6\xa0\xa1\xe5\x8c\xba\xe7\x94\xb0\xe5\xae\xb6\xe7\x82\xb3\xe6\x95\x99\xe8\x82\xb2\xe4\xb9\xa6\xe9\x99\xa2206\xe4\xbc\x9a\xe8\xae\xae\xe5\xae\xa4\xe5\x8f\xac\xe5\xbc\x802024\xe5\xb9\xb4\xe4\xb8\x8b\xe5\x8d\x8a\xe5\xb9\xb4\xe5\x85\xa8\xe9\x9d\xa2\xe4\xbb\x8e\xe4\xb8\xa5\xe6\xb2\xbb\xe5\x85\x9a\xe4\xb8\x93\xe9\xa2\x98\xe4\xbc\x9a\xe3\x80\x82\xe6\xa0\xa1\xe5\x85\x9a\xe5\xa7\x94\xe5\xb8\xb8\xe5\xa7\x94\xe8\xae\xb8\xe7\x8e\xab\xe3\x80\x81\xe6\x9d\xa8\xe5\x85\xb9\xe4\xb8\xbe\xe3\x80\x81\xe7\x8e\x8b\xe7\x91\x9c\xe3\x80\x81\xe5\x88\x98\xe6\xb1\x9d\xe5\x85\xb5\xe3\x80\x81\xe5\xbc\xa0\xe5\xbc\x95\xe3\x80\x81\xe7\x8e\x8b\xe4\xbb\xbb\xe6\x96\x8c\xe3\x80\x81\xe9\xbb\x84\xe5\xbf\x86\xe5\x86\x9b\xe5\x87\xba\xe5\xb8\xad\xe4\xbc\x9a\xe8\xae\xae\xef\xbc\x8c\xe6\xa0\xa1\xe9\x95\xbf\xe9\x99\x88\xe7\x9b\xb8\xe6\x9d\xbe\xe3\x80\x81\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe5\xbe\x90\xe5\x9f\xba\xe8\x89\xaf\xe5\x88\x97\xe5\xb8\xad\xe4\xbc\x9a\xe8\xae\xae\xe3\x80\x82\xe4\xbc\x9a\xe8\xae\xae\xe7\x94\xb1\xe6\xa0\xa1\xe5\x85\x9a\xe5\xa7\x94\xe4\xb9\xa6\xe8\xae\xb0\xe8\xae\xb8\xe7\x8e\xab\xe4\xb8\xbb\xe6\x8c\x81\xe3\x80\x82\xe4\xbc\x9a\xe4\xb8\x8a\xef\xbc\x8c\xe8\xae\xb8\xe7\x8e\xab\xe9\xa2\x86\xe5\xad\xa6\xe4\xba\x86\xe4\xb9\xa0\xe8\xbf\x91\xe5\xb9\xb3\xe6\x80\xbb\xe4\xb9\xa6\xe8\xae\xb0\xe5\x9c\xa8\xe5\x85\x9a\xe7\x9a\x84\xe4\xba\x8c\xe5\x8d\x81\xe5\xb1\x8a\xe4\xb8\x89\xe4\xb8\xad\xe5\x85\xa8\xe4\xbc\x9a\xe7\xac\xac\xe4\xba\x8c\xe6\xac\xa1\xe5\x85\xa8\xe4\xbd\x93\xe4\xbc\x9a\xe8\xae\xae\xe4\xb8\x8a\xe7\x9a\x84\xe9\x87\x8d\xe8\xa6\x81\xe8\xae\xb2\xe8\xaf\x9d\xe4\xbb\xa5\xe5\x8f\x8a\xe3\x80\x8a\xe4\xb8\xad\xe5\x85\xb1\xe4\xb8\xad\xe5\xa4\xae\xe5\x85\xb3\xe4\xba\x8e\xe8\xbf\x9b\xe4\xb8\x80\xe6\xad\xa5\xe5\x85\xa8\xe9\x9d\xa2\xe6\xb7\xb1\xe5\x8c\x96\xe6\x94\xb9\xe9\x9d\xa9\xe6\x8e\xa8\xe8\xbf\x9b\xe4\xb8\xad\xe5\x9b\xbd\xe5\xbc\x8f\xe7\x8e\xb0\xe4\xbb\xa3\xe5\x8c\x96\xe7\x9a\x84\xe5\x86\xb3\xe5\xae\x9a\xe3\x80\x8b\xe4\xb8\xad\xe5\x85\xa8\xe9\x9d\xa2\xe4\xbb\x8e\xe4\xb8\xa5\xe6\xb2\xbb\xe5\x85\x9a\xe8\x8a\x82\xe9\x80\x89\xe3\x80\x82\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe6\x9d\xa8\xe5\x85\xb9\xe4\xb8\xbe\xe9\xa2\x86\xe5\xad\xa6\xe4\xba\x86\xe4\xb8\xad\xe5\x85\xb1\xe4\xb8\xad\xe5\xa4\xae\xe6\x94\xbf\xe6\xb2\xbb\xe5\xb1\x80\xe5\xb8\xb8\xe5\xa7\x94\xe3\x80\x81\xe4\xb8\xad\xe5\xa4\xae\xe5\xb7\xa1\xe8\xa7\x86\xe5\xb7\xa5\xe4\xbd\x9c\xe9\xa2\x86\xe5\xaf\xbc\xe5\xb0\x8f\xe7\xbb\x84\xe7\xbb\x84\xe9\x95\xbf\xe6\x9d\x8e\xe5\xb8\x8c\xe5\x90\x8c\xe5\xbf\x97\xe5\x9c\xa8\xe4\xba\x8c\xe5\x8d\x81\xe5\xb1\x8a\xe4\xb8\xad\xe5\xa4\xae\xe7\xac\xac\xe5\x9b\x9b\xe8\xbd\xae\xe5\xb7\xa1\xe8\xa7\x86\xe5\xb7\xa5\xe4\xbd\x9c\xe5\x8a\xa8\xe5\x91\x98\xe9\x83\xa8\xe7\xbd\xb2\xe4\xbc\x9a\xe4\xb8\x8a\xe7\x9a\x84\xe8\xae\xb2\xe8\xaf\x9d\xe7\xb2\xbe\xe7\xa5\x9e\xe3\x80\x82\xe7\x8e\x8b\xe4\xbb\xbb\xe6\x96\x8c\xe6\xb1\x87\xe6\x8a\xa5\xe4\xba\x862024\xe5\xb9\xb4\xe5\xba\xa6\xe5\x85\x9a\xe5\xbb\xba\xe5\x92\x8c\xe5\xb7\xa1\xe5\xaf\x9f\xe5\xb7\xa5\xe4\xbd\x9c\xe6\x83\x85\xe5\x86\xb5\xef\xbc\x8c\xe5\x85\x9a\xe5\xa7\x94\xe5\xae\xa3\xe4\xbc\xa0\xe9\x83\xa8\xe6\xb1\x87\xe6\x8a\xa5\xe4\xba\x862024\xe5\xb9\xb4\xe5\xba\xa6\xe5\xae\xa3\xe4\xbc\xa0\xe5\x92\x8c\xe6\x84\x8f\xe8\xaf\x86\xe5\xbd\xa2\xe6\x80\x81\xe5\xb7\xa5\xe4\xbd\x9c\xe6\x83\x85\xe5\x86\xb5\xef\xbc\x8c\xe5\x85\x9a</div>\r\n                                                        </a>\r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n\r\n                                            </div>\r\n                                        \r\n                                    </div>\r\n                                </div>\r\n                                <div class="bott_r">\r\n                                    <div class="post-tt post-14 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa314">\r\n\r\n                                                                                    <div class="con">\r\n                                                <ul class="news_list list2 ">\r\n                                                   \r\n                                                    <li class="news n1">\r\n                                                        <a href="/2024/1212/c1648a114031/page.htm" target="_blank">\r\n                                                            <div class="news_l">\r\n\r\n                                                                <div class="news_meta">\r\n                                                                    2024-12-12\r\n                                                                </div>\r\n                                                            </div>\r\n                                                            <div class="news_wz">\r\n                                                                <div class="news_title line2">\xe5\x85\x9a\xe5\xa7\x94\xe7\xbb\x9f\xe6\x88\x98\xe9\x83\xa8\xe4\xb8\xbe\xe5\x8a\x9e\xe2\x80\x9c\xe5\xbd\x93\xe5\x89\x8d\xe5\xae\x97\xe6\x95\x99\xe9\x97\xae\xe9\xa2\x98 \xe5\x92\x8c\xe6\x96\xb0\xe6\x97\xb6\xe6\x9c\x9f\xe6\x88\x91\xe5\x9b\xbd\xe5\xae\x97\xe6\x95\x99\xe6\x94\xbf\xe7\xad\x96\xe2\x80\x9d\xe4\xb8\xbb\xe9\xa2\x98\xe8\xae\xb2\xe5\xba\xa7</div>\r\n                                                            </div>\r\n                                                        </a>\r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="news n2">\r\n                                                        <a href="/2024/1211/c1648a114027/page.htm" target="_blank">\r\n                                                            <div class="news_l">\r\n\r\n                                                                <div class="news_meta">\r\n                                                                    2024-12-11\r\n                                                                </div>\r\n                                                            </div>\r\n                                                            <div class="news_wz">\r\n                                                                <div class="news_title line2">\xe8\xae\xb8\xe7\x8e\xab\xe5\x88\xb0\xe9\xa9\xac\xe5\x85\x8b\xe6\x80\x9d\xe4\xb8\xbb\xe4\xb9\x89\xe5\xad\xa6\xe9\x99\xa2\xe5\xbc\x80\xe5\xb1\x95\xe5\x85\x9a\xe5\xbb\xba\xe5\xb7\xa5\xe4\xbd\x9c\xe5\x92\x8c\xe5\xa4\xa7\xe6\x80\x9d\xe6\x94\xbf\xe8\xaf\xbe\xe5\xbb\xba\xe8\xae\xbe\xe8\xb0\x83\xe7\xa0\x94</div>\r\n                                                            </div>\r\n                                                        </a>\r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="news n3">\r\n                                                        <a href="/2024/1211/c1648a114026/page.htm" target="_blank">\r\n                                                            <div class="news_l">\r\n\r\n                                                                <div class="news_meta">\r\n                                                                    2024-12-11\r\n                                                                </div>\r\n                                                            </div>\r\n                                                            <div class="news_wz">\r\n                                                                <div class="news_title line2">\xe6\x88\x91\xe6\xa0\xa1\xe5\x9c\xa8\xe7\xac\xac\xe5\x8d\x81\xe5\x85\xab\xe5\xb1\x8aiCAN\xe5\xa4\xa7\xe5\xad\xa6\xe7\x94\x9f\xe5\x88\x9b\xe6\x96\xb0\xe5\x88\x9b\xe4\xb8\x9a\xe5\xa4\xa7\xe8\xb5\x9b\xe5\x85\xa8\xe5\x9b\xbd\xe6\x80\xbb\xe5\x86\xb3\xe8\xb5\x9b\xe4\xb8\xad\xe8\x8e\xb7\xe5\xbe\x97\xe4\xb8\x80\xe7\xad\x89\xe5\xa5\x96</div>\r\n                                                            </div>\r\n                                                        </a>\r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="news n4">\r\n                                                        <a href="/2024/1210/c1648a113071/page.htm" target="_blank">\r\n                                                            <div class="news_l">\r\n\r\n                                                                <div class="news_meta">\r\n                                                                    2024-12-10\r\n                                                                </div>\r\n                                                            </div>\r\n                                                            <div class="news_wz">\r\n                                                                <div class="news_title line2">\xe6\x88\x91\xe6\xa0\xa1\xe5\xbc\x80\xe5\xb1\x952024\xe5\xb9\xb4\xe6\x80\x9d\xe6\x83\xb3\xe6\x94\xbf\xe6\xb2\xbb\xe7\xb4\xa0\xe8\xb4\xa8\xe5\x92\x8c\xe5\xb8\x88\xe5\xbe\xb7\xe7\xb4\xa0\xe5\x85\xbb\xe6\x8f\x90\xe5\x8d\x87\xe5\x9f\xb9\xe8\xae\xad</div>\r\n                                                            </div>\r\n                                                        </a>\r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="news n5">\r\n                                                        <a href="/2024/1210/c1648a113070/page.htm" target="_blank">\r\n                                                            <div class="news_l">\r\n\r\n                                                                <div class="news_meta">\r\n                                                                    2024-12-10\r\n                                                                </div>\r\n                                                            </div>\r\n                                                            <div class="news_wz">\r\n                                                                <div class="news_title line2">\xe6\x88\x91\xe6\xa0\xa1\xe6\x89\xbf\xe5\x8a\x9e\xe4\xb8\xad\xe5\x9b\xbd\xe5\xbf\x83\xe7\x90\x86\xe5\xad\xa6\xe4\xbc\x9a\xe5\xad\xa6\xe4\xb9\xa0\xe5\xbf\x83\xe7\x90\x86\xe4\xb8\x93\xe4\xb8\x9a\xe5\xa7\x94\xe5\x91\x98\xe4\xbc\x9a2024\xe5\xb9\xb4\xe5\xb7\xa5\xe4\xbd\x9c\xe4\xbc\x9a\xe8\xae\xae</div>\r\n                                                            </div>\r\n                                                        </a>\r\n                                                    </li>\r\n                                                    \r\n                                                    <li class="news n6">\r\n                                                        <a href="/2024/1210/c1648a113063/page.htm" target="_blank">\r\n                                                            <div class="news_l">\r\n\r\n                                                                <div class="news_meta">\r\n                                                                    2024-12-10\r\n                                                                </div>\r\n                                                            </div>\r\n                                                            <div class="news_wz">\r\n                                                                <div class="news_title line2">\xe6\x88\x91\xe6\xa0\xa1\xe8\x8d\xa3\xe8\x8e\xb72024\xe5\xb9\xb4\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe4\xb8\x87\xe5\x90\x8d\xe5\xa4\xa7\xe5\xad\xa6\xe7\x94\x9f\xe5\x9f\xba\xe5\xb1\x82\xe7\xa7\x91\xe6\x99\xae\xe8\xa1\x8c\xe6\xb4\xbb\xe5\x8a\xa8\xe5\xa4\x9a\xe9\xa1\xb9\xe8\x8d\xa3\xe8\xaa\x89</div>\r\n                                                            </div>\r\n                                                        </a>\r\n                                                    </li>\r\n                                                    \r\n                                                </ul>\r\n\r\n                                            </div>\r\n                                        \r\n                                    </div>\r\n                                </div>\r\n\r\n\r\n                            </div>\r\n\r\n                        </div>\r\n                        <div class="mr">\r\n                            <div class="post-tt post-19 mbox " frag="\xe7\xaa\x97\xe5\x8f\xa313">\r\n                                <div class="tt">\r\n                                    <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe5\xaa\x92\xe4\xbd\x93\xe6\xb5\xb7\xe5\xb8\x88</span>\r\n                                    </h3>\r\n                                    <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/1649/list.htm" class="w13_more"><span class="more_text"\r\n                                            frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                                    </div>\r\n                                </div>\r\n                                \r\n                                    <ul class="news_list">\r\n                                        \r\n                                        <li class="news n1 ">\r\n                                            <a href="/2024/1206/c1649a112367/page.htm" target="_blank">\r\n                                                <div class="news_img">\r\n                                                    <img src=\'/_upload/article/images/3c/9a/0edc004144c29149da979093d1e2/a98ab8c8-608a-4f01-ab5a-dc8a65ef9fcb_s.png\' width=\'320\' /></div>\r\n                                                <div class="news_title line2">\xe3\x80\x8a\xe4\xba\xba\xe6\xb0\x91\xe6\x97\xa5\xe6\x8a\xa5\xe3\x80\x8b\xe7\x90\x86\xe8\xae\xba\xe7\x89\x88\xe5\x8f\x91\xe8\xa1\xa8\xe6\x88\x91\xe6\xa0\xa1\xe6\xb3\x95\xe5\xad\xa6\xe9\x99\xa2\xe8\x80\x81\xe5\xb8\x88\xe6\x9b\xb9\xe4\xbf\x8a2\xe7\xaf\x87\xe7\x90\x86\xe8\xae\xba\xe6\x96\x87\xe7\xab\xa0</div>\r\n\r\n\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="news n2 ">\r\n                                            <a href="/2024/1203/c1649a110040/page.htm" target="_blank">\r\n                                                <div class="news_img">\r\n                                                    <img src=\'/_upload/article/images/e2/0d/f6aeca744966b99ac54dbf0cf156/06d5cfda-8bcd-4d61-9750-fda0e9bae768_s.jpg\' width=\'320\' /></div>\r\n                                                <div class="news_title line2">\xe6\x88\x91\xe6\xa0\xa1\xe6\x96\xb0\xe9\x97\xbb\xe4\xbc\xa0\xe6\x92\xad\xe4\xb8\x8e\xe5\xbd\xb1\xe8\xa7\x86\xe5\xad\xa6\xe9\x99\xa2\xe5\xad\xa6\xe7\x94\x9f\xe6\x96\xb0\xe9\x97\xbb\xe4\xbd\x9c\xe5\x93\x81\xe8\x8e\xb7\xe6\xb5\xb7\xe5\x8d\x97\xe5\x9b\xbd\xe9\x99\x85\xe4\xbc\xa0\xe6\x92\xad\xe4\xb8\xad\xe5\xbf\x83\xe9\x87\x87\xe7\x94\xa8</div>\r\n\r\n\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="news n3 ">\r\n                                            <a href="/2024/1125/c1649a110041/page.htm" target="_blank">\r\n                                                <div class="news_img">\r\n                                                    <img src=\'/_upload/article/images/d8/f3/ed74c21941f5ba8742b04f1af1c8/4bc7a018-41ea-4da7-ba2c-7ba32046bc73_s.jpeg\' width=\'320\' /></div>\r\n                                                <div class="news_title line2">\xe4\xb8\xad\xe5\x9b\xbd\xe6\x96\xb0\xe9\x97\xbb\xe7\xa4\xbe\xe4\xb8\x93\xe8\xae\xbf\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe4\xbd\x93\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2\xe5\x89\xaf\xe9\x99\xa2\xe9\x95\xbf\xe5\xba\x84\xe9\x95\xbf\xe5\xae\xbd</div>\r\n\r\n\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="news n4 ">\r\n                                            <a href="/2024/1121/c1649a110042/page.htm" target="_blank">\r\n                                                <div class="news_img">\r\n                                                    <img src=\'/_upload/article/images/14/06/f64128e84b0fbf67c579fd917047/1c428aca-d4dc-4851-867b-56816cc2a0d0_s.jpg\' width=\'320\' /></div>\r\n                                                <div class="news_title line2">\xe4\xba\xba\xe6\xb0\x91\xe7\xbd\x91\xe7\xad\x89\xe5\xaa\x92\xe4\xbd\x93\xe6\x8a\xa5\xe9\x81\x93\xe6\x88\x91\xe6\xa0\xa1\xe4\xb8\xbe\xe5\x8a\x9e\xe5\xba\x86\xe7\xa5\x9d\xe5\xbb\xba\xe6\xa0\xa175\xe5\x91\xa8\xe5\xb9\xb4\xe2\x80\x9c\xe8\xaf\x97\xe6\x83\x85\xe9\x9b\x85\xe9\x9f\xb5\xe2\x80\x9d\xe5\x8f\xa4\xe8\xaf\x97\xe8\xaf\x8d\xe5\x90\x88\xe5\x94\xb1\xe9\x9f\xb3\xe4\xb9\x90\xe4\xbc\x9a</div>\r\n\r\n\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="news n5 ">\r\n                                            <a href="/2024/1121/c1649a110043/page.htm" target="_blank">\r\n                                                <div class="news_img">\r\n                                                    <img src=\'/_upload/article/images/23/13/c7c923f6426b8a19b1d2a10262ef/8d45f40e-ea5b-4ca5-84d9-ace093bcb29f_s.jpg\' width=\'320\' /></div>\r\n                                                <div class="news_title line2">\xe6\x96\xb0\xe5\x8d\x8e\xe7\xa4\xbe\xe7\xad\x89\xe5\xa4\x9a\xe5\xae\xb6\xe5\xaa\x92\xe4\xbd\x93\xe6\x8a\xa5\xe9\x81\x93\xe6\x88\x91\xe6\xa0\xa175\xe5\x91\xa8\xe5\xb9\xb4\xe6\xa0\xa1\xe5\xba\x86\xe9\xab\x98\xe5\xb3\xb0\xe8\xae\xba\xe5\x9d\x9b</div>\r\n\r\n\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="news n6 ">\r\n                                            <a href="/2024/1121/c1649a110044/page.htm" target="_blank">\r\n                                                <div class="news_img">\r\n                                                    <img src=\'/_upload/article/images/29/b3/c6d4bc2c4822b67c55705e5560e1/e54427de-62e6-416d-8e9f-f803f5b19782_s.png\' width=\'320\' /></div>\r\n                                                <div class="news_title line2">\xe5\xa4\x9a\xe5\xae\xb6\xe5\xaa\x92\xe4\xbd\x93\xe6\x8a\xa5\xe9\x81\x93\xe6\x88\x91\xe6\xa0\xa1\xe4\xb8\xbe\xe8\xa1\x8c\xe5\xba\x86\xe7\xa5\x9d\xe5\xbb\xba\xe6\xa0\xa175\xe5\x91\xa8\xe5\xb9\xb4\xe6\x96\x87\xe8\x89\xba\xe6\x99\x9a\xe4\xbc\x9a</div>\r\n\r\n\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                    </ul>\r\n                                \r\n                            </div>\r\n                        </div>\r\n\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class="wrapper main2" id="container-2">\r\n\r\n            <div class="inner">\r\n                <div class="mod clearfix">\r\n\r\n\r\n                    <div class="post-tt post-22 mbox " frag="\xe7\xaa\x97\xe5\x8f\xa322">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe5\xbd\xb1\xe5\x83\x8f\xe6\xb5\xb7\xe5\xb8\x88</span>\r\n                            </h3>\r\n                            <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/yxhs/list.htm" class="w22_more"><span class="more_text" frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                            </div>\r\n                        </div>\r\n                        \r\n                            <div class="con">\r\n                                <ul class="news_list ">\r\n                                    \r\n                                    <li class="news n1">\r\n\r\n                                        <div class="news_imgs" data-video="/_upload/article/videos/18/5f/d28280304e0b8e7cdabaaaa9f85c/6ef8d43e-a5d9-4022-8e5e-783fda0e062a-B.mp4">\r\n                                            <img src=\'/_upload/article/images/18/5f/d28280304e0b8e7cdabaaaa9f85c/fcb254fc-2aca-45f4-95f6-5c6197d16925_s.png\' width=\'320\' />\r\n                                        </div>\r\n\r\n                                        <div class="news_wz">\r\n                                            <div class="news_title line1">\xe3\x80\x8a\xe6\xb5\xb7\xe5\xb8\x88\xe6\x83\x85\xe9\x95\xbf\xe3\x80\x8b\xe2\x80\x94\xe2\x80\x94\xe7\x94\x9f\xe5\x91\xbd\xe7\xa7\x91\xe5\xad\xa6\xe5\xad\xa6\xe9\x99\xa2\xe5\x85\xa8\xe4\xbd\x93\xe5\xb8\x88\xe7\x94\x9f\xe6\xa0\xa1\xe5\x8f\x8b\xe4\xb8\xba\xe6\xaf\x8d\xe6\xa0\xa175\xe5\x8d\x8e\xe8\xaf\x9e\xe7\x8c\xae\xe7\xa4\xbc\xef\xbc\x81</div>\r\n                                            <div class="news_time">2024-11-09</div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n2">\r\n\r\n                                        <div class="news_imgs" data-video="/_upload/article/videos/48/5f/9ac0d6d64d9f8c049679ae13d63b/329a24b9-afc1-483d-89c8-22c61870fb3b-B.mp4">\r\n                                            <img src=\'/_upload/article/images/48/5f/9ac0d6d64d9f8c049679ae13d63b/8655866c-ec9b-4cfa-af5b-01fcacf25f9b_s.jpg\' width=\'320\' />\r\n                                        </div>\r\n\r\n                                        <div class="news_wz">\r\n                                            <div class="news_title line1">\xe3\x80\x8a\xe5\xb8\x88\xe9\x81\x93\xc2\xb7\xe8\x8a\xb3\xe5\x8d\x8e\xe3\x80\x8b\xe2\x80\x94\xe2\x80\x94\xe7\x8c\xae\xe7\xa4\xbc\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe5\xbb\xba\xe6\xa0\xa175\xe5\x91\xa8\xe5\xb9\xb4</div>\r\n                                            <div class="news_time">2024-11-08</div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n3">\r\n\r\n                                        <div class="news_imgs" data-video="/_upload/article/videos/7a/84/418df12f40e5b161b2221793121c/50153319-6894-4b96-923b-1f5d4d7863ad-B.mp4">\r\n                                            <img src=\'/_upload/article/images/7a/84/418df12f40e5b161b2221793121c/dbc78aae-e294-40ff-ba1b-4b8b34b91665_s.png\' width=\'320\' />\r\n                                        </div>\r\n\r\n                                        <div class="news_wz">\r\n                                            <div class="news_title line1">\xe3\x80\x8a\xe4\xb8\x83\xe5\x8d\x81\xe4\xba\x94\xe8\xbd\xbd\xe8\x8d\xa3\xe5\x85\x89\xe3\x80\x8b\xe2\x80\x94\xe2\x80\x94\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa675\xe5\x91\xa8\xe5\xb9\xb4\xe6\xa0\xa1\xe5\xba\x86\xe4\xb8\xbb\xe9\xa2\x98\xe6\x9b\xb2</div>\r\n                                            <div class="news_time">2024-11-07</div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n4">\r\n\r\n                                        <div class="news_imgs" data-video="/_upload/article/videos/87/17/224be1444958870c56d249a9ca5b/8102c794-07e3-464d-b717-119bdf282252-B.mp4">\r\n                                            <img src=\'/_upload/article/images/87/17/224be1444958870c56d249a9ca5b/973fa2e3-f7ab-43d7-929f-64a20af96841_s.png\' width=\'320\' />\r\n                                        </div>\r\n\r\n                                        <div class="news_wz">\r\n                                            <div class="news_title line1">\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe6\xa0\xa1\xe5\x9b\xad\xe5\x8e\x9f\xe5\x88\x9b\xe6\xad\x8c\xe6\x9b\xb2\xe3\x80\x8a\xe9\x9d\x92\xe6\x98\xa5\xe5\xad\x95\xe8\x82\xb2\xe5\xb8\x8c\xe6\x9c\x9b\xe3\x80\x8bMV\xef\xbc\x88\xe6\x96\xb0\xe7\x89\x88\xef\xbc\x89</div>\r\n                                            <div class="news_time">2024-09-23</div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n5">\r\n\r\n                                        <div class="news_imgs" data-video="/_upload/article/videos/dd/9e/dde5afb349f5803409872ca2a125/5612508f-76aa-4e16-a578-706d117fa908-B.mp4">\r\n                                            <img src=\'/_upload/article/images/dd/9e/dde5afb349f5803409872ca2a125/d765064c-da50-4ab0-9a3e-449aac59932e_s.png\' width=\'320\' />\r\n                                        </div>\r\n\r\n                                        <div class="news_wz">\r\n                                            <div class="news_title line1">2024\xe5\xb1\x8a\xe7\xa0\x94\xe7\xa9\xb6\xe7\x94\x9f\xe6\xaf\x95\xe4\xb8\x9a\xe5\x85\xb8\xe7\xa4\xbc\xe6\x9a\xa8\xe5\xad\xa6\xe4\xbd\x8d\xe6\x8e\x88\xe4\xba\x88\xe4\xbb\xaa\xe5\xbc\x8f\xe8\xa7\x86\xe9\xa2\x91</div>\r\n                                            <div class="news_time">2024-06-30</div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n6">\r\n\r\n                                        <div class="news_imgs" data-video="/_upload/article/videos/a4/67/f02772814b399a621149fa48bd5a/8e67e88f-35a8-4ba1-835a-f7f48311f76c-B.mp4">\r\n                                            <img src=\'/_upload/article/images/a4/67/f02772814b399a621149fa48bd5a/f7350e9f-db01-4a7c-9d9a-3aa3789ed913_s.png\' width=\'320\' />\r\n                                        </div>\r\n\r\n                                        <div class="news_wz">\r\n                                            <div class="news_title line1">\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe7\xa0\x94\xe7\xa9\xb6\xe7\x94\x9f\xe4\xb9\x8b\xe6\xad\x8c\xe3\x80\x8a\xe6\xbb\xa1\xe5\xb8\x86\xe8\xbf\xbd\xe6\xa2\xa6\xe3\x80\x8b</div>\r\n                                            <div class="news_time">2024-06-30</div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                </ul>\r\n\r\n\r\n                            </div>\r\n                        \r\n                    </div>\r\n\r\n\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class="wrapper main3" id="container-3">\r\n            <div class="inner">\r\n                <div class="mod clearfix">\r\n                    <div class="post-tt post-31 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa331">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe9\x80\x9a\xe7\x9f\xa5\xe5\x85\xac\xe5\x91\x8a</span></h3>\r\n                            <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/xxgg/list.htm" class="w31_more"><span class="more_text" frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                            </div>\r\n                        </div>\r\n                        <div class="con">\r\n                            \r\n                                <ul class="news_list clearfix">\r\n                                    \r\n                                    <li class="news n1 ">\r\n                                        <a href="/2024/1213/c499a114116/page.htm" target="_blank">\r\n                                            <div class="news_box">\r\n\r\n                                                <div class="news_meta">\r\n                                                    <span class="news_dd">13</span>\r\n                                                    <span class="news_month">2024-12</span>\r\n                                                </div>\r\n                                                <div class="news_wz">\r\n                                                    <div class="news_title line3">\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe9\x99\x84\xe5\xb1\x9e\xe5\xb9\xbc\xe5\x84\xbf\xe5\x9b\xad2024\xe5\xb9\xb4\xe5\x85\xac\xe5\xbc\x80\xe6\x8b\x9b\xe8\x81\x98\xe4\xba\x8b\xe4\xb8\x9a\xe7\xbc\x96\xe5\x88\xb6\xe5\xb7\xa5\xe4\xbd\x9c\xe4\xba\xba\xe5\x91\x98\xe5\x85\xac\xe5\x91\x8a\xef\xbc\x88\xe7\xac\xac5\xe5\x8f\xb7\xef\xbc\x89</div>\r\n\r\n                                                </div>\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n2 ">\r\n                                        <a href="/2024/1206/c499a111383/page.htm" target="_blank">\r\n                                            <div class="news_box">\r\n\r\n                                                <div class="news_meta">\r\n                                                    <span class="news_dd">06</span>\r\n                                                    <span class="news_month">2024-12</span>\r\n                                                </div>\r\n                                                <div class="news_wz">\r\n                                                    <div class="news_title line3">\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa62024\xe5\xb9\xb4\xe5\x85\xac\xe5\xbc\x80\xe6\x8b\x9b\xe8\x81\x98\xe5\x91\x98\xe9\xa2\x9d\xe5\x88\xb6\xe5\xa4\xa7\xe5\xad\xa6\xe7\x94\x9f\xe5\xbf\x83\xe7\x90\x86\xe5\x81\xa5\xe5\xba\xb7\xe6\x95\x99\xe8\x82\xb2\xe5\xb7\xa5\xe4\xbd\x9c\xe4\xba\xba\xe5\x91\x98\xe5\x85\xac\xe5\x91\x8a\xef\xbc\x88\xe4\xba\x8c\xef\xbc\x89</div>\r\n\r\n                                                </div>\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n3 ">\r\n                                        <a href="/2024/1128/c499a106530/page.htm" target="_blank">\r\n                                            <div class="news_box">\r\n\r\n                                                <div class="news_meta">\r\n                                                    <span class="news_dd">28</span>\r\n                                                    <span class="news_month">2024-11</span>\r\n                                                </div>\r\n                                                <div class="news_wz">\r\n                                                    <div class="news_title line3">\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe9\x99\x84\xe5\xb1\x9e\xe5\xb9\xbc\xe5\x84\xbf\xe5\x9b\xad2024\xe5\xb9\xb4\xe5\x85\xac\xe5\xbc\x80\xe6\x8b\x9b\xe8\x81\x98\xe4\xba\x8b\xe4\xb8\x9a\xe7\xbc\x96\xe5\x88\xb6\xe5\xb7\xa5\xe4\xbd\x9c\xe4\xba\xba\xe5\x91\x98\xe5\x85\xac\xe5\x91\x8a \xef\xbc\x88\xe7\xac\xac4\xe5\x8f\xb7\xef\xbc\x89</div>\r\n\r\n                                                </div>\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n4 ">\r\n                                        <a href="/2024/1122/c499a105390/page.htm" target="_blank">\r\n                                            <div class="news_box">\r\n\r\n                                                <div class="news_meta">\r\n                                                    <span class="news_dd">21</span>\r\n                                                    <span class="news_month">2024-11</span>\r\n                                                </div>\r\n                                                <div class="news_wz">\r\n                                                    <div class="news_title line3">\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe5\x8c\xbb\xe9\x99\xa2\xe5\x85\xac\xe5\xbc\x80\xe6\x8b\x9b\xe8\x81\x98\xe5\x85\xac\xe5\x91\x8a</div>\r\n\r\n                                                </div>\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                </ul>\r\n                            \r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class="wrapper main4" id="container-4">\r\n            <div class="inner">\r\n                <div class="mod">\r\n                    <div class="post-tt post-41 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa341">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe4\xb8\x93\xe9\xa2\x98\xe7\xbd\x91\xe7\xab\x99</span></h3>\r\n                            <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/ztwz/list.htm" class="w41_more"><span class="more_text" frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                            </div>\r\n                        </div>\r\n                        <div class="con">\r\n                            \r\n                                <ul class="news_list clearfix">\r\n                                    \r\n                                    <li class="news n1 ">\r\n                                        <a href="https://hszk.hainnu.edu.cn/" target="_blank">\r\n                                            <div class="news_imgs">\r\n\r\n                                                <img src=\'/_upload/article/images/e9/59/c406a3e84bb89ae72494da62ae79/89372b48-b1c8-4330-b63c-8ba315321995_s.png\' width=\'320\' />\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n2 ">\r\n                                        <a href="https://75.hainnu.edu.cn/main.htm" target="_blank">\r\n                                            <div class="news_imgs">\r\n\r\n                                                <img src=\'/_upload/article/images/8f/95/10afefc440e8aa55756cf2ef8257/b6290e9c-bcaa-41c2-a225-8bc65170a24e_s.png\' width=\'320\' />\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n3 ">\r\n                                        <a href="http://www.hainnu.edu.cn/djxxjy/list.htm" target="_blank">\r\n                                            <div class="news_imgs">\r\n\r\n                                                <img src=\'/_upload/article/images/fb/f4/59c02ea7420b8ea3854701481d97/77a200c2-f823-4a54-af2b-174de536389d_s.png\' width=\'320\' />\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n4 ">\r\n                                        <a href="https://old.hainnu.edu.cn/html/tese/" target="_blank">\r\n                                            <div class="news_imgs">\r\n\r\n                                                <img src=\'/_upload/article/images/99/ad/b5cfa9174fa3a79a3bb3786e1deb/5de9f997-4abd-4e7e-bbff-69ae60ab74df_s.jpg\' width=\'320\' />\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n5 ">\r\n                                        <a href="https://old.hainnu.edu.cn/html/ershida/" target="_blank">\r\n                                            <div class="news_imgs">\r\n\r\n                                                <img src=\'/_upload/article/images/7b/f7/33364e9144d19adff17fefea4467/088fc3fd-5851-4708-9b64-0cab8df22f5f_s.jpg\' width=\'320\' />\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                </ul>\r\n                            \r\n                        </div>\r\n                    </div>\r\n\r\n                    <div class="post-tt post-42 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa342">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe4\xb8\x93\xe9\xa2\x98\xe7\xbd\x91\xe7\xab\x99</span></h3>\r\n                            <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/ztwz/list.htm" class="w42_more"><span class="more_text" frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                            </div>\r\n                        </div>\r\n                        <div class="con">\r\n                            \r\n                                <ul class="news_list clearfix">\r\n                                    \r\n                                    <li class="news n1 ">\r\n                                        <a href="https://hszk.hainnu.edu.cn/" target="_blank">\r\n                                            <div class="news_imgs">\r\n\r\n                                                <img src=\'/_upload/article/images/e9/59/c406a3e84bb89ae72494da62ae79/89372b48-b1c8-4330-b63c-8ba315321995_s.png\' width=\'320\' />\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n2 ">\r\n                                        <a href="https://75.hainnu.edu.cn/main.htm" target="_blank">\r\n                                            <div class="news_imgs">\r\n\r\n                                                <img src=\'/_upload/article/images/8f/95/10afefc440e8aa55756cf2ef8257/b6290e9c-bcaa-41c2-a225-8bc65170a24e_s.png\' width=\'320\' />\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n3 ">\r\n                                        <a href="http://www.hainnu.edu.cn/djxxjy/list.htm" target="_blank">\r\n                                            <div class="news_imgs">\r\n\r\n                                                <img src=\'/_upload/article/images/fb/f4/59c02ea7420b8ea3854701481d97/77a200c2-f823-4a54-af2b-174de536389d_s.png\' width=\'320\' />\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n4 ">\r\n                                        <a href="https://old.hainnu.edu.cn/html/tese/" target="_blank">\r\n                                            <div class="news_imgs">\r\n\r\n                                                <img src=\'/_upload/article/images/99/ad/b5cfa9174fa3a79a3bb3786e1deb/5de9f997-4abd-4e7e-bbff-69ae60ab74df_s.jpg\' width=\'320\' />\r\n                                            </div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                </ul>\r\n                            \r\n                        </div>\r\n                    </div>\r\n\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class="wrapper main5" id="container-5">\r\n            <div class="inner">\r\n                <div class="mod">\r\n                    <div class="post-tt post-50 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa350">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe6\x95\x99\xe8\x82\xb2\xe6\x95\x99\xe5\xad\xa6</span></h3>\r\n                            <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/472/list.htm" class="w50_more"><span class="more_text" frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                            </div>\r\n                        </div>\r\n                        <div class="con">\r\n                            <!-- No Data -->\r\n                        </div>\r\n                    </div>\r\n                    <div class="m5bottom clearfix">\r\n                        <div class="ml">\r\n\r\n\r\n\r\n                            <div class="post-tt post-51 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa351">\r\n\r\n                                <div class="con">\r\n                                    \r\n                                        \r\n                                        <ul class="clearfix">\r\n                                            \r\n                                            <li class="links i1"><a href="https://jwc.hainnu.edu.cn/" target="_self">\xe6\x9c\xac\xe7\xa7\x91\xe7\x94\x9f\xe6\x95\x99\xe8\x82\xb2</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i2"><a href="https://yjsc.hainnu.edu.cn/" target="_self">\xe7\xa0\x94\xe7\xa9\xb6\xe7\x94\x9f\xe6\x95\x99\xe8\x82\xb2</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i3"><a href="https://gjwh.hainnu.edu.cn/" target="_self">\xe5\x9b\xbd\xe9\x99\x85\xe6\x95\x99\xe8\x82\xb2</a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="links i4"><a href="https://jxjyxy.hainnu.edu.cn/" target="_self">\xe7\xbb\xa7\xe7\xbb\xad\xe6\x95\x99\xe8\x82\xb2</a>\r\n                                            </li>\r\n                                            \r\n                                        </ul>\r\n                                        \r\n                                    \r\n                                </div>\r\n                            </div>\r\n\r\n                            <div class="xxtext1"><img src="/_upload/tpl/00/11/17/template17/images/xxtt1.svg"></div>\r\n                            <div class="xxtext2"><img src="/_upload/tpl/00/11/17/template17/images/xxtt2.svg"></div>\r\n\r\n                        </div>\r\n                        <div class="mr">\r\n                            <div class="post-tt post-52 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa352">\r\n\r\n                                <div class="con">\r\n                                    \r\n                                        <ul class="news_list clearfix">\r\n                                            \r\n                                            <li class="news n1 ">\r\n                                                <a href="/2024/1203/c472a109832/page.htm" target="_blank">\r\n                                                    <div class="news_imgs">\r\n\r\n                                                        <img src=\'/_upload/article/images/5d/b5/152901fe48d0a7f62f862e3b3fde/34c8687b-8fd5-4b18-acb7-2bfb65cd9ea5_s.jpg\' width=\'320\' />\r\n                                                    </div>\r\n                                                    <div class="news_wz">\r\n                                                        <div class="news_title line2">\xe6\x88\x91\xe6\xa0\xa1\xe5\x8f\xac\xe5\xbc\x80\xe5\xb8\x88\xe8\x8c\x83\xe7\xb1\xbb\xe4\xb8\x93\xe4\xb8\x9a\xe8\xae\xa4\xe8\xaf\x81\xe5\xb7\xa5\xe4\xbd\x9c\xe6\x8e\xa8\xe8\xbf\x9b\xe4\xbc\x9a</div>\r\n                                                        <div class="news_con line2">12\xe6\x9c\x883\xe6\x97\xa5\xe4\xb8\x8a\xe5\x8d\x88\xef\xbc\x8c\xe6\x88\x91\xe6\xa0\xa1\xe5\x9c\xa8\xe6\xa1\x82\xe6\x9e\x97\xe6\xb4\x8b\xe6\xa0\xa1\xe5\x8c\xba\xe7\xac\xac\xe4\xb8\x80\xe5\x85\xac\xe5\x85\xb1\xe6\xa5\xbc\xe4\xb8\x89\xe6\xa5\xbc\xe4\xbc\x9a\xe8\xae\xae\xe5\xae\xa4\xe5\x8f\xac\xe5\xbc\x80\xe5\xb8\x88\xe8\x8c\x83\xe7\xb1\xbb\xe4\xb8\x93\xe4\xb8\x9a\xe8\xae\xa4\xe8\xaf\x81\xe5\xb7\xa5\xe4\xbd\x9c\xe6\x8e\xa8\xe8\xbf\x9b\xe4\xbc\x9a\xe3\x80\x82\xe6\xa0\xa1\xe5\x85\x9a\xe5\xa7\x94\xe4\xb9\xa6\xe8\xae\xb0\xe8\xae\xb8\xe7\x8e\xab\xe5\x87\xba\xe5\xb8\xad\xe4\xbc\x9a\xe8\xae\xae\xef\xbc\x8c\xe4\xbc\x9a\xe8\xae\xae\xe7\x94\xb1\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe5\xbe\x90\xe5\x9f\xba\xe8\x89\xaf\xe4\xb8\xbb\xe6\x8c\x81\xe3\x80\x82\xe4\xbc\x9a\xe4\xb8\x8a\xef\xbc\x8c\xe6\x88\x91\xe6\xa0\xa1\xe5\xb8\x88\xe8\x8c\x83\xe7\xb1\xbb\xe4\xb8\x93\xe4\xb8\x9a\xe8\xae\xa4\xe8\xaf\x81\xe5\xb7\xa5\xe4\xbd\x9c\xe9\xa2\x86\xe5\xaf\xbc\xe5\xb0\x8f\xe7\xbb\x84\xe5\x8a\x9e\xe5\x85\xac\xe5\xae\xa4\xe7\x9b\xb8\xe5\x85\xb3\xe8\xb4\x9f\xe8\xb4\xa3\xe4\xba\xba\xe6\xb1\x87\xe6\x8a\xa5\xe4\xba\x86\xe5\xad\xa6\xe6\xa0\xa1\xe5\xb8\x88\xe8\x8c\x83\xe7\xb1\xbb\xe4\xb8\x93\xe4\xb8\x9a\xe8\xae\xa4\xe8\xaf\x81\xe5\xb7\xa5\xe4\xbd\x9c\xe6\x95\xb4\xe4\xbd\x93\xe6\x8e\xa8\xe8\xbf\x9b\xe6\x83\x85\xe5\x86\xb5\xe3\x80\x81\xe5\xad\x98\xe5\x9c\xa8\xe7\x9a\x84\xe9\x97\xae\xe9\xa2\x98\xe5\x8f\x8a\xe4\xb8\x8b\xe4\xb8\x80\xe6\xad\xa5\xe5\xb7\xa5\xe4\xbd\x9c\xe8\xae\xa1\xe5\x88\x92\xe3\x80\x82\xe9\xa9\xac\xe5\x85\x8b\xe6\x80\x9d\xe4\xb8\xbb\xe4\xb9\x89\xe5\xad\xa6\xe9\x99\xa2\xe7\xad\x8917\xe4\xb8\xaa\xe5\xad\xa6\xe9\x99\xa2\xef\xbc\x8c\xe6\x95\x99\xe5\x8a\xa1\xe5\xa4\x84\xe7\xad\x897\xe4\xb8\xaa\xe9\x83\xa8\xe9\x97\xa8\xe8\xb4\x9f\xe8\xb4\xa3\xe4\xba\xba\xe4\xbe\x9d\xe6\xac\xa1\xe6\xb1\x87\xe6\x8a\xa5\xe4\xba\x86\xe5\xb7\xa5\xe4\xbd\x9c\xe8\xbf\x9b\xe5\xb1\x95\xe6\x83\x85\xe5\x86\xb5\xe3\x80\x82\xe5\xbe\x90\xe5\x9f\xba\xe8\x89\xaf\xe5\x9c\xa8\xe6\x80\xbb\xe7\xbb\x93\xe8\xae\xb2\xe8\xaf\x9d\xe4\xb8\xad\xe5\x85\x85\xe5\x88\x86\xe8\x82\xaf\xe5\xae\x9a\xe4\xba\x86\xe5\x90\x84\xe5\x8d\x95\xe4\xbd\x8d\xe5\x9c\xa8\xe8\xae\xa4\xe8\xaf\x81\xe5\xb7\xa5\xe4\xbd\x9c\xe4\xb8\xad\xe5\x81\x9a\xe5\x87\xba\xe7\x9a\x84\xe5\x8a\xaa\xe5\x8a\x9b\xef\xbc\x8c\xe5\xb9\xb6\xe5\xaf\xb9\xe4\xb8\x8b\xe4\xb8\x80\xe6\xad\xa5\xe5\xb7\xa5\xe4\xbd\x9c\xe6\x8f\x90\xe5\x87\xba\xe5\x85\xb7\xe4\xbd\x93\xe8\xa6\x81\xe6\xb1\x82\xe3\x80\x82\xe4\xbb\x96\xe6\x8c\x87\xe5\x87\xba\xef\xbc\x8c\xe4\xb8\x93\xe4\xb8\x9a\xe8\xae\xa4\xe8\xaf\x81\xe6\x98\xaf\xe5\x85\xb3\xe7\xb3\xbb\xe4\xb8\x93\xe4\xb8\x9a\xe5\xad\x98\xe4\xba\xa1\xe7\x9a\x84\xe5\xa4\xa7\xe4\xba\x8b\xef\xbc\x8c\xe5\x90\x84\xe9\x83\xa8\xe9\x97\xa8\xe5\x90\x84\xe5\xad\xa6\xe9\x99\xa2\xe8\xa6\x81\xe9\xab\x98\xe5\xba\xa6\xe9\x87\x8d\xe8\xa7\x86\xef\xbc\x8c\xe5\xaf\xb9\xe6\xa0\x87\xe5\xaf\xb9\xe8\xa1\xa8\xef\xbc\x8c\xe6\x89\x8e\xe5\xae\x9e\xe6\x8e\xa8\xe8\xbf\x9b\xef\xbc\x9b\xe8\xa6\x81\xe5\xa2\x9e\xe5\xbc\xba\xe5\x81\x9a\xe5\xa5\xbd\xe5\xb8\x88\xe8\x8c\x83\xe7\xb1\xbb\xe4\xb8\x93\xe4\xb8\x9a\xe8\xae\xa4\xe8\xaf\x81\xe5\xb7\xa5\xe4\xbd\x9c\xe7\x9a\x84\xe7\xb4\xa7\xe8\xbf\xab\xe6\x84\x9f\xef\xbc\x8c\xe6\x8a\x8a\xe6\x8f\xa1\xe6\x97\xb6\xe9\x97\xb4\xe8\x8a\x82\xe7\x82\xb9\xef\xbc\x8c\xe6\x8f\x90\xe6\x97\xa9\xe5\xae\x8c\xe5\x96\x84\xe7\x9b\xb8\xe5\x85\xb3\xe6\x9d\x90\xe6\x96\x99\xef\xbc\x9b\xe8\xa6\x81\xe5\x8a\xa0\xe5\xbc\xba\xe5\xad\xa6\xe9\x99\xa2\xe4\xb9\x8b\xe9\x97\xb4\xe7\x9a\x84\xe8\x81\x94\xe5\x8a\xa8\xef\xbc\x8c\xe4\xba\x92\xe7\x9b\xb8\xe5\xad\xa6\xe4\xb9\xa0\xe4\xba\x92\xe7\x9b\xb8\xe6\x94\xaf</div>\r\n                                                        <div class="imgbox"><img\r\n                                                                src="/_upload/tpl/00/11/17/template17/images/p52moreico.svg">\r\n                                                        </div>\r\n                                                    </div>\r\n\r\n                                                </a>\r\n                                            </li>\r\n                                            \r\n                                            <li class="news n2 ">\r\n                                                <a href="/2024/1203/c472a109829/page.htm" target="_blank">\r\n                                                    <div class="news_imgs">\r\n\r\n                                                        <img src=\'/_upload/article/images/60/d0/95205c14406d8a4750945f0af11e/894412dc-fbb2-4371-b0e5-c342acf6677a_s.jpg\' width=\'320\' />\r\n                                                    </div>\r\n                                                    <div class="news_wz">\r\n                                                        <div class="news_title line2">\xe6\x88\x91\xe6\xa0\xa1\xe6\x96\xb0\xe9\x97\xbb\xe4\xbc\xa0\xe6\x92\xad\xe4\xb8\x8e\xe5\xbd\xb1\xe8\xa7\x86\xe5\xad\xa6\xe9\x99\xa2\xe5\xad\xa6\xe7\x94\x9f\xe6\x96\xb0\xe9\x97\xbb\xe4\xbd\x9c\xe5\x93\x81\xe8\x8e\xb7\xe6\xb5\xb7\xe5\x8d\x97\xe5\x9b\xbd\xe9\x99\x85\xe4\xbc\xa0\xe6\x92\xad\xe4\xb8\xad\xe5\xbf\x83\xe9\x87\x87\xe7\x94\xa8</div>\r\n                                                        <div class="news_con line2">12\xe6\x9c\x881\xe6\x97\xa5\xef\xbc\x8c\xe6\xb5\xb7\xe5\x8d\x97\xe5\x9b\xbd\xe9\x99\x85\xe4\xbc\xa0\xe6\x92\xad\xe4\xb8\xad\xe5\xbf\x83\xe5\xae\x98\xe7\xbd\x91\xe7\xad\x89\xe5\xb9\xb3\xe5\x8f\xb0\xe5\x88\x8a\xe5\x8f\x91\xe6\x88\x91\xe6\xa0\xa1\xe6\x96\xb0\xe9\x97\xbb\xe4\xbc\xa0\xe6\x92\xad\xe4\xb8\x8e\xe5\xbd\xb1\xe8\xa7\x86\xe5\xad\xa6\xe9\x99\xa22022\xe7\xba\xa7\xe5\xad\xa6\xe7\x94\x9f\xe7\x9a\x84\xe8\x8b\xb1\xe6\x96\x87\xe6\x96\xb0\xe9\x97\xbb\xe6\x8a\xa5\xe9\x81\x93\xe3\x80\x82\xe8\xbf\x99\xe6\x98\xaf\xe6\x88\x91\xe6\xa0\xa1\xe5\x8a\xa0\xe5\xbc\xba\xe5\x9b\xbd\xe9\x99\x85\xe6\x96\xb0\xe9\x97\xbb\xe4\xbc\xa0\xe6\x92\xad\xe4\xba\xba\xe6\x89\x8d\xe5\x9f\xb9\xe5\x85\xbb\xe3\x80\x81\xe6\x8f\x90\xe5\x8d\x87\xe5\xad\xa6\xe7\x94\x9f\xe8\x8b\xb1\xe6\x96\x87\xe9\x87\x87\xe7\xbc\x96\xe8\x83\xbd\xe5\x8a\x9b\xe7\x9a\x84\xe4\xb8\x80\xe6\xac\xa1\xe5\xb0\x9d\xe8\xaf\x95\xe3\x80\x8211\xe6\x9c\x8830\xe6\x97\xa5\xef\xbc\x8c\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe6\x96\xb0\xe9\x97\xbb\xe4\xbc\xa0\xe6\x92\xad\xe5\xbd\xb1\xe8\xa7\x86\xe5\xad\xa6\xe9\x99\xa2110\xe4\xbd\x99\xe5\x90\x8d\xe5\xb8\x88\xe7\x94\x9f\xe8\xb5\xb4\xe4\xb8\xb4\xe9\xab\x98\xe5\x8e\xbf\xe4\xb8\x9c\xe8\x8b\xb1\xe9\x95\x87\xe5\xbc\x80\xe5\xb1\x95\xe8\xa7\x81\xe4\xb9\xa0\xe6\xb4\xbb\xe5\x8a\xa8\xe3\x80\x82\xe4\xb8\xba\xe6\x8f\x90\xe5\x8d\x87\xe5\xad\xa6\xe7\x94\x9f\xe7\x9a\x84\xe8\x8b\xb1\xe6\x96\x87\xe9\x87\x87\xe7\xbc\x96\xe8\x83\xbd\xe5\x8a\x9b\xef\xbc\x8c\xe6\x9c\xac\xe6\xac\xa1\xe8\xa7\x81\xe4\xb9\xa0\xe6\xb4\xbb\xe5\x8a\xa8\xe5\xb0\x9d\xe8\xaf\x95\xe8\xae\xa9\xe5\xad\xa6\xe7\x94\x9f\xe7\x94\xa8\xe8\x8b\xb1\xe6\x96\x87\xe5\x87\xba\xe9\x95\x9c\xe3\x80\x81\xe7\x94\xa8\xe8\x8b\xb1\xe6\x96\x87\xe9\x87\x87\xe8\xae\xbf\xef\xbc\x8c\xe6\x8c\x89\xe7\x85\xa7\xe5\x9b\xbd\xe9\x99\x85\xe6\x96\xb0\xe9\x97\xbb\xe9\x87\x87\xe5\x86\x99\xe7\x9a\x84\xe6\xa0\x87\xe5\x87\x86\xe5\xae\x8c\xe6\x88\x90\xe6\x9c\xac\xe6\xac\xa1\xe6\xb4\xbb\xe5\x8a\xa8\xe7\x9a\x84\xe8\x8b\xb1\xe6\x96\x87\xe9\x87\x87\xe8\xae\xbf\xe7\xbc\x96\xe8\xbe\x91\xe5\xb7\xa5\xe4\xbd\x9c\xe3\x80\x82\xe5\x9c\xa8\xe5\xad\xa6\xe9\x99\xa2\xe6\x95\x99\xe5\xb8\x88\xe6\x9d\xa8\xe7\xa7\x80\xe4\xbe\x83\xe7\x9a\x84\xe6\x8c\x87\xe5\xaf\xbc\xe4\xb8\x8b\xef\xbc\x8c2022\xe7\xba\xa7\xe6\x96\xb0\xe9\x97\xbb\xe4\xb8\x93\xe4\xb8\x9a\xe7\x9a\x84\xe5\x88\x98\xe9\x92\xb0\xe7\xba\xa2\xe3\x80\x81\xe7\x8e\x8b\xe6\xa2\xa6\xe7\x92\x87\xe5\x92\x8c2022\xe7\xba\xa7\xe5\xb9\xbf\xe7\x94\xb5\xe4\xb8\x93\xe4\xb8\x9a\xe7\x9a\x84\xe4\xb8\x81\xe4\xb8\x80\xe7\xad\x89\xe5\x90\x8c\xe5\xad\xa6\xe5\x9c\xa8\xe8\xa7\x81\xe4\xb9\xa0\xe6\xb4\xbb\xe5\x8a\xa8\xe4\xb8\xad\xe9\x87\x87\xe8\xae\xbf\xe3\x80\x81\xe6\x8b\x8d\xe6\x91\x84\xe3\x80\x81\xe7\xbc\x96\xe8\xbe\x91\xef\xbc\x8c\xe5\xbd\xa2\xe6\x88\x90\xe7\x9a\x84\xe8\x8b\xb1\xe6\x96\x87\xe6\x96\xb0\xe9\x97\xbb\xe7\x89\x87\xe8\xa2\xab\xe6\xb5\xb7\xe5\x8d\x97\xe5\x9b\xbd\xe9\x99\x85\xe4\xbc\xa0\xe6\x92\xad\xe4\xb8\xad\xe5\xbf\x83\xe9\x87\x87\xe7\x94\xa8\xe5\x88\x8a\xe5\x8f\x91\xe3\x80\x82\xe6\xb5\xb7\xe5\x8d\x97\xe5\x9b\xbd\xe9\x99\x85\xe4\xbc\xa0\xe6\x92\xad\xe4\xb8\xad\xe5\xbf\x83\xe9\xa6\x96\xe5\xb8\xad\xe6\x89\xa7\xe8\xa1\x8c\xe5\xae\x98\xe9\x99\x88\xe4\xb9\xa6\xe7\x84\x95\xe8\xaf\xb4\xef\xbc\x9a\xe2\x80\x9c\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb0\x81\xe5\x85\xb3\xe5\x9c\xa8\xe5\x8d\xb3\xef\xbc\x8c\xe6\xb5\xb7\xe5\x8d\x97\xe5\x9b\xbd\xe9\x99\x85\xe4\xbc\xa0\xe6\x92\xad</div>\r\n                                                        <div class="imgbox"><img\r\n                                                                src="/_upload/tpl/00/11/17/template17/images/p52moreico.svg">\r\n                                                        </div>\r\n                                                    </div>\r\n\r\n                                                </a>\r\n                                            </li>\r\n                                            \r\n                                        </ul>\r\n                                    \r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class="wrapper main6" id="container-6">\r\n            <div class="inner">\r\n                <div class="mod">\r\n                    <div class="post-tt post-61 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa361">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe5\xad\xa6\xe6\x9c\xaf\xe7\xa7\x91\xe7\xa0\x94</span></h3>\r\n                            <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="http://www.hainnu.edu.cn/473/list.htm" class="w61_more"><span class="more_text" frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                            </div>\r\n                        </div>\r\n                        <div class="con clearfix">\r\n                                                            <ul class="news_list clearfix">\r\n                                    \r\n                                    <li class="news n1 " ids="1">\r\n<a href="/2024/1211/c517a114030/page.htm" target="_blank">\r\n                                        <div class="news_time">\r\n                                            <span class="news_year">2024</span>\r\n                                            <span class="news_dd">12.11</span>\r\n                                        </div>\r\n                                        <div class="news_title line1">\xe6\x88\x91\xe6\xa0\xa1\xe4\xb8\xbe\xe5\x8a\x9e\xe4\xb9\xa0\xe8\xbf\x91\xe5\xb9\xb3\xe6\x96\x87\xe5\x8c\x96\xe6\x80\x9d\xe6\x83\xb3\xe4\xb8\x8e\xe7\x90\xbc\xe6\xb9\x98\xe6\x96\x87\xe5\xad\xa6\xe5\x8f\x91\xe5\xb1\x95\xe7\xa0\x94\xe7\xa9\xb6\xe5\xad\xa6\xe6\x9c\xaf\xe7\xa0\x94\xe8\xae\xa8\xe4\xbc\x9a</div>\r\n                                        <div class="news_con line2">12\xe6\x9c\x887\xe6\x97\xa5\xef\xbc\x8c\xe7\x94\xb1\xe6\x88\x91\xe6\xa0\xa1\xe4\xb8\xbb\xe5\x8a\x9e\xe7\x9a\x84\xe2\x80\x9c\xe4\xb9\xa0\xe8\xbf\x91\xe5\xb9\xb3\xe6\x96\x87\xe5\x8c\x96\xe6\x80\x9d\xe6\x83\xb3\xe4\xb8\x8e\xe7\x90\xbc\xe6\xb9\x98\xe6\x96\x87\xe5\xad\xa6\xe5\x8f\x91\xe5\xb1\x95\xe7\xa0\x94\xe7\xa9\xb6\xe5\xad\xa6\xe6\x9c\xaf\xe7\xa0\x94\xe8\xae\xa8\xe4\xbc\x9a\xe2\x80\x9d\xe5\x9c\xa8\xe6\xb5\xb7\xe5\x8d\x97\xe4\xb8\x89\xe4\xba\x9a\xe4\xb8\xbe\xe8\xa1\x8c\xef\xbc\x8c\xe5\x90\xb8\xe5\xbc\x95\xe4\xba\x86\xe6\x9d\xa5\xe8\x87\xaa\xe5\x9b\xbd\xe9\x98\xb2\xe7\xa7\x91\xe6\x8a\x80\xe5\xa4\xa7\xe5\xad\xa6\xe3\x80\x81\xe4\xb8\xad\xe5\x9b\xbd\xe4\xba\xba\xe6\xb0\x91\xe5\xa4\xa7\xe5\xad\xa6\xe3\x80\x81\xe5\xa4\xa9\xe6\xb4\xa5\xe5\xa4\xa7\xe5\xad\xa6\xe3\x80\x81\xe5\x8c\x97\xe4\xba\xac\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe7\xad\x89\xe9\xab\x98\xe6\xa0\xa1\xe5\x92\x8c\xe5\xa4\xa7\xe5\xad\xa6\xe6\x9c\x9f\xe5\x88\x8a\xe7\xa4\xbe\xe8\xbf\x91120\xe4\xbd\x8d\xe7\x9f\xa5\xe5\x90\x8d\xe4\xb8\x93\xe5\xae\xb6\xe3\x80\x81\xe7\xbc\x96\xe8\xbe\x91\xe3\x80\x81\xe9\x9d\x92\xe5\xb9\xb4\xe5\xad\xa6\xe8\x80\x85\xe5\x92\x8c\xe7\xa0\x94\xe7\xa9\xb6\xe7\x94\x9f\xe5\x85\xb1\xe5\x90\x8c\xe5\x8f\x82\xe4\xb8\x8e\xe3\x80\x82\xe6\xa0\xa1\xe5\x85\x9a\xe5\xa7\x94\xe5\xb8\xb8\xe5\xa7\x94\xe3\x80\x81\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe6\x9d\xa8\xe5\x85\xb9\xe4\xb8\xbe\xef\xbc\x8c\xe6\xb9\x96\xe5\x8d\x97\xe7\x9c\x81\xe6\x96\x87\xe8\x89\xba\xe7\x90\x86\xe8\xae\xba\xe5\xad\xa6\xe4\xbc\x9a\xe4\xbc\x9a\xe9\x95\xbf\xe8\xb5\xb5\xe7\x82\x8e\xe7\xa7\x8b\xef\xbc\x8c\xe6\xb9\x98\xe6\xbd\xad\xe5\xa4\xa7\xe5\xad\xa6\xe5\x85\x9a\xe5\xa7\x94\xe5\xb8\xb8\xe5\xa7\x94\xe3\x80\x81\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf\xef\xbc\x8c\xe6\xb9\x96\xe5\x8d\x97\xe7\x9c\x81\xe6\xaf\x94\xe8\xbe\x83\xe6\x96\x87\xe5\xad\xa6\xe4\xb8\x8e\xe4\xb8\x96\xe7\x95\x8c\xe6\x96\x87\xe5\xad\xa6\xe5\xad\xa6\xe4\xbc\x9a\xe4\xbc\x9a\xe9\x95\xbf\xe5\x88\x98\xe4\xb8\xad\xe6\x9c\x9b\xe5\x87\xba\xe5\xb8\xad\xe5\xbc\x80\xe5\xb9\x95\xe5\xbc\x8f\xe5\xb9\xb6\xe8\x87\xb4\xe8\xbe\x9e\xe3\x80\x82\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe6\xaf\x94\xe8\xbe\x83\xe6\x96\x87\xe5\xad\xa6\xe4\xb8\x8e\xe4\xb8\x96\xe7\x95\x8c\xe6\x96\x87\xe5\xad\xa6\xe5\xad\xa6\xe4\xbc\x9a\xe4\xbc\x9a\xe9\x95\xbf\xe7\xbd\x97\xe7\x92\xa0\xe6\x95\x99\xe6\x8e\x88\xe4\xb8\xbb\xe6\x8c\x81\xe5\xbc\x80\xe5\xb9\x95\xe5\xbc\x8f\xe3\x80\x82\xe6\x9d\xa8\xe5\x85\xb9\xe4\xb8\xbe\xe6\x8c\x87\xe5\x87\xba\xef\xbc\x8c\xe6\x9c\xac\xe6\xac\xa1\xe4\xb9\xa0\xe8\xbf\x91\xe5\xb9\xb3\xe6\x96\x87\xe5\x8c\x96\xe6\x80\x9d\xe6\x83\xb3\xe4\xb8\x8e\xe7\x90\xbc\xe6\xb9\x98\xe6\x96\x87\xe5\xad\xa6\xe5\x8f\x91\xe5\xb1\x95\xe7\xa0\x94\xe7\xa9\xb6\xe5\xad\xa6\xe6\x9c\xaf\xe7\xa0\x94\xe8\xae\xa8\xe4\xbc\x9a\xef\xbc\x8c\xe6\x98\xaf\xe5\x9c\xa8\xe6\xb9\x96\xe5\x8d\x97\xe7\x9c\x81\xe4\xba\xba\xe6\xb0\x91\xe6\x94\xbf\xe5\xba\x9c\xe5\x92\x8c\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe4\xba\xba\xe6\xb0\x91\xe6\x94\xbf\xe5\xba\x9c\xe7\xad\xbe\xe7\xbd\xb2\xe6\x88\x98\xe7\x95\xa5\xe5\x90\x88\xe4\xbd\x9c\xe6\xa1\x86\xe6\x9e\xb6\xe5\x8d\x8f\xe8\xae\xae\xef\xbc\x8c\xe6\x8e\xa8\xe8\xbf\x9b\xe5\x85\xb1\xe5\xbb\xba\xe2\x80\x9c\xe4\xb8\x80\xe5\xb8\xa6\xe4\xb8\x80\xe8\xb7\xaf\xe2\x80\x9d\xe7\x9a\x84\xe8\x83\x8c\xe6\x99\xaf\xe4\xb8\x8b\xef\xbc\x8c\xe4\xba\xba\xe6\x96\x87\xe7\xa4\xbe\xe4\xbc\x9a\xe7\xa7\x91\xe5\xad\xa6\xe9\xa2\x86\xe5\x9f\x9f\xe5\xaf\xb9\xe5\x8a\xa9\xe6\x8e\xa8\xe5\xae\x9e\xe7\x8e\xb0\xe2\x80\x9c\xe6\xb9\x96\xe5\x8d\x97\xe5\x87\xba\xe6\xb5\xb7\xe3\x80\x81\xe6\xb5\xb7\xe5\x8d\x97\xe5\x87\xba\xe5\xbd\xa9\xe2\x80\x9d</div>\r\n</a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n2 " ids="2">\r\n<a href="/2024/1208/c517a112866/page.htm" target="_blank">\r\n                                        <div class="news_time">\r\n                                            <span class="news_year">2024</span>\r\n                                            <span class="news_dd">12.08</span>\r\n                                        </div>\r\n                                        <div class="news_title line1">\xe5\x8d\x8e\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe8\x8e\xab\xe9\x9b\xb7\xe6\x95\x99\xe6\x8e\x88\xe5\xba\x94\xe9\x82\x80\xe5\x88\xb0\xe6\x88\x91\xe6\xa0\xa1\xe8\xae\xb2\xe5\xad\xa6</div>\r\n                                        <div class="news_con line2">12\xe6\x9c\x887\xe6\x97\xa5\xe4\xb8\x8a\xe5\x8d\x88\xef\xbc\x8c\xe5\xba\x94\xe6\x88\x91\xe6\xa0\xa1\xe5\xbf\x83\xe7\x90\x86\xe5\xad\xa6\xe9\x99\xa2\xe5\x92\x8c\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe9\x9d\x92\xe5\xb0\x91\xe5\xb9\xb4\xe5\xbf\x83\xe7\x90\x86\xe5\x8f\x91\xe5\xb1\x95\xe4\xb8\x8e\xe7\xa0\x94\xe7\xa9\xb6\xe5\x9f\xba\xe5\x9c\xb0\xe9\x82\x80\xe8\xaf\xb7\xef\xbc\x8c\xe5\x8d\x8e\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe6\x96\x87\xe7\xa7\x91\xe8\xb5\x84\xe6\xb7\xb1\xe6\x95\x99\xe6\x8e\x88\xe3\x80\x81\xe5\x8e\x9f\xe5\x8d\x8e\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe3\x80\x81\xe5\x8e\x9f\xe4\xb8\xad\xe5\x9b\xbd\xe5\xbf\x83\xe7\x90\x86\xe5\xad\xa6\xe4\xbc\x9a\xe7\x90\x86\xe4\xba\x8b\xe9\x95\xbf\xe3\x80\x81\xe5\x9b\xbd\xe5\x8a\xa1\xe9\x99\xa2\xe5\xad\xa6\xe4\xbd\x8d\xe5\xa7\x94\xe5\x91\x98\xe4\xbc\x9a\xe5\xad\xa6\xe7\xa7\x91\xe8\xaf\x84\xe8\xae\xae\xe7\xbb\x84\xe5\x8f\xac\xe9\x9b\x86\xe4\xba\xba\xe3\x80\x81\xe5\x9b\xbd\xe5\xae\xb6\xe7\xba\xa7\xe6\x95\x99\xe5\xad\xa6\xe5\x90\x8d\xe5\xb8\x88\xe8\x8e\xab\xe9\x9b\xb7\xe6\x95\x99\xe6\x8e\x88\xe4\xb8\xba\xe6\x88\x91\xe6\xa0\xa1\xe5\xb8\x88\xe7\x94\x9f\xe4\xbd\x9c\xe4\xba\x86\xe4\xb8\x80\xe5\x9c\xba\xe9\xa2\x98\xe4\xb8\xba\xe3\x80\x8a\xe5\x9f\xba\xe4\xba\x8e\xe9\xa9\xac\xe5\x85\x8b\xe6\x80\x9d\xe4\xb8\xbb\xe4\xb9\x89\xe5\xae\x9e\xe8\xb7\xb5\xe8\xa7\x82\xe7\x9a\x84\xe5\x8f\x8c\xe6\x9c\xba\xe5\x88\xb6\xe5\xad\xa6\xe4\xb9\xa0\xe7\x90\x86\xe8\xae\xba\xe6\x9e\x84\xe5\xbb\xba\xe3\x80\x8b\xe7\x9a\x84\xe5\xad\xa6\xe6\x9c\xaf\xe6\x8a\xa5\xe5\x91\x8a\xe3\x80\x82\xe8\xae\xb2\xe5\xba\xa7\xe4\xb8\xad\xef\xbc\x8c\xe8\x8e\xab\xe9\x9b\xb7\xe6\x95\x99\xe6\x8e\x88\xe4\xbb\xa5\xe4\xbc\xa0\xe7\xbb\x9f\xe5\xad\xa6\xe4\xb9\xa0\xe7\x90\x86\xe8\xae\xba\xe5\xbc\x95\xe5\x8f\x91\xe7\x9a\x84\xe5\x9b\xb0\xe6\x83\x91\xe4\xbd\x9c\xe5\x88\x87\xe5\x85\xa5\xe7\x82\xb9\xef\xbc\x8c\xe5\x85\xa8\xe9\x9d\xa2\xe4\xbb\x8b\xe7\xbb\x8d\xe4\xba\x86\xe5\xad\xa6\xe4\xb9\xa0\xe5\xbf\x83\xe7\x90\x86\xe5\xad\xa6\xe7\xa0\x94\xe7\xa9\xb6\xe7\x9a\x84\xe9\x97\xae\xe9\xa2\x98\xe4\xb8\x8e\xe4\xbd\x93\xe7\xb3\xbb\xe6\x9e\x84\xe6\x88\x90\xe3\x80\x81\xe5\xad\xa6\xe4\xb9\xa0\xe7\x90\x86\xe8\xae\xba\xe7\xa0\x94\xe7\xa9\xb6\xe7\x9a\x84\xe6\xa0\xb8\xe5\xbf\x83\xe9\x97\xae\xe9\xa2\x98\xe5\x8f\x8a\xe5\x85\xb6\xe6\xb4\xbe\xe5\x88\xab\xef\xbc\x8c\xe7\xb3\xbb\xe7\xbb\x9f\xe5\x9c\xb0\xe9\x98\x90\xe8\xbf\xb0\xe4\xba\x86\xe5\x8f\x8c\xe6\x9c\xba\xe5\x88\xb6\xe5\xad\xa6\xe4\xb9\xa0\xe7\x90\x86\xe8\xae\xba\xe7\x9a\x84\xe7\x90\x86\xe8\xae\xba\xe5\x9f\xba\xe7\xa1\x80\xe4\xb8\x8e\xe5\xbd\xa2\xe6\x88\x90\xe3\x80\x81\xe5\x8f\x8c\xe6\x9c\xba\xe5\x88\xb6\xe5\xad\xa6\xe4\xb9\xa0\xe7\x90\x86\xe8\xae\xba\xe7\x9a\x84\xe8\x8c\x83\xe7\x95\xb4\xe4\xb8\x8e\xe7\x90\x86\xe8\xae\xba\xe6\xa1\x86\xe6\x9e\xb6\xe3\x80\x82\xe4\xbb\x96\xe8\xa1\xa8\xe7\xa4\xba\xef\xbc\x8c\xe5\x8f\x8c\xe6\x9c\xba\xe5\x88\xb6\xe5\xad\xa6\xe4\xb9\xa0\xe7\x90\x86\xe8\xae\xba\xe7\xaa\x81\xe7\xa0\xb4\xe4\xba\x86\xe4\xbc\xa0\xe7\xbb\x9f\xe5\xad\xa6\xe4\xb9\xa0\xe7\x90\x86\xe8\xae\xba\xe4\xb8\x8e\xe6\xb5\x81\xe6\xb4\xbe\xe7\x9a\x84\xe5\xb1\x80\xe9\x99\x90\xef\xbc\x8c\xe5\xbe\x88\xe5\xa5\xbd\xe5\x9c\xb0\xe5\x9b\x9e\xe7\xad\x94\xe4\xba\x86\xe2\x80\x9c\xe4\xb8\xaa\xe4\xbd\x93\xe8\x8e\xb7\xe5\xbe\x97\xe4\xbb\x80\xe4\xb9\x88\xe7\xbb\x8f\xe9\xaa\x8c\xe2\x80\x9d\xe5\x92\x8c\xe2\x80\x9c\xe4\xb8\xaa\xe4\xbd\x93\xe5\xa6\x82\xe4\xbd\x95\xe8\x8e\xb7\xe5\xbe\x97\xe7\xbb\x8f\xe9\xaa\x8c\xe2\x80\x9d\xe8\xbf\x99\xe4\xb8\xa4\xe4\xb8\xaa\xe5\x85\xb3\xe4\xba\x8e\xe4\xba\xba\xe7\xb1\xbb\xe4\xb8\xaa\xe4\xbd\x93\xe5\xad\xa6</div>\r\n</a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n3 " ids="3">\r\n<a href="/2024/1203/c517a109820/page.htm" target="_blank">\r\n                                        <div class="news_time">\r\n                                            <span class="news_year">2024</span>\r\n                                            <span class="news_dd">12.03</span>\r\n                                        </div>\r\n                                        <div class="news_title line1">\xe6\x88\x91\xe6\xa0\xa1\xe6\x89\xbf\xe5\x8a\x9e\xe7\xac\xac\xe4\xba\x8c\xe5\xb1\x8a\xe8\x87\xaa\xe8\xb4\xb8\xe6\xb8\xaf\xe5\x9f\xba\xe7\xa1\x80\xe6\x95\x99\xe8\x82\xb2\xe6\x94\xb9\xe9\x9d\xa9\xe4\xb8\x8e\xe5\x8f\x91\xe5\xb1\x95\xe8\xae\xba\xe5\x9d\x9b\xe8\x87\xaa\xe8\xb4\xb8\xe6\xb8\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe5\x88\x86\xe8\xae\xba\xe5\x9d\x9b</div>\r\n                                        <div class="news_con line2">11\xe6\x9c\x8829\xe6\x97\xa5\xe4\xb8\x8b\xe5\x8d\x88\xef\xbc\x8c\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe4\xbc\x9a2024\xe5\xb9\xb4\xe5\xad\xa6\xe6\x9c\xaf\xe5\xb9\xb4\xe4\xbc\x9a\xe6\x9a\xa8\xe7\xac\xac\xe4\xba\x8c\xe5\xb1\x8a\xe8\x87\xaa\xe8\xb4\xb8\xe6\xb8\xaf\xe5\x9f\xba\xe7\xa1\x80\xe6\x95\x99\xe8\x82\xb2\xe6\x94\xb9\xe9\x9d\xa9\xe4\xb8\x8e\xe5\x8f\x91\xe5\xb1\x95\xe8\xae\xba\xe5\x9d\x9b\xe8\x87\xaa\xe8\xb4\xb8\xe6\xb8\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe5\x88\x86\xe8\xae\xba\xe5\x9d\x9b\xe5\x9c\xa8\xe6\x88\x91\xe6\xa0\xa1\xe9\xbe\x99\xe6\x98\x86\xe5\x8d\x97\xe6\xa0\xa1\xe5\x8c\xba\xe5\x9b\xbe\xe4\xb9\xa6\xe9\xa6\x86\xe5\x8d\x81\xe6\xa5\xbc\xe6\x8a\xa5\xe5\x91\x8a\xe5\x8e\x85\xe4\xb8\xbe\xe5\x8a\x9e\xe3\x80\x82\xe6\x9c\xac\xe6\xac\xa1\xe5\x88\x86\xe8\xae\xba\xe5\x9d\x9b\xe4\xbb\xa5\xe2\x80\x9c\xe6\x95\x99\xe8\x82\xb2\xe5\xae\xb6\xe7\xb2\xbe\xe7\xa5\x9e\xe9\x93\xb8\xe9\xad\x82\xe5\xbc\xba\xe5\xb8\x88\xef\xbc\x8c\xe5\xbb\xba\xe8\xae\xbe\xe6\x96\xb0\xe6\x97\xb6\xe4\xbb\xa3\xe9\xab\x98\xe6\xb0\xb4\xe5\xb9\xb3\xe6\x95\x99\xe5\xb8\x88\xe9\x98\x9f\xe4\xbc\x8d\xe2\x80\x9d\xe4\xb8\xba\xe4\xb8\xbb\xe9\xa2\x98\xef\xbc\x8c\xe7\x94\xb1\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe4\xbc\x9a\xe4\xb8\xbb\xe5\x8a\x9e\xef\xbc\x8c\xe6\x88\x91\xe6\xa0\xa1\xe6\x95\x99\xe5\xb8\x88\xe6\x95\x99\xe8\x82\xb2\xe5\xad\xa6\xe9\x99\xa2\xe6\x89\xbf\xe5\x8a\x9e\xe3\x80\x82\xe8\xae\xba\xe5\x9d\x9b\xe6\xb1\x87\xe8\x81\x9a\xe4\xba\x86\xe6\x95\x99\xe8\x82\xb2\xe4\xb8\x93\xe5\xae\xb6\xe5\xad\xa6\xe8\x80\x85\xe3\x80\x81\xe4\xb8\xad\xe5\xb0\x8f\xe5\xad\xa6\xe6\xa0\xa1\xe9\x95\xbf\xe5\x8f\x8a\xe9\xab\x98\xe6\xa0\xa1\xe5\xb8\x88\xe7\x94\x9f\xe4\xbb\xa3\xe8\xa1\xa8\xe5\x85\xb1200\xe4\xbd\x99\xe4\xba\xba\xef\xbc\x8c\xe5\x85\xb1\xe5\x90\x8c\xe6\x8e\xa2\xe8\xae\xa8\xe8\x87\xaa\xe8\xb4\xb8\xe6\xb8\xaf\xe8\x83\x8c\xe6\x99\xaf\xe4\xb8\x8b\xe5\x9f\xba\xe7\xa1\x80\xe6\x95\x99\xe8\x82\xb2\xe6\x95\x99\xe5\xb8\x88\xe9\x98\x9f\xe4\xbc\x8d\xe7\x9a\x84\xe5\xbb\xba\xe8\xae\xbe\xe4\xb8\x8e\xe5\x8f\x91\xe5\xb1\x95\xef\xbc\x8c\xe6\x8f\x90\xe9\xab\x98\xe6\x95\x99\xe8\x82\xb2\xe8\xb4\xa8\xe9\x87\x8f\xef\xbc\x8c\xe5\x85\xb1\xe7\xad\x91\xe6\x95\x99\xe8\x82\xb2\xe5\xbc\xba\xe5\x9b\xbd\xe6\xa2\xa6\xe3\x80\x82\xe6\x88\x91\xe6\xa0\xa1\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe5\xbe\x90\xe5\x9f\xba\xe8\x89\xaf\xe5\x87\xba\xe5\xb8\xad\xe5\x90\xaf\xe5\x8a\xa8\xe4\xbb\xaa\xe5\xbc\x8f\xe5\xb9\xb6\xe5\x8f\x91\xe8\xa1\xa8\xe8\x87\xb4\xe8\xbe\x9e\xe3\x80\x82\xe4\xbb\x96\xe8\xa1\xa8\xe7\xa4\xba\xef\xbc\x8c\xe6\x9c\xac\xe6\xac\xa1\xe5\xb9\xb4\xe4\xbc\x9a\xe6\x9a\xa8\xe8\xae\xba\xe5\x9d\x9b\xe6\x97\xa8\xe5\x9c\xa8\xe6\xb7\xb1\xe5\x85\xa5\xe8\xb4\xaf\xe5\xbd\xbb\xe5\x85\xa8\xe5\x9b\xbd\xe6\x95\x99\xe8\x82\xb2\xe5\xa4\xa7\xe4\xbc\x9a\xe7\xb2\xbe\xe7\xa5\x9e\xef\xbc\x8c\xe8\x90\xbd\xe5\xae\x9e\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe6\x95\x99\xe8\x82\xb2\xe5\x8e\x85\xe5\x85\xb3\xe4\xba\x8e\xe5\x8a\xa0\xe5\xbc\xba\xe6\x96\xb0\xe6\x97\xb6\xe4\xbb\xa3\xe6\x95\x99\xe5\xb8\x88\xe9\x98\x9f\xe4\xbc\x8d\xe5\xbb\xba\xe8\xae\xbe\xe7\x9a\x84\xe5\x90\x84\xe9\xa1\xb9\xe8\xa6\x81\xe6\xb1\x82\xef\xbc\x8c\xe5\xbc\x98\xe6\x89\xac\xe6\x95\x99\xe8\x82\xb2\xe5\xae\xb6\xe7\xb2\xbe\xe7\xa5\x9e\xef\xbc\x8c\xe8\x81\x9a\xe7\x84\xa6\xe6\xa0\xa1\xe9\x95\xbf\xe9\xa2\x86\xe5\xaf\xbc\xe5\x8a\x9b\xe4\xb8\x8e\xe5\x88\x9b\xe6\x96\xb0\xe5\xae\x9e\xe8\xb7\xb5\xe8\x83\xbd\xe5\x8a\x9b\xef\xbc\x8c\xe4\xb8\xba\xe4\xb8\x8e\xe4\xbc\x9a\xe8\x80\x85\xe6\x8f\x90\xe4\xbe\x9b\xe4\xba\xa4</div>\r\n</a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n4 " ids="4">\r\n<a href="/2024/1205/c517a111362/page.htm" target="_blank">\r\n                                        <div class="news_time">\r\n                                            <span class="news_year">2024</span>\r\n                                            <span class="news_dd">12.03</span>\r\n                                        </div>\r\n                                        <div class="news_title line1">\xe6\x88\x91\xe6\xa0\xa1\xe4\xb8\xbe\xe5\x8a\x9e\xe2\x80\x9c\xe5\x88\x97\xe5\xae\x81\xe6\x80\x9d\xe6\x83\xb3\xe5\xbd\x93\xe4\xbb\xa3\xe4\xbb\xb7\xe5\x80\xbc\xe4\xb8\x8e\xe4\xb8\xad\xe5\x9b\xbd\xe5\xbc\x8f\xe7\x8e\xb0\xe4\xbb\xa3\xe5\x8c\x96\xe2\x80\x9d\xe7\x90\x86\xe8\xae\xba\xe7\xa0\x94\xe8\xae\xa8\xe4\xbc\x9a</div>\r\n                                        <div class="news_con line2">11\xe6\x9c\x8830\xe6\x97\xa5\xef\xbc\x8c\xe7\x94\xb1\xe4\xb8\xad\xe5\x9b\xbd\xe9\xa9\xac\xe5\x85\x8b\xe6\x80\x9d\xe4\xb8\xbb\xe4\xb9\x89\xe5\x93\xb2\xe5\xad\xa6\xe5\x8f\xb2\xe5\xad\xa6\xe4\xbc\x9a\xe5\x88\x97\xe5\xae\x81\xe6\x80\x9d\xe6\x83\xb3\xe7\xa0\x94\xe7\xa9\xb6\xe5\x88\x86\xe4\xbc\x9a\xe4\xb8\x8e\xe6\x88\x91\xe6\xa0\xa1\xe8\x81\x94\xe5\x90\x88\xe4\xb8\xbb\xe5\x8a\x9e\xef\xbc\x8c\xe6\x88\x91\xe6\xa0\xa1\xe9\xa9\xac\xe5\x85\x8b\xe6\x80\x9d\xe4\xb8\xbb\xe4\xb9\x89\xe5\xad\xa6\xe9\x99\xa2\xe6\x89\xbf\xe5\x8a\x9e\xe7\x9a\x84\xe2\x80\x9c\xe5\x88\x97\xe5\xae\x81\xe6\x80\x9d\xe6\x83\xb3\xe5\xbd\x93\xe4\xbb\xa3\xe4\xbb\xb7\xe5\x80\xbc\xe4\xb8\x8e\xe4\xb8\xad\xe5\x9b\xbd\xe5\xbc\x8f\xe7\x8e\xb0\xe4\xbb\xa3\xe5\x8c\x96\xe2\x80\x9d\xe7\x90\x86\xe8\xae\xba\xe7\xa0\x94\xe8\xae\xa8\xe4\xbc\x9a\xe6\x9a\xa8\xe5\x88\x97\xe5\xae\x81\xe6\x80\x9d\xe6\x83\xb3\xe7\xa0\x94\xe7\xa9\xb6\xe4\xbc\x9a2024\xe5\xb9\xb4\xe5\xb9\xb4\xe4\xbc\x9a\xe5\x9c\xa8\xe6\xb5\xb7\xe5\x8f\xa3\xe4\xb8\xbe\xe8\xa1\x8c\xe3\x80\x82\xe6\x9d\xa5\xe8\x87\xaa\xe5\x85\xa8\xe5\x9b\xbd\xe9\xab\x98\xe6\xa0\xa1\xe3\x80\x81\xe7\xa7\x91\xe7\xa0\x94\xe9\x99\xa2\xe6\x89\x80\xe7\x9a\x84\xe4\xb8\x93\xe5\xae\xb6\xe5\xad\xa6\xe8\x80\x85\xef\xbc\x8c\xe5\x9b\xb4\xe7\xbb\x95\xe2\x80\x9c\xe5\x88\x97\xe5\xae\x81\xe6\x80\x9d\xe6\x83\xb3\xe5\xbd\x93\xe4\xbb\xa3\xe4\xbb\xb7\xe5\x80\xbc\xe4\xb8\x8e\xe4\xb8\xad\xe5\x9b\xbd\xe5\xbc\x8f\xe7\x8e\xb0\xe4\xbb\xa3\xe5\x8c\x96\xe2\x80\x9d\xe8\xbf\x99\xe4\xb8\x80\xe4\xb8\xbb\xe9\xa2\x98\xe5\xb1\x95\xe5\xbc\x80\xe7\xa0\x94\xe8\xae\xa8\xe4\xba\xa4\xe6\xb5\x81\xe3\x80\x82\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe5\xa7\x94\xe5\xae\xa3\xe4\xbc\xa0\xe9\x83\xa8\xe5\x89\xaf\xe9\x83\xa8\xe9\x95\xbf\xe5\xbc\xa0\xe6\x8c\xaf\xe6\x98\x8e\xef\xbc\x8c\xe4\xb8\xad\xe5\x9b\xbd\xe5\x88\x97\xe5\xae\x81\xe6\x80\x9d\xe6\x83\xb3\xe7\xa0\x94\xe7\xa9\xb6\xe4\xbc\x9a\xe4\xbc\x9a\xe9\x95\xbf\xe7\x8e\x8b\xe4\xb8\x9c\xef\xbc\x8c\xe6\x88\x91\xe6\xa0\xa1\xe5\x85\x9a\xe5\xa7\x94\xe5\xb8\xb8\xe5\xa7\x94\xe3\x80\x81\xe5\x89\xaf\xe6\xa0\xa1\xe9\x95\xbf\xe6\x9d\xa8\xe5\x85\xb9\xe4\xb8\xbe\xe5\x87\xba\xe5\xb8\xad\xe5\xbc\x80\xe5\xb9\x95\xe5\xbc\x8f\xe5\xb9\xb6\xe8\x87\xb4\xe8\xbe\x9e\xe3\x80\x82\xe4\xb8\xbb\xe6\x97\xa8\xe6\x8a\xa5\xe5\x91\x8a\xe7\x8e\xaf\xe8\x8a\x82\xe7\x94\xb1\xe6\x95\x99\xe8\x82\xb2\xe9\x83\xa8\xe5\xad\xa6\xe4\xbd\x8d\xe4\xb8\x8e\xe7\xa0\x94\xe7\xa9\xb6\xe7\x94\x9f\xe6\x95\x99\xe8\x82\xb2\xe5\x8f\x91\xe5\xb1\x95\xe4\xb8\xad\xe5\xbf\x83\xe5\x8e\x9f\xe4\xb8\xbb\xe4\xbb\xbb\xe7\x8e\x8b\xe7\xab\x8b\xe7\x94\x9f\xe4\xb8\xbb\xe6\x8c\x81\xe3\x80\x82\xe7\x8e\x8b\xe4\xb8\x9c\xe4\xbb\xa5\xe5\x8f\x8a\xe6\x9d\xa5\xe8\x87\xaa\xe5\x8c\x97\xe4\xba\xac\xe5\xa4\xa7\xe5\xad\xa6\xe3\x80\x81\xe5\x8d\x97\xe4\xba\xac\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe3\x80\x81\xe4\xb8\xad\xe5\x85\xb1\xe4\xb8\xad\xe5\xa4\xae\xe5\x85\x9a\xe6\xa0\xa1\xe3\x80\x81\xe4\xb8\xad\xe5\x9b\xbd\xe5\x88\x97\xe5\xae\x81\xe6\x80\x9d\xe6\x83\xb3\xe7\xa0\x94\xe7\xa9\xb6\xe4\xbc\x9a\xe7\x9a\x84\xe5\xa4\x9a\xe4\xbd\x8d\xe6\x95\x99\xe6\x8e\x88\xe3\x80\x81\xe9\xa2\x86\xe5\xaf\xbc\xe5\x85\x88\xe5\x90\x8e\xe4\xbd\x9c\xe4\xb8\xbb\xe6\x97\xa8\xe6\x8a\xa5\xe5\x91\x8a\xef\xbc\x8c\xe4\xb8\x8e\xe4\xbc\x9a\xe4\xb8\x93\xe5\xae\xb6\xe5\xad\xa6\xe8\x80\x85\xe4\xbd\x9c\xe4\xba\x86\xe4\xb8\x89\xe5\x9c\xba\xe4\xb8\xbb\xe9\xa2\x98\xe6\x8a\xa5\xe5\x91\x8a\xe3\x80\x82\xe4\xb8\x8b\xe5\x8d\x88\xe4\xb8\xbe\xe5\x8a\x9e\xe7\x9a\x84\xe8\xae\xba\xe5\x9d\x9b\xe5\x88\x86\xe4\xbc\x9a\xe5\x9c\xba\xe5\x9b\xb4\xe7\xbb\x95\xe2\x80\x9c\xe9\xa6\x96\xe5\xb1\x8a\xe8\x8b\x8f</div>\r\n</a>\r\n                                    </li>\r\n                                    \r\n                                </ul>\r\n                                <div id="certify">\r\n                                    <div class="swiper-container">\r\n                                        <div class="box">\r\n\r\n                                            <ul class="news_list2 clearfix swiper-wrapper">\r\n                                                \r\n                                                <li class=" swiper-slide news n1 ">\r\n                                                    <div class="news_imgs" data-src="/_upload/tpl/00/11/17/template17/images/defaultimg.jpg">\r\n\r\n                                                     <img src="/_upload/article/images/5b/5a/d9235aa94833ba3b654676854cd9/993be500-01b9-48bf-964a-7d7f85211d81_s.jpg">\r\n                                                    </div>\r\n                                                </li>\r\n                                                \r\n                                                <li class=" swiper-slide news n2 ">\r\n                                                    <div class="news_imgs" data-src="/_upload/tpl/00/11/17/template17/images/defaultimg.jpg">\r\n\r\n                                                     <img src="/_upload/article/images/4c/35/1c603fa04bafa0232d16874f4313/212c502e-3373-4ec9-9bc2-7ae8d4e45846_s.jpg">\r\n                                                    </div>\r\n                                                </li>\r\n                                                \r\n                                                <li class=" swiper-slide news n3 ">\r\n                                                    <div class="news_imgs" data-src="/_upload/tpl/00/11/17/template17/images/defaultimg.jpg">\r\n\r\n                                                     <img src="/_upload/article/images/b3/7e/bb6769ea40358a4abc6ee63c7469/f95d479d-626d-45f7-8b79-08c087c18be1_s.jpeg">\r\n                                                    </div>\r\n                                                </li>\r\n                                                \r\n                                                <li class=" swiper-slide news n4 ">\r\n                                                    <div class="news_imgs" data-src="/_upload/tpl/00/11/17/template17/images/defaultimg.jpg">\r\n\r\n                                                     <img src="/_upload/article/images/0f/aa/5078b1914c0ca4adcc38d54c41af/6f14bc41-c290-4c20-941a-f4d337f0e2fe_s.jpg">\r\n                                                    </div>\r\n                                                </li>\r\n                                                \r\n                                            </ul>\r\n\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class="swiper-pagination"></div>\r\n                                </div>\r\n                            \r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class="wrapper main7" id="container-7">\r\n            <div class="inner">\r\n                <div class="mod">\r\n                    <div class="post-tt post-71 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa371">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe6\xa0\xa1\xe5\x9b\xad\xe6\x96\x87\xe5\x8c\x96</span></h3>\r\n                            <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/xywh/list.htm" class="w71_more"><span class="more_text" frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                            </div>\r\n                        </div>\r\n                        <div class="con">\r\n                            \r\n                                <ul class="news_list clearfix">\r\n                                    \r\n                                    <li class="news n1 ">\r\n                                        <a href="/2024/1209/c1619a112878/page.htm" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/e6/8e/8877beec42029a61b72d11d68052/0ecf2fb2-bd28-4b31-bcef-fddb150a5919_s.jpg\' width=\'320\' /></div>\r\n                                            <div class="news_title line1">\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe7\xac\xac\xe5\x85\xad\xe5\xb1\x8a\xe5\x9b\xbd\xe9\x99\x85\xe6\x96\x87\xe5\x8c\x96\xe8\x8a\x82\xe4\xb8\xbe\xe8\xa1\x8c</div>\r\n                                            <div class="news_time">2024-12-09</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n2 ">\r\n                                        <a href="/2024/1205/c1619a111376/page.htm" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/2b/48/72f6dda34962b504aabd98a7c80c/36a02187-d83e-4835-b03e-3113f7c3952e_s.png\' width=\'320\' /></div>\r\n                                            <div class="news_title line1">\xe2\x80\x9c\xe9\xab\x98\xe9\x9b\x85\xe8\x89\xba\xe6\x9c\xaf\xe8\xbf\x9b\xe6\xa0\xa1\xe5\x9b\xad\xe2\x80\x9d\xe4\xb9\x8b\xe3\x80\x8a\xe7\xb2\xa4\xe8\x88\x9e\xe4\xb8\xad\xe5\x8d\x8e\xe3\x80\x8b\xe8\x88\x9e\xe8\xb9\x88\xe4\xb8\x93\xe5\x9c\xba\xe5\x9c\xa8\xe6\x88\x91\xe6\xa0\xa1\xe4\xb8\xbe\xe5\x8a\x9e</div>\r\n                                            <div class="news_time">2024-12-05</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n3 ">\r\n                                        <a href="/2024/1130/c1619a108695/page.htm" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/00/b9/ba88face48068971d822f5da8a60/8372a657-6da4-4826-9bc5-e1035485a7fd_s.jpg\' width=\'320\' /></div>\r\n                                            <div class="news_title line1">2024\xe5\x9b\xbd\xe5\xae\xb6\xe5\xa4\xa7\xe5\x89\xa7\xe9\x99\xa2\xe5\x9b\xbd\xe9\x99\x85\xe6\xad\x8c\xe5\x89\xa7\xe7\x94\xb5\xe5\xbd\xb1\xe5\xb1\x95\xe6\xa0\xa1\xe5\x9b\xad\xe5\xb1\x95\xe6\x98\xa0\xe6\xb4\xbb\xe5\x8a\xa8\xe5\x9c\xa8\xe6\x88\x91\xe6\xa0\xa1\xe4\xb8\xbe\xe8\xa1\x8c</div>\r\n                                            <div class="news_time">2024-11-30</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                </ul>\r\n\r\n                            \r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class="wrapper main8" id="container-8">\r\n            <div class="inner">\r\n                <div class="mod">\r\n                    <div class="post-tt post-81 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa381">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe4\xba\xba\xe7\x89\xa9\xe6\x95\x85\xe4\xba\x8b</span></h3>\r\n                            <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/rwgs/list.htm" class="w81_more"><span class="more_text" frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                            </div>\r\n                        </div>\r\n                        <div class="con">\r\n                            \r\n                                <ul class="news_list clearfix">\r\n                                    \r\n                                    <li class="news n1 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/ubaN8OtaQ4bWSRdL3RMhmA" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/9e/71/84641dd7461096b6a2cfc06be2ef/4ba1a682-2a06-4ec7-9f6c-168c3cb1ecd8_s.png\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe5\xb8\x88\xe8\x80\x85 | \xe5\xbc\xa0\xe5\x90\x9b\xef\xbc\x9a\xe6\x81\xaa\xe5\xae\x88\xe5\x88\x9d\xe5\xbf\x83\xe8\x82\xb2\xe6\xa1\x83\xe6\x9d\x8e\xef\xbc\x8c\xe7\xa0\xa5\xe7\xa0\xba\xe6\xb7\xb1\xe8\x80\x95\xe6\xbb\xa1\xe5\x9b\xad\xe8\x8a\xb3</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n2 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/NOWyQYbPF61c011iK8OtGA" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/eb/d0/7fcfb3904ce591a60f2728d93598/8cc2fdf7-01bd-4721-80e2-12d814e4c868_s.jpg\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe6\x9d\xa5\xe6\x96\x87\xe7\xab\x8b\xef\xbc\x9a\xe6\xb2\xa1\xe6\x9c\x89\xe7\x88\xb1\xe5\xb0\xb1\xe6\xb2\xa1\xe6\x9c\x89\xe6\x95\x99\xe8\x82\xb2</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n3 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/nfFqMBJoRv8Sx0wQB59sPQ" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/d3/4c/8de0996940eda4c0244b7f9f84ad/47c61f17-3b89-46b6-92ba-f8bb48ffd6d1_s.png\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe6\xae\xb5\xe4\xbc\x9a\xe5\x86\xac\xef\xbc\x9a\xe8\x84\x9a\xe8\xb8\x8f\xe5\xae\x9e\xe5\x9c\xb0\xe9\x80\x90\xe5\x85\x89\xe8\x80\x8c\xe8\xa1\x8c \xe5\x8f\xaa\xe7\x9c\x8b\xe6\x9d\xa5\xe9\x80\x94\xe4\xb8\x80\xe8\xb7\xaf\xe8\x8a\xb1\xe5\xbc\x80</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n4 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/wJ-jQlKwAxMHEnc8LfO9WA" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/d8/ff/73f1ca96459aabe548af70b72874/2b30ee44-1874-4586-91b3-cfa0050d4483_s.jpg\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe6\x9d\x8e\xe6\x9e\x97\xef\xbc\x9a\xe6\x8f\x90\xe7\x81\xaf\xe5\xbc\x95\xe8\xb7\xaf\xef\xbc\x8c\xe5\x8c\xa0\xe5\xbf\x83\xe8\x82\xb2\xe6\x89\x8d</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n5 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/hOH0InDHIPQUPszDIFYH5Q" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/75/e3/eb04d9f44ac7a374cc650b438e12/fb8704c6-d602-4b1c-b59d-d0a59d0a69bf_s.jpg\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe6\x9d\x8e\xe6\x99\xb6\xe6\x99\xb6\xef\xbc\x9a\xe6\xbd\x9c\xe5\xbf\x83\xe6\x95\x99\xe7\xa0\x94\xe8\xb7\xaf\xef\xbc\x8c\xe6\xa1\x83\xe6\x9d\x8e\xe7\xbb\xbd\xe8\x8a\xb3\xe5\x8d\x8e</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n6 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/ctE6gE6pYn5zBcXCfq1fvA" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/ae/93/c81d10b04e1a93b59cb5b43884c6/510d3ba7-deaa-4639-8f26-d085c5119e77_s.png\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe6\x9d\x8e\xe5\xa8\x85\xef\xbc\x9a\xe7\x9f\xa2\xe5\xbf\x97\xe4\xb8\x8d\xe6\xb8\x9d\xe5\x85\x8b\xe8\x89\xb0\xe9\x99\xa9\xef\xbc\x8c\xe7\xad\x91\xe6\xa2\xa6\xe6\x88\x90\xe5\x85\x89\xe5\xbc\x95\xe8\xb7\xaf\xe4\xba\xba</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n7 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/KT82cLpGyypNrwkk7Z6xKg" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/75/55/3ce0f2f34e5d9be1ed20170818ee/588b6645-e147-4099-891f-a10c369470b2_s.jpg\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe6\x9d\x9c\xe9\xab\x98\xe5\xb1\xb1\xef\xbc\x9a\xe4\xbb\x80\xe4\xb9\x88\xef\xbc\x9f\xe4\xbd\x93\xe8\x82\xb2\xe8\x80\x81\xe5\xb8\x88\xe4\xb9\x9f\xe8\x83\xbd\xe5\xb8\xa6\xe4\xbd\xa0\xe7\x8e\xa9\xe8\xbd\xac\xe9\x9f\xb3\xe4\xb9\x90\xef\xbc\x81</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n8 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/ONS5e_XuEXciZi2bUakIgg" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/e9/97/9f7d6ac84b3a888b7b4a8ebf490d/8e87ad15-9e6a-45e4-a38a-418892d32807_s.png\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe7\x8e\x8b\xe7\x91\x9e\xe6\xb5\xa6\xef\xbc\x9a\xe4\xb8\x96\xe7\x95\x8c\xe6\x97\xa0\xe5\xa3\xb0\xef\xbc\x8c\xe4\xbd\x86\xe4\xbb\x96\xe8\x87\xaa\xe6\x9c\x89\xe9\x9d\x99\xe9\xbb\x98\xe4\xb8\xad\xe7\x9a\x84\xe8\x8d\xa3\xe5\x85\x89\xef\xbc\x81</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n9 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/0pcUYrL2bSZveGh3eGsjMQ" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/7a/95/54f19fd64e80b09174f73516ac35/7cafdb41-1585-47fb-8aa9-8ee8ebc66737_s.jpg\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe8\xb5\xb5\xe8\xbf\xaa\xef\xbc\x9a\xe6\x8c\x81\xe6\xaf\x85\xe5\x8a\x9b\xe9\x93\xb8\xe6\xad\xa6\xe6\x9c\xaf\xe4\xb9\x8b\xe6\xa2\xa6\xef\xbc\x8c\xe4\xbb\xa5\xe9\x9d\x92\xe6\x98\xa5\xe5\x88\x9b\xe6\xa2\xa6\xe6\x83\xb3\xe6\x96\xb0\xe7\xaf\x87</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n10 ">\r\n                                        <a href="https://mp.weixin.qq.com/s/1KE2lD-Psi2HreqgTaxHLw" target="_blank">\r\n                                            <div class="news_imgs"><img src=\'/_upload/article/images/ca/eb/b9f661a74dae89187b6ba9fbda53/a340defd-5d32-4c2d-80b1-c83a9600f298_s.jpg\' width=\'320\' /></div>\r\n                                            <div class="news_title line2">\xe5\x88\x98\xe6\x99\xa8\xe8\xbd\xb6\xef\xbc\x9a\xe5\xae\x88\xe7\x90\xbc\xe5\xb2\x9b\xe6\xb2\x83\xe5\x9c\x9f\xef\xbc\x8c\xe9\x80\x90\xe6\x95\x99\xe8\x82\xb2\xe4\xb9\x8b\xe5\x85\x89</div>\r\n                                        </a>\r\n                                    </li>\r\n                                    \r\n                                </ul>\r\n\r\n                            \r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class="wrapper main9" id="container-9">\r\n            <div class="inner">\r\n                <div class="mod">\r\n                    <div class="post-tt post-97 mbox " frag="\xe7\xaa\x97\xe5\x8f\xa397">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe8\x9e\x8d\xe5\xaa\x92\xe4\xb8\xad\xe5\xbf\x83</span></h3>\r\n                            <div class="more_btn" frag="\xe6\x8c\x89\xe9\x92\xae" type="\xe6\x9b\xb4\xe5\xa4\x9a"> <a href="/rmzx/list.htm" class="w97_more"><span class="more_text" frag="\xe6\x8c\x89\xe9\x92\xae\xe5\x86\x85\xe5\xae\xb9">\xe6\x9f\xa5\xe7\x9c\x8b\xe6\x9b\xb4\xe5\xa4\x9a+</span></a>\r\n                            </div>\r\n                        </div>\r\n                        <div class="con">\r\n                            <!-- No Data -->\r\n                        </div>\r\n                    </div>\r\n\r\n                    <div class="shares" frag="\xe7\xaa\x97\xe5\x8f\xa392">\r\n                        \r\n                            <ul class="news_list">\r\n                                \r\n                                <li class="news n1">\r\n                                    <a class="news_icon"></a>\r\n                                    <div class="imgs"><img src=\'/_upload/article/images/49/58/d630a6c64ef4869995cc64edce02/baa0781e-0f62-45f0-9ca0-ae1706577fe4_s.jpg\' width=\'320\' /></div>\r\n                                </li>\r\n                                \r\n                                <li class="news n2">\r\n                                    <a class="news_icon"></a>\r\n                                    <div class="imgs"><img src=\'/_upload/article/images/48/dd/be1f850049d2b930294a26b7a443/6ed68227-8e02-4a04-b64f-e94e84010eb8_s.png\' width=\'320\' /></div>\r\n                                </li>\r\n                                \r\n                                <li class="news n3">\r\n                                    <a class="news_icon"></a>\r\n                                    <div class="imgs"><img src=\'/_upload/article/images/05/c2/9523b2854f1896a893b37bc450c8/443d21c2-f68a-4d2f-b55d-45897eb1e8a8_s.jpg\' width=\'320\' /></div>\r\n                                </li>\r\n                                \r\n                                <li class="news n4">\r\n                                    <a class="news_icon"></a>\r\n                                    <div class="imgs"><img src=\'/_upload/article/images/dd/f0/d804086344dfb925f3e75ee67ed3/c508526b-baa1-4184-b191-6cf2bf8047b3_s.png\' width=\'320\' /></div>\r\n                                </li>\r\n                                \r\n                                <li class="news n5">\r\n                                    <a class="news_icon"></a>\r\n                                    <div class="imgs"><img src=\'/_upload/article/images/8e/1a/0319a42c4ebeb9100caeb2308b2a/45fe50ad-b96f-4919-be77-257d44781293_s.png\' width=\'320\' /></div>\r\n                                </li>\r\n                                \r\n                            </ul>\r\n                        \r\n                    </div>\r\n\r\n                    <div class="bottom">\r\n\r\n                        <div class="bml">\r\n                            <div class="post-tt post-98 mbox wx" frag="\xe7\xaa\x97\xe5\x8f\xa398">\r\n\r\n                                <div class="con">\r\n                                    \r\n                                        <ul class="news_list clearfix">\r\n                                            \r\n                                            <li class="news n1 ">\r\n                                                <a href="https://mp.weixin.qq.com/s/hLqAej619AVvR45NAhnYKw" target="_blank">\r\n                                                    <div class="news_imgs"><img src=\'/_upload/article/images/91/84/8c149c5145039bbe4710e08ee059/b52f3dff-3e89-4e61-bc2b-42d685e3f90a_s.jpg\' width=\'320\' /></div>\r\n                                                    <div class="news_title line1">75\xe5\x91\xa8\xe5\xb9\xb4\xe6\xa0\xa1\xe5\xba\x86|\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe4\xb8\xbe\xe5\x8a\x9e\xe2\x80\x9c\xe5\xbc\xa6\xe6\xad\x8c\xe6\xb2\xa7\xe6\xb5\xb7\xe6\xbb\xa8\xe2\x80\x9d2024\xe4\xb8\x9c\xe5\x9d\xa1\xe4\xb8\xbb\xe9\xa2\x98\xe8\xaf\x97\xe4\xbc\x9a</div>\r\n                                                </a>\r\n                                            </li>\r\n                                            \r\n                                        </ul>\r\n\r\n                                    \r\n                                </div>\r\n                            </div>\r\n                            <div class="bbbox">\r\n                                <div class="post-tt post-99 mbox wb" frag="\xe7\xaa\x97\xe5\x8f\xa399">\r\n\r\n                                    <div class="con">\r\n                                        \r\n                                            <ul class="news_list clearfix">\r\n                                                \r\n                                                <li class="news n1 ">\r\n                                                    <a href="https://m.weibo.cn/detail/5096247746626113" target="_blank">\r\n                                                        <div class="news_imgs"><img src=\'/_upload/article/images/71/a9/55ca80f840dcaa1cd39211bca03f/04b72664-a78f-49eb-9eb3-3fe68125108b_s.jpg\' width=\'320\' /></div>\r\n                                                        <div class="news_title line1">\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe8\xb6\x85\xe8\xaf\x9d \xf0\x9f\x8c\xb4#\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa675\xe5\x91\xa8\xe5\xb9\xb4\xe6\xa0\xa1\xe5\xba\x86##\xe6\xb5\xb7\xe5\xb8\x88\xe8\xae\xb0\xe4\xba\x8b\xe7\xb0\xbf#</div>\r\n                                                    </a>\r\n                                                </li>\r\n                                                \r\n                                            </ul>\r\n\r\n                                        \r\n                                    </div>\r\n                                </div>\r\n                                <div class="post-tt post-94 mbox bl" frag="\xe7\xaa\x97\xe5\x8f\xa394">\r\n\r\n                                    <div class="con">\r\n                                        \r\n                                            <ul class="news_list clearfix">\r\n                                                \r\n                                                <li class="news n1 ">\r\n                                                    <a href="https://www.bilibili.com/video/BV1mFYwe4E27/?spm_id_from=333.999.0.0&vd_source=a7fc088e618ced1616551744f2f9dc7f" target="_blank">\r\n                                                        <div class="news_imgs"><img src=\'/_upload/article/images/ab/8d/1dd2e5c146799e7a3f66f69c043e/90a15ae0-ede8-4da7-897c-d0e9785f1ee6_s.png\' width=\'320\' /></div>\r\n                                                        <div class="news_title line1">\xe4\xb8\x80\xe8\xb5\xb7\xe8\xb5\xb0\xe8\xbf\x9b~\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6</div>\r\n                                                    </a>\r\n                                                </li>\r\n                                                \r\n                                            </ul>\r\n\r\n                                        \r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                        <div class="bmr">\r\n                            <div class="post-tt post-95 mbox wsp" frag="\xe7\xaa\x97\xe5\x8f\xa395">\r\n\r\n                                <div class="con">\r\n                                    \r\n                                        <ul class="news_list clearfix">\r\n                                            \r\n                                            <li class="news n1 ">\r\n                                                <a href="https://www.douyin.com/user/MS4wLjABAAAA0p_vr6yyl559PZTqNjNtWCsqHswG0HUxHkO2pGVyI-w?modal_id=7431769705985199398" target="_blank">\r\n                                                    <div class="news_imgs"><img src=\'/_upload/article/images/b4/ad/68d753ea4e42a0402d9428f1f85b/10a5b257-c526-49c3-ab2f-4ee0658174d4_s.png\' width=\'320\' /></div>\r\n                                                    <div class="news_title line1">\xe5\x8e\x9f\xe5\x88\x9b\xe6\xad\x8c\xe6\x9b\xb2\xe3\x80\x8a\xe4\xb8\x83\xe5\x8d\x81\xe4\xba\x94\xe8\xbd\xbd\xe8\x8d\xa3\xe5\x85\x89\xe3\x80\x8b\xe7\x8c\xae\xe7\xa4\xbc\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa675\xe5\x91\xa8\xe5\xb9\xb4\xe6\xa0\xa1\xe5\xba\x86\xef\xbc\x81\xe7\xa5\x9d\xe6\x84\xbf\xe6\xb5\xb7\xe5\xb8\x88\xe7\x9a\x84\xe6\x98\x8e\xe5\xa4\xa9\xe6\x9b\xb4\xe5\x8a\xa0\xe7\x81\xbf\xe7\x83\x82\xe8\xbe\x89\xe7\x85\x8c\xef\xbc\x81</div>\r\n                                                </a>\r\n                                            </li>\r\n                                            \r\n                                        </ul>\r\n\r\n                                    \r\n                                </div>\r\n                            </div>\r\n                            <div class="post-tt post-96 mbox dy" frag="\xe7\xaa\x97\xe5\x8f\xa396">\r\n\r\n                                <div class="con">\r\n                                                                            <ul class="news_list clearfix">\r\n                                            \r\n\r\n                                            <li class="news n1 ">\r\n                                                <a href="https://www.douyin.com/user/MS4wLjABAAAA0p_vr6yyl559PZTqNjNtWCsqHswG0HUxHkO2pGVyI-w?modal_id=7433970435412249867" target="_blank">\r\n                                                    <div class="news_imgs"><img src=\'/_upload/article/images/fe/c7/3938fe214778858c499efaed4101/963d77bf-cb38-4f43-830f-66f554faf3ae_s.png\' width=\'320\' /></div>\r\n                                                    <div class="news_title line1">\xe4\xb8\x83\xe5\x8d\x81\xe4\xba\x94\xe8\xbd\xbd\xe6\x89\xac\xe5\xb8\x86\xe9\x98\x94\xef\xbd\x9c\xe5\x98\xbf\xef\xbc\x81\xe7\x94\x9f\xe6\x97\xa5\xe5\x80\x92\xe8\xae\xa1\xe6\x97\xb6\xe4\xb8\xa4\xe5\xa4\xa9\xef\xbc\x81\xe4\xb8\x80\xe8\xb5\xb7\xe4\xb8\xba\xe6\xb5\xb7\xe5\xb8\x88\xe5\xa4\xa7\xe9\x80\x81\xe4\xb8\x8a\xe7\xa5\x9d\xe7\xa6\x8f\xe5\x90\xa7\xef\xbd\x9e </div>\r\n                                                </a>\r\n                                            </li>\r\n                                            \r\n                                        </ul>\r\n\r\n                                    \r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class="wrapper main10" id="container-10">\r\n            <div class="inner">\r\n                <div class="mod">\r\n\r\n                    <div class="schoolbg"></div>\r\n                    <div class="yuanbg"></div>\r\n\r\n                    <div class="post-tt post-101 mbox" frag="\xe7\xaa\x97\xe5\x8f\xa3101">\r\n                        <div class="tt">\r\n                            <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe6\xb5\xb7\xe5\xb8\x88\xe6\x95\xb0\xe6\x8d\xae</span></h3>\r\n\r\n                        </div>\r\n                        <div class="con">\r\n                            \r\n                                <ul class="news_list clearfix">\r\n                                    \r\n                                    <li class="news n1 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">4</span>\r\n                                                    <span class="news_subtitle">\xe4\xb8\xaa</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe5\x8d\x9a\xe5\xa3\xab\xe5\x90\x8e\xe6\xb5\x81\xe5\x8a\xa8\xe7\xab\x99</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n2 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">6</span>\r\n                                                    <span class="news_subtitle">\xe4\xb8\xaa</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe4\xb8\x80\xe7\xba\xa7\xe5\xad\xa6\xe7\xa7\x91\xe5\x8d\x9a\xe5\xa3\xab\xe5\xad\xa6\xe4\xbd\x8d\xe6\x8e\x88\xe6\x9d\x83\xe7\x82\xb9</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n3 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">21</span>\r\n                                                    <span class="news_subtitle">\xe4\xb8\xaa</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe7\xa1\x95\xe5\xa3\xab\xe4\xb8\x93\xe4\xb8\x9a\xe5\xad\xa6\xe4\xbd\x8d\xe6\x8e\x88\xe6\x9d\x83\xe7\x82\xb9</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n4 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">19</span>\r\n                                                    <span class="news_subtitle">\xe4\xb8\xaa</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe4\xb8\x80\xe7\xba\xa7\xe5\xad\xa6\xe7\xa7\x91\xe7\xa1\x95\xe5\xa3\xab\xe5\xad\xa6\xe4\xbd\x8d\xe6\x8e\x88\xe6\x9d\x83\xe7\x82\xb9</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n5 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">2155</span>\r\n                                                    <span class="news_subtitle">\xe4\xba\xba</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe6\x95\x99\xe8\x81\x8c\xe5\xb7\xa5</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n6 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">2.3</span>\r\n                                                    <span class="news_subtitle">\xe4\xb8\x87</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe5\x9c\xa8\xe6\xa0\xa1\xe7\x94\x9f</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n7 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">18</span>\r\n                                                    <span class="news_subtitle">\xe4\xb8\xaa</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe5\x9b\xbd\xe5\xae\xb6\xe7\xba\xa7\xe4\xb8\x80\xe6\xb5\x81\xe6\x9c\xac\xe7\xa7\x91\xe4\xb8\x93\xe4\xb8\x9a\xe5\xbb\xba\xe8\xae\xbe\xe7\x82\xb9</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n8 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">3</span>\r\n                                                    <span class="news_subtitle">\xe4\xb8\xaa</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe5\x9b\xbd\xe5\xae\xb6\xe7\xba\xa7\xe7\x89\xb9\xe8\x89\xb2\xe4\xb8\x93\xe4\xb8\x9a</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n9 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">65</span>\r\n                                                    <span class="news_subtitle">\xe4\xb8\xaa</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe6\x9c\xac\xe7\xa7\x91\xe4\xb8\x93\xe4\xb8\x9a</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                    <li class="news n10 ">\r\n                                        <div class="news_box">\r\n                                            <div class="news_wrapper">\r\n                                                <div class="news_top"> <span class="news_stitle">25</span>\r\n                                                    <span class="news_subtitle">\xe4\xb8\xaa</span>\r\n                                                </div>\r\n                                                <div class="news_title">\xe5\xad\xa6\xe9\x99\xa2</div>\r\n\r\n                                            </div>\r\n                                        </div>\r\n                                    </li>\r\n                                    \r\n                                </ul>\r\n\r\n                            \r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <!--End||content-->\r\n        <!--Start||footer-->\r\n        <div class="wrapper footer" id="footer">\r\n            <div class="footer-top">\r\n                <div class="inner">\r\n                    <div class="mod">\r\n                        <div class="mtop">\r\n                            <div class="footlink" frag="\xe7\xaa\x97\xe5\x8f\xa3102">\r\n                                 \r\n                                    <ul class="ullist">\r\n                                        \r\n                                        <li class="links i1"> <a href="https://auth.hainnu.edu.cn:9443/cas/login" target="_self">\r\n                                                <div class="svgbox"></div>\r\n                                                \xe6\x95\xb0\xe5\xad\x97\xe5\x8c\x96\xe6\xa0\xa1\xe5\x9b\xad\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="links i2"> <a href="/rcpy/list.htm" target="_self">\r\n                                                <div class="svgbox"></div>\r\n                                                \xe4\xba\xba\xe6\x89\x8d\xe5\x9f\xb9\xe5\x85\xbb\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="links i3"> <a href="/zsxx/list.htm" target="_self">\r\n                                                <div class="svgbox"></div>\r\n                                                \xe6\x8b\x9b\xe7\x94\x9f\xe4\xbf\xa1\xe6\x81\xaf\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="links i4"> <a href="http://www.hainnu.edu.cn/628/list.htm" target="_self">\r\n                                                <div class="svgbox"></div>\r\n                                                \xe4\xba\xba\xe6\x89\x8d\xe6\x8b\x9b\xe8\x81\x98\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="links i5"> <a href="/ggfw/list.htm" target="_self">\r\n                                                <div class="svgbox"></div>\r\n                                                \xe5\x85\xac\xe5\x85\xb1\xe6\x9c\x8d\xe5\x8a\xa1\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="links i6"> <a href="/sdsfwtjb/list.htm" target="_self">\r\n                                                <div class="svgbox"></div>\r\n                                                \xe5\xb8\x88\xe5\xbe\xb7\xe5\xb8\x88\xe9\xa3\x8e\xe9\x97\xae\xe9\xa2\x98\xe4\xb8\xbe\xe6\x8a\xa5\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="links i7"> <a href="/631/list.htm" target="_self">\r\n                                                <div class="svgbox"></div>\r\n                                                \xe6\xb5\xb7\xe5\xb8\x88\xe9\xa3\x8e\xe6\x99\xaf\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                        <li class="links i8"> <a href="/632/list.htm" target="_self">\r\n                                                <div class="svgbox"></div>\r\n                                                \xe6\xa0\xa1\xe5\x9b\xad\xe9\x82\xae\xe7\xae\xb1\r\n                                            </a>\r\n                                        </li>\r\n                                        \r\n                                    </ul>\r\n                                    \r\n                                \r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n            <div class="footer-bottom">\r\n                <div class="inner">\r\n                    <div class="mod">\r\n                        <div class="mbottom">\r\n\r\n                            <div class="foot-left ">\r\n                                <div class="links" frag="\xe7\xaa\x97\xe5\x8f\xa390">\r\n                                    <div class="tt">\r\n                                        <h3 class="tit"><span class="title" frag="\xe6\xa0\x87\xe9\xa2\x98">\xe5\x8f\x8b\xe6\x83\x85\xe9\x93\xbe\xe6\x8e\xa5</span>\r\n                                        </h3>\r\n                                    </div>\r\n                                    <div class="con">\r\n                                        \r\n                                            \r\n                                            <p class="news_title"><a href=\'https://www.edu.cn/\' target=\'_blank\' title=\'\xe6\x95\x99\xe8\x82\xb2\xe7\xa7\x91\xe7\xa0\x94\xe7\xbd\x91\'>\xe6\x95\x99\xe8\x82\xb2\xe7\xa7\x91\xe7\xa0\x94\xe7\xbd\x91</a></p>\r\n                                            \r\n                                            <p class="news_title"><a href=\'https://www.cnki.net/\' target=\'_blank\' title=\'\xe4\xb8\xad\xe5\x9b\xbd\xe7\x9f\xa5\xe7\xbd\x91\'>\xe4\xb8\xad\xe5\x9b\xbd\xe7\x9f\xa5\xe7\xbd\x91</a></p>\r\n                                            \r\n                                            <p class="news_title"><a href=\'https://www.cutech.edu.cn/\' target=\'_blank\' title=\'\xe6\x95\x99\xe8\x82\xb2\xe9\x83\xa8\xe7\xa7\x91\xe6\x8a\x80\xe5\x8f\x91\xe5\xb1\x95\xe4\xb8\xad\xe5\xbf\x83\'>\xe6\x95\x99\xe8\x82\xb2\xe9\x83\xa8\xe7\xa7\x91\xe6\x8a\x80\xe5\x8f\x91\xe5\xb1\x95\xe4\xb8\xad\xe5\xbf\x83</a></p>\r\n                                            \r\n                                            <p class="news_title"><a href=\'http://www.626china.com/\' target=\'_blank\' title=\'\xe4\xb8\xad\xe5\x9b\xbd\xe7\xa6\x81\xe6\xaf\x92\xe6\x95\xb0\xe5\xad\x97\xe5\xb1\x95\xe8\xa7\x88\xe9\xa6\x86\'>\xe4\xb8\xad\xe5\x9b\xbd\xe7\xa6\x81\xe6\xaf\x92\xe6\x95\xb0\xe5\xad\x97\xe5\xb1\x95\xe8\xa7\x88\xe9\xa6\x86</a></p>\r\n                                            \r\n                                            <p class="news_title"><a href=\'https://hainnunews.ihwrm.com/\' target=\'_blank\' title=\'\xe3\x80\x8a\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe6\x8a\xa5\xe3\x80\x8b\xe7\x94\xb5\xe5\xad\x90\xe7\x89\x88\'>\xe3\x80\x8a\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe6\x8a\xa5\xe3\x80\x8b\xe7\x94\xb5\xe5\xad\x90\xe7\x89\x88</a></p>\r\n                                            \r\n                                            <p class="news_title"><a href=\'https://hsxb.hainnu.edu.cn/\' target=\'_blank\' title=\'\xe5\xad\xa6\xe6\x8a\xa5\'>\xe5\xad\xa6\xe6\x8a\xa5</a></p>\r\n                                            \r\n                                            <p class="news_title"><a href=\'https://www.hainanfp.com/\' target=\'_blank\' title=\'\xe6\xb6\x88\xe8\xb4\xb9\xe6\x89\xb6\xe8\xb4\xab\'>\xe6\xb6\x88\xe8\xb4\xb9\xe6\x89\xb6\xe8\xb4\xab</a></p>\r\n                                            \r\n                                        \r\n                                    </div>\r\n                                </div>\r\n\r\n                            </div>\r\n                            <div class="foot-center ">\r\n                                <div class="sitelogo" frag="\xe7\xaa\x97\xe5\x8f\xa3103" portletmode="simpleSiteAttri">\r\n                                    <span class="logo"><a href="/main.htm" title="\xe8\xbf\x94\xe5\x9b\x9e\xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6\xe9\xa6\x96\xe9\xa1\xb5">\r\n                                                <img class="logo"\r\n                                                    src="/_upload/tpl/00/11/17/template17/images/logo.svg">\r\n                                                <img class="logoxx"\r\n                                                    src="/_upload/tpl/00/11/17/template17/images/logoxx.svg">\r\n\r\n                                            </a></span>\r\n                                    \r\n                                </div>\r\n                            </div>\r\n                            <div class="foot-right ">\r\n                                <div class="contant" frag="\xe7\xaa\x97\xe5\x8f\xa391" portletmode="simpleSiteAttri">\r\n                                    <div class="tt">\r\n                                        <h3 class="tit"><span class="title">\xe5\xad\xa6\xe6\xa0\xa1\xe5\x9c\xb0\xe5\x9d\x80\xef\xbc\x9a</span></h3>\r\n                                    </div>\r\n                                    <div class="con">\r\n                                        <div class="news_box">\r\n                                            <div class="news_con">\xe9\xbe\x99\xe6\x98\x86\xe5\x8d\x97\xe6\xa0\xa1\xe5\x8c\xba</div>\r\n                                            <div class="news_con">\xe5\x9c\xb0\xe5\x9d\x80\xef\xbc\x9a\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe6\xb5\xb7\xe5\x8f\xa3\xe5\xb8\x82\xe7\x90\xbc\xe5\xb1\xb1\xe5\x8c\xba\xe9\xbe\x99\xe6\x98\x86\xe5\x8d\x97\xe8\xb7\xaf99\xe5\x8f\xb7</div>\r\n                                            <div class="news_con">\xe9\x82\xae\xe6\x94\xbf\xe7\xbc\x96\xe7\xa0\x81\xef\xbc\x9a571158</div>\r\n\r\n                                        </div>\r\n                                        <div class="news_box">\r\n                                            <div class="news_con">\xe6\xa1\x82\xe6\x9e\x97\xe6\xb4\x8b\xe6\xa0\xa1\xe5\x8c\xba\xef\xbc\x9a</div>\r\n                                            <div class="news_con">\xe5\x9c\xb0\xe5\x9d\x80\xef\xbc\x9a\xe6\xb5\xb7\xe5\x8d\x97\xe7\x9c\x81\xe6\xb5\xb7\xe5\x8f\xa3\xe5\xb8\x82\xe7\xbe\x8e\xe5\x85\xb0\xe5\x8c\xba\xe6\xa0\xa1\xe9\x99\x85\xe4\xb8\x80\xe5\x8f\xb7\xe8\xb7\xaf3\xe5\x8f\xb7</div>\r\n                                            <div class="news_con">\xe9\x82\xae\xe6\x94\xbf\xe7\xbc\x96\xe7\xa0\x81\xef\xbc\x9a571127</div>\r\n\r\n                                        </div>\r\n\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n\r\n            <div class="foot-bottom" frag="\xe7\xaa\x97\xe5\x8f\xa393" portletmode="simpleSiteAttri">\r\n                <div class="con">\r\n                    <a href="https://bszs.conac.cn/sitename?method=show&id=08E2C90C7889424FE053022819AC3038"\r\n                        target="_blank"></a>\r\n                    <p>\xe7\x89\x88\xe6\x9d\x83\xe6\x89\x80\xe6\x9c\x89: \xe6\xb5\xb7\xe5\x8d\x97\xe5\xb8\x88\xe8\x8c\x83\xe5\xa4\xa7\xe5\xad\xa6 \xe7\x90\xbcICP\xe5\xa4\x8705000588\xe5\x8f\xb7  \xe6\x9c\xac\xe7\xab\x99\xe5\xb7\xb2\xe5\x85\xa8\xe9\x9d\xa2\xe6\x94\xaf\xe6\x8c\x81IPv6\xe8\xae\xbf\xe9\x97\xae</p>\r\n                </div>\r\n\r\n            </div>\r\n        </div>\r\n        <!--End||footer-->\r\n    </div>\r\n\r\n\r\n</body>\r\n<script type="text/javascript" src="/_upload/tpl/00/11/17/template17/js/mouseWheel.js"></script>\r\n<script type="text/javascript" src="/_upload/tpl/00/11/17/template17/swiper/swiper_bundle_min.js"></script>\r\n<script type="text/javascript" src="/_upload/tpl/00/11/17/template17/js/vivus.js"></script>\r\n<script type="text/javascript" src="/_upload/tpl/00/11/17/template17/js/comcus.js"></script>\r\n<script type="text/javascript" src="/_upload/tpl/00/11/17/template17/js/main.js"></script>\r\n<script type="text/javascript" src="/_upload/tpl/00/11/17/template17/slick/slick.min.js"></script>\r\n<script type="text/javascript" src="/_upload/tpl/00/11/17/template17/js/pen.js"></script>\r\n<script type="text/javascript" src="/_upload/tpl/00/11/17/template17/js/svg.js"></script>\r\n<script>\r\n    $(function () {\r\n     /*   new GsapAnimate.init({\r\n\r\n\r\n            fixHeader: true, //\xe5\xa4\xb4\xe9\x83\xa8\xe5\x9b\xba\xe5\xae\x9a\r\n            bannerPage: false, //\xe5\xa4\xa7\xe5\x9b\xbe\xe5\x85\xa8\xe5\xb1\x8f\r\n            navMaxSreen: {\r\n                control: ".menu-btn", //\xe6\x8e\xa7\xe5\x88\xb6\xe5\x85\x83\xe7\xb4\xa0\r\n                box: ".navbox", //\xe5\x85\x83\xe7\xb4\xa0\r\n                hideDom: [".head-right .left", ".head-right .nav", ".header .searchbox", ".header .site-lang2", ".header .inner"] //\xe9\x9a\x90\xe8\x97\x8f\xe5\x85\x83\xe7\xb4\xa0\r\n            } //\xe5\xaf\xbc\xe8\x88\xaa\xe5\x92\xb1\xe5\xbc\x80(\xe4\xb8\x8d\xe5\x86\x99\xe6\x98\xafnull)\r\n        })\r\n*/\r\n    })\r\n</script>\r\n\r\n</html>\r\n <img src="/_visitcount?siteId=3&type=1&columnId=8" style="display:none" width="0" height="0"/>'
# Program
# Program
import urllib.request

url='https://t.mwm.moe/fj'

download= urllib.request.urlretrieve(url,'test.jpg')

Last updated