codequick-darkmode-logo
로그인회원 가입
  • HTML

Introduction to HTML Basic Structure

HTML, which stands for Hypertext Markup Language, is the standard markup language used to create web pages. At its core, HTML provides a structure and format to the content that is displayed on a web page. In this article, we will discuss the basic structure of an HTML document.

The Declaration

Every HTML document should begin with a declaration, which specifies the version of HTML that the document is written in. The declaration is not an HTML tag, but rather an instruction for the web browser about the version of HTML being used.

The following is an example of an declaration for HTML5:

<!DOCTYPE html>

The Element

The element is the root element of an HTML document. It wraps around all the other elements in the document and represents the entire HTML file. The content of the HTML document is placed between the opening tag and the closing tag.

The Element

The element is where you can define meta information about the HTML document, such as the title of the page, character encoding, and linked stylesheets or scripts. The content of the element does not appear directly on the web page.

The Element</h3></div><div><p>The <title> element is used to specify the title of the web page, which is displayed in the browser's title bar or tab. It is a required element within the <head> section of the HTML document.</p></div><div><p>An example of the <title> element:</p></div><span style="font-size:inherit;font-family:inherit;background:#000;color:#f8f8f8;border-radius:3px;display:flex;line-height:1.4285714285714286;overflow-x:auto;white-space:pre"><code style="font-size:inherit;font-family:inherit;line-height:1.6666666666666667;padding:8px"><title>My Web Page</title></code></span><div style="line-height:1.3"><h2>The <body> Element</h2></div><div><p>The <body> element represents the content of the web page that will be displayed in the browser. All the visible elements, such as headings, paragraphs, images, links, and other HTML tags, are placed within the <body> element.</p></div><div style="line-height:1.3"><h3>Example:</h3></div><span style="font-size:inherit;font-family:inherit;background:#000;color:#f8f8f8;border-radius:3px;display:flex;line-height:1.4285714285714286;overflow-x:auto;white-space:pre"><code style="font-size:inherit;font-family:inherit;line-height:1.6666666666666667;padding:8px"> <body> <h1>Hello, World!</h1> <p>This is my first webpage.</p> </body> </code></span><div style="line-height:1.3"><h2>Document Structure</h2></div><div><p>An HTML document typically has a hierarchical structure. Each HTML element can contain other elements, creating a parent-child relationship. The parent element is the one that wraps around its child elements.</p></div><div><p>For example, the <html> element is the parent of both the <head> and <body> elements. The <body> element can then contain multiple child elements, such as headings, paragraphs, and lists.</p></div><div style="line-height:1.3"><h3>Example:</h3></div><span style="font-size:inherit;font-family:inherit;background:#000;color:#f8f8f8;border-radius:3px;display:flex;line-height:1.4285714285714286;overflow-x:auto;white-space:pre"><code style="font-size:inherit;font-family:inherit;line-height:1.6666666666666667;padding:8px"> <html> <head> <title>My Web Page</title> </head> <body> <h1>Hello, World!</h1> <p>This is my first webpage.</p> </body> </html> </code></span><div style="line-height:1.3"><h2>Conclusion</h2></div><div><p>In this article, we have learned about the basic structure of an HTML document. The <!DOCTYPE> declaration defines the HTML version, the <html> element is the root of the document, and the <head> and <body> elements provide meta and content information respectively. Understanding the structure of an HTML document is essential for building web pages.</p></div><div><p>For further information, you can refer to the following resources:</p></div><div><ul> <li><a target="_blank" style="color: #00b4ef !important" href="https://www.w3schools.com/html/" target="_blank">W3Schools HTML Tutorial</a></li> <li><a target="_blank" style="color: #00b4ef !important" href="https://developer.mozilla.org/en-US/docs/Web/HTML" target="_blank">MDN Web Docs - HTML</a></li> <li><a target="_blank" style="color: #00b4ef !important" href="https://html.com/" target="_blank">HTML.com</a></li> </ul></div></div></div></div></div></div></div><div></div><div><style data-emotion="css jqqtkh">@media print{.css-jqqtkh{position:absolute!important;}}.css-jqqtkh .MuiPaper-root{padding:8px;}</style></div><div></div><div></div></div></main></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"links":[{"path":"rest-and-spread-operators","name":"Rest and Spread Operators","resource":"javascript-advance"},{"path":"classes","name":"Classes","resource":"javascript-advance"},{"path":"input-elements","name":"Input Elements","resource":"html"},{"path":"submit-and-reset-buttons","name":"Submit and Reset Buttons","resource":"html"},{"path":"css-selectors","name":"CSS Selectors","resource":"css"},{"path":"visibility-vs-display","name":"Visibility vs. Display","resource":"css"},{"path":"modules","name":"Modules","resource":"javascript-advance"},{"path":"destructuring-assignment","name":"Destructuring Assignment","resource":"javascript-advance"},{"path":"default-parameters","name":"Default Parameters","resource":"javascript-advance"},{"path":"promises","name":"Promises","resource":"javascript-advance"},{"path":"textarea-element","name":"Textarea Element","resource":"html"},{"path":"form-element","name":"Form Element","resource":"html"},{"path":"inline-styles","name":"Inline Styles","resource":"css"},{"path":"html-tables","name":"HTML Tables","resource":"html"},{"path":"select-lists-and-options","name":"Select Lists and Options","resource":"html"},{"path":"font-styling","name":"Font Styling","resource":"css"},{"path":"generators","name":"Generators","resource":"javascript-advance"},{"path":"html-headings-h-1-h-6","name":"HTML Headings (h1-h6)","resource":"html"},{"path":"html-lists-ul-and-ol","name":"HTML Lists (ul and ol)","resource":"html"},{"path":"position-in-css","name":"Position in CSS","resource":"css"},{"path":"arrow-functions","name":"Arrow Functions","resource":"javascript-advance"},{"path":"async-await","name":"Async-Await","resource":"javascript-advance"},{"path":"labels-in-forms","name":"Labels in Forms","resource":"html"},{"path":"checkbox-inputs","name":"Checkbox Inputs","resource":"html"},{"path":"border-radius","name":"Border Radius","resource":"css"},{"path":"new-array-methods-in-ecamscript","name":"New Array Methods In Ecamscript","resource":"javascript-advance"},{"path":"let-and-const","name":"Let and Const","resource":"javascript-advance"},{"path":"exponentiation-operator","name":"Exponentiation Operator","resource":"javascript-advance"},{"path":"links-anchor-element","name":"Links (anchor element)","resource":"html"},{"path":"images-img-element","name":"Images (img element)","resource":"html"},{"path":"font-size","name":"Font Size","resource":"css"},{"path":"element-border","name":"Element Border","resource":"css"},{"path":"symbol","name":"Symbol","resource":"javascript-advance"},{"path":"template-literals","name":"Template Literals","resource":"javascript-advance"},{"path":"using-then-and-catch","name":"Using then and catch","resource":"javascript-advance"},{"path":"div-vs-span","name":"Div vs Span","resource":"html"},{"path":"text-alignment","name":"Text Alignment","resource":"css"},{"path":"margin-and-padding","name":"Margin and Padding","resource":"css"},{"path":"colors","name":"Colors","resource":"css"},{"path":"html-forms-overview","name":"HTML Forms Overview","resource":"html"},{"path":"flex-box-in-css","name":"FlexBox in Css","resource":"css"},{"path":"strings","name":"Strings","resource":"javascript"},{"path":"position-using-top-left-right-bottom","name":"Position Using top, left, right, bottom","resource":"css"},{"path":"for-loops","name":"For Loops","resource":"javascript"},{"path":"arrays-overview","name":"Arrays Overview","resource":"javascript"},{"path":"function-arguments","name":"Function Arguments","resource":"javascript"},{"path":"ajax-with-xml-http-request","name":"AJAX with XmlHttpRequest","resource":"javascript"},{"path":"units-in-css","name":"Units in Css","resource":"css"},{"path":"callback-functions","name":"Callback Functions","resource":"javascript"},{"path":"position-using-z-index-property","name":"Position using z-index Property","resource":"css"},{"path":"logical-boolean-operators","name":"Logical boolean Operators","resource":"javascript"},{"path":"appending-elements","name":"Appending Elements","resource":"javascript"},{"path":"retrieving-elements","name":"Retrieving Elements","resource":"javascript"},{"path":"timers-set-timeout-set-interval","name":"Timers (setTimeout, setInterval)","resource":"javascript"},{"path":"basic-math-operations","name":"Basic Math Operations","resource":"javascript"},{"path":"functions-basics","name":"Functions Basics","resource":"javascript"},{"path":"return-values","name":"Return Values","resource":"javascript"},{"path":"inner-text-and-class-list","name":"InnerText and classList","resource":"javascript"},{"path":"variables-var","name":"Variables (var)","resource":"javascript"},{"path":"modulo-operator","name":"Modulo Operator (%)","resource":"javascript"},{"path":"objects-overview","name":"Objects Overview","resource":"javascript"},{"path":"nested-functions","name":"Nested Functions","resource":"javascript"},{"path":"while-loops","name":"While Loops","resource":"javascript"},{"path":"nested-loops","name":"Nested Loops","resource":"javascript"},{"path":"creating-elements","name":"Creating Elements","resource":"javascript"},{"path":"event-binding","name":"Event Binding","resource":"javascript"},{"path":"json","name":"JSON","resource":"javascript"},{"path":"calling-functions","name":"Calling Functions","resource":"javascript"},{"path":"input-events","name":"Input Events","resource":"javascript"},{"path":"the-console-log-function","name":"The Console.log function","resource":"javascript"}],"resourceId":"html","_nextI18Next":{"initialI18nStore":{"ko":{"general":{"h1":"코드퀵에서 영어로 환영합니다!","login":"로그인","signup":"회원 가입","back":"뒤로","myProfile":"내 프로필","courses":"강좌","nickname":"닉네임","accountSettings":"계정 설정","logout":"로그아웃","learnToCode":"코딩 배우기","withAITeacher":"AI 선생님과 함께","atCodequick":"코드퀵에서","stepIntoCoding":"코드퀵과 함께 코딩 세계로 들어가세요. HTML, CSS, 자바스크립트부터 Node.js까지, 모든 기술 수준에 적합한 AI 지원 레슨을 제공합니다.","beginTechJourney":"오늘 당신의 기술 여정을 시작하세요.","signUpFree":"무료로 가입하기","codingQuestions":"코딩 질문","solvedQuestions":"해결된 질문","learners":"학습자","countries":"국가","earnedCoins":"획득한 코인","unlockYourCodingPotential":"당신의 코딩 잠재력을 풀어보세요","t1":"코디 AI와 함께하는 코드 학습 혁신","t2":"코드퀵과 함께 코딩의 미래를 탐험하세요.","t3":"인터랙티브 학습을 위한 당신의 AI 선생님, 코디를 만나보세요. 코딩 여정을 가속화하세요.","t4":"진행 상황 추적","t5":"온라인 코딩 질문","t6":"인터랙티브 안내","t7":"AI 개인 선생님","t8":"도움을 주는 코디 AI","t9":"혁신적인 학습 곡선","t10":"24/7 AI 어시스턴트","t11":"개인 AI 선생님 사용 추적","t12":"강좌","t13":"당신의 코딩 미래를 강화하세요","t14":"다양한 강좌 범위, 인터랙티브 코딩 연습, 최고의 교육자부터 유연한 학습 옵션까지, 우리는 당신의 기술 경력 여정에 필요한 기술을 제공합니다.","t15":"AI 지원: 고급 AI에 의해 구동되는 실시간 코딩 질문 지원을 받으세요.","t16":"광범위한 강좌 범위: HTML, CSS 및 자바스크립트부터 React, Node.js, MongoDB까지 모든 것을 포괄하는 다양한 강좌를 제공합니다.","t17":"인터랙티브: 재미있는 코딩 연습과 도전으로 이해도를 향상시키세요.","t18":"보상 시스템: 배우면서 '코드퀵 코인'을 벌고 최고의 학습자로 떠오르세요.","t19":"코드퀵의 고급 학습으로 기술을 향상시키세요","t20":"진행 상황 추적, 보상 획득, 동료와 경쟁, AI 지원 받기, 학습자 할인으로 절약하세요.","t21":"진행 상황 추적: 코드퀵으로 성장을 모니터링하고 동기를 유지하세요.","t22":"유연한 학습: 당신의 속도로, 당신의 일정에 맞춰 공부하세요.","t23":"커뮤니티 비교: 코드퀵 커뮤니티와 비교하여 당신의 진행 상황을 가늠하세요.","t24":"학습자 할인: '코드퀵 코인' 할인으로 더 많이 배우고 덜 지출하세요.","t25":"우리는 무엇을 다르게 합니까?","t26":"코드퀵 차이점을 받아들이세요: 독특하고 인터랙티브하며 보람 있는 코딩 학습 경험","t27":"고급 AI 지원","t28":"다양한 강좌","t29":"게임화된 학습","t30":"커뮤니티 참여","t31":"학습자 인센티브","t32":"맞춤형 진행 상황 추적","t33":"AI 기술을 통합하여 코드퀵은 개인 교사의 지원을 모방하여 코딩 질문에 대한 실시간 지원을 학습자에게 제공합니다.","t34":"코드퀵은 기본 HTML 및 CSS뿐만 아니라 Node.js, React, MongoDB와 같은 고급 주제를 포함하는 다양한 강좌 범위를 제공합니다.","t35":"독특한 보상 시스템을 통해 코드퀵은 학습을 재미있고 인터랙티브한 게임으로 바꾸고, 학습자들이 진행함에 따라 '코드퀵 코인'을 벌게 합니다.","t36":"코드퀵은 학습자들 사이에 커뮤니티 의식을 촉진하고, 진행 상황을 비교하고 친절한 경쟁을 장려하기 위해 익명의 닉네임을 제공합니다.","t37":"코드퀵은 학습자들에게 플랫폼에서 '코드퀵 코인'을 할인에 사용할 기회를 제공하여, 성실한 학생들에게 재정적 혜택을 제공함으로써 동기를 부여합니다.","t38":"많은 플랫폼과 달리 코드퀵은 각 사용자의 진행 상황을 개별적으로 추적하여, 학습자가 잠재력을 발휘할 수 있도록 상세한 피드백과 격려를 제공합니다.","t39":"좋은 학생은 덜 지불합니다!","t40":"코드퀵에서, 당신의 진행은 당신에게 코인을 벌어줍니다.","t41":"이 코인들은 우리의 프리미엄 플랜의 비용을 줄일 수 있습니다. 그래서, 더 많이 그리고 더 잘 배울수록 덜 지불하게 됩니다.","t42":"우리와 함께하는 보람 있는 모험으로 당신의 학습을 변화시키세요!","t43":"어떻게 작동합니까?","t44":"해결책 없이 질문에 답했습니다. (해결을 시도할 수 있는 최대 3번)","t45":"해결책 없이 질문에 답했습니다. (3번 이상 해결을 시도함)","t46":"우리가 제안한 해결책을 사용하여 질문에 답했습니다.","t47":"해결책을 한 번 이상 보셨나요? 우리는 한 번만 줄입니다.","t48":"우리의 AI 어시스턴트 코디를 사용하여 질문을 해결할 때, 당신은 단 15코인만 받게 됩니다.","t49":"*코드퀵에서는 복잡한 질문에 대해 더 큰 코인 보상을 제공합니다. 그들의 난이도가 높기 때문입니다.","t50":"당신은 무엇을 얻게 됩니까?","t51":"코인","t52":"플랜","t53":"월간 할인","t54":"왜 코드퀵인가요?","t55":"인터랙티브 레슨","t56":"AI 지원","t57":"광범위한 커리큘럼","t58":"고품질 콘텐츠","t59":"유연한 학습","t60":"경력 기술","t61":"진행 상황 추적","t62":"보상 시스템","t63":"학습자 할인","t64":"코드퀵에 대하여","t65":"코드퀵: 인터랙티브 코딩 질문, 비디오 레슨, AI 지원을 통해 프로그래밍을 쉽게 마스터할 수 있도록 도와드립니다. 진행 상황을 추적하고, 순위를 받고, 맞춤형 코딩 여정을 시작하여 전체 잠재력을 발휘하세요.","t66":"회사 소개","t67":"개인정보 보호정책","t68":"서비스 약관","t69":"도움말","t70":"자료","t71":"문의하기","t72":"자주 묻는 질문","t73":"코딩 배우기","t74":"가격","t75":"강좌","t76":"코딩 플랫폼","t77":"좋은 아침","t78":"좋은 오후","t79":"좋은 저녁","t80":"안녕히 주무세요","t81":"코인","t82":"지금 가입하기","t83":"개인 AI 선생님 크레딧","t84":"개인 AI 선생님","t85":"코디, 당신의 AI 개인 코딩 선생님을 얻으세요.","t86":"크레딧을 구매하고 코딩 기술을 향상시키세요.","t87":"크레딧 구매","t88":"강좌 시작","t89":"레슨과","t90":"온라인 코딩 질문","t91":"레슨","t92":"교육 과정","t93":"이 강좌에서 다룰 주제는 무엇입니까?","t94":"아직 사용 가능한 크레딧이 없습니다","t95":"코디 AI 사용","t96":"AI 사용","t97":"코드퀵과 함께 코딩의 흥미진진한 세계로 들어가세요 - 특별 프로모션 가격을 활용하여 전문가로서의 여정을 시작하세요.","t98":"전체 접근","t99":"월간","t100":"코드퀵의 모든 코드 질문에 접근","t101":"모든 미래 강좌에 접근하세요.","t102":"코드 솔루션을 얻고 우리와 함께 코드를 저장하세요.","t103":"코드퀵 코인 모으기.","t104":"당신의 솔루션에 대한 통계.","t105":"언제든지 구독 취소 가능.","t106":"계정에 $5 무료 AI 개인 (코디) 선생님 크레딧을 받으세요.","t107":"모든 강좌 내용에 접근하세요.","t108":"코드 솔루션을 얻고 우리와 함께 코드를 저장하세요.","t109":"코드퀵 코인 모으기.","t110":"당신의 솔루션에 대한 통계.","t111":"1년 구독으로 2개월 무료 이용.","t112":"플랜 업그레이드","t113":"프리미엄 가입하기","t114":"매달 $2 할인","t115":"매달 $5 할인","t116":"매달 $8 할인","t117":"당신의 언어 선택","t118":"여기에서 당신의 코딩 여정이 시작됩니다","t119":"우리의 모든 강좌 내용에 접근하고 싶으신가요?","t120":"플랜 선택하기","t121":"도전 준비가 되셨나요?","t122":"잘했어요!","t123":"HTML 요소 텍스트를 복사하려면 클릭하세요!","t124":"코드를 확인하세요!","t125":"나를 클릭하세요","t126":"시작하려면 클릭하세요","t127":"첫 코딩 질문을 해결하세요","t128":"전체 접근 권한 받기","t129":"코스 비디오 및 코딩 질문에 대한 전체 접근 권한 받기","t130":"코스 콘텐츠 평생 접근","t131":"지금 코스 구매","t132":"코스 가격","t133":"일회성 결제"},"courses":{"t1":"운동","t2":"코딩 문제","t3":"해결책을 사용하시겠습니까?","t4":"취소","t5":"예","t6":"문제","t7":"중에서","t8":"해결책 보기","t9":"이전","t10":"다음","t11":"해결책","t12":"참고: 해결책 표시는 코인을 차감합니다.","t13":"수업","t14":"문제 지시사항","t15":"더 나은 코딩 경험을 위해 데스크톱으로 전환해 주세요.","t16":"이 문제에서 최대","t17":"코인을 얻을 수 있습니다.","t18":"코드 결과","t19":"아직 코드 테스트를 실행하지 않았습니다","t20":"AI 선생님","t21":"안녕하세요! 저는 코디, 여러분을 도와줄 AI 조수입니다. 오늘 어떻게 도와드릴까요? 😊","t22":"코디 AI에게 도움을 요청하세요","t23":"코드 실행","t24":"저장","t25":"당신의 서버 주소","t26":"실행 코드 버튼을 클릭하면 codequick 웹사이트가 여러분을 위해 설정한 실제 서버 엔드포인트를 얻을 수 있습니다.","t27":"주소로 요청을 수행하면 서버로부터 실시간 피드백을 받을 수 있습니다. 서버는 10초 동안만 사용 가능합니다. 서버를 사용할 수 없는 경우 코드를 다시 확인하고 새 서버가 구축됩니다.","t28":"당신의","t29":"주소","t30":"서버가 작동하면 여기에 설정한 MongoDB에 접근할 수 있는 링크가 표시됩니다.","t31":"링크를 클릭하면 서버의 MongoDB에 완전히 접근할 수 있습니다. 테스트 실행마다 MongoDB가 초기화된다는 점을 참고하세요.","t32":"버그를 식별하기 위해 코드에 print 문을 추가할 수 있습니다.","t33":"로그 지우기","t34":"진행 상황을 추적하고 싶으세요? codequick에 가입하세요, 무료입니다.","t35":"서버가 작동 중입니다.","t36":"서버 실행에 실패했습니다.","t37":"통신 문제가 있으니 나중에 다시 시도해 주세요.","t38":"코디가 귀하의 질문에 답변하는 데 문제가 있습니다.","t39":"코드 제출을 받았습니다","t40":"코드 분석 중","t41":"코드 분석 결과 준비 중","t42":"현재 많은 부하로 인해 곧 답변을 드리겠습니다.","t43":"문제 해결책","t44":"플랜 업그레이드","t45":"오늘 codequick에 가입하세요"},"rating":{"t1":"짧은 설문조사에 답하고 무료로 50코인을 받으세요","t2":"평가해 주세요 ","t3":"모듈","t4":"평가 중 문제가 발생했습니다. 나중에 다시 시도해 주세요.","t5":"성함","t6":"성함","t7":"괜찮습니다","t8":"코인 모으기","t9":"평가하기","t10":"Codequick가 제공하는 교육 동영상에 대한 당신의 생각은 어떤가요?","t11":"동영상이 충분히 정보적이고 잘 제작되었다고 생각하나요?","t12":"동영상의 길이가 적당하다고 생각하나요, 아니면 너무 짧거나 길다고 생각하나요?","t13":"교육 동영상에 더 많은 코딩 예제가 포함되길 원하시나요?","t14":"Codequick을 다른 언어로 번역하는 것에 관심이 있나요? 있다면, 어떤 언어를 선호하시나요?","t15":"동영상에서 사용된 언어의 명확성과 정확성을 어떻게 평가하시나요? 언어적 오류나 일관성 없는 부분을 발견하셨나요?","t16":"Codequick 웹사이트의 전반적인 언어를 평가해 주세요. 명확하고 간결하며 전문적인가요?","t17":"즐겼던 부분이나 긍정적인 경험을 공유해 주세요.","t18":"자료가 대체로 이해하기 쉬웠나요?","t19":"코딩 질문들이 명확하고 이해하기 쉬웠나요?","t20":"시스템을 향상시킬 제안이 있으시면 자유롭게 공유해 주세요!","t21":"지금까지의 학습 경험은 어떠셨나요?","t22":"다른 사람들에게 추천하시겠어요?","t23":"Codequick와의 온라인 코딩 경험은 어땠나요?","t24":"코인 모델이 도전적이라고 생각하나요?","t25":"프로그래밍 배경에 대해 말씀해 주세요.","t26":"현재 프로그래밍을 공부하고 계신가요? 그렇다면 어디에서?","t27":"과거에 대학이나 부트캠프에서 프로그래밍을 공부한 적이 있나요?","t28":"나이를 알려주실 수 있나요?","t29":"Codequick을 누군가에게 추천한 적이 있나요?","t30":"Codequick에 대해 처음 어떻게 알게 되셨나요?","t31":"Codequick에서 제공하기를 원하는 특정 코스가 있나요?","t32":"코디를 통해 도움을 얼마나 자주 받으셨나요?","t33":"코디의 응답에 대한 만족도를 평가해 주세요 (1에서 5까지).","t34":"코디의 응답이 도움이 되셨나요? 예를 들어 설명해 주세요.","t35":"코디를 개선하기 위한 제안이 있으신가요?","t36":"코디를 추천하시겠어요? 그렇다면 왜 그렇고, 아니라면 왜 그런지 말씀해 주세요.","t37":"성함은 필수입니다","t38":"답변은 필수입니다","t39":"평가는 필수입니다","t40":"성함은 필수입니다"},"account-settings":{"t1":"프로필","t2":"AI 교사","t3":"일반 설정","t4":"쿠폰","t5":"청구","t6":"문제가 발생했습니다. 나중에 다시 시도해주세요.","t7":"별명이 성공적으로 업데이트되었습니다.","t8":"문제가 발생했습니다. 나중에 다시 시도해주세요.","t9":"아바타는 고유한 별명에서 파생됩니다. 별명을 변경할 때마다 아바타도 새로운 정체성에 맞게 새로 고쳐질 것임을 기억하세요.","t10":"CodeQuick에서 새로운 정체성을 원하십니까? 고유한 별명을 생성하려면 새로고침 버튼을 누르세요.","t11":"별명은 당신과 당신의 코딩 여정을 대표합니다. 변화를 받아들이세요! 클릭하면 새로운 별명이 설정되어 코딩 인물에 새로운 면을 제공합니다. 앞으로 나아가세요, 시도해보세요!","t12":"새 별명을 생성하시겠습니까? 이것은 현재의 별명과 프로필 사진을 대체할 것입니다.","t13":"취소","t14":"별명 변경","t15":"이메일","t16":"별명","t17":"계정","t18":"계정 세부 정보 편집","t19":"플랜이 성공적으로 업데이트되었습니다.","t20":"구독 플랜 업그레이드에 실패했습니다.","t21":"구독 플랜 업그레이드에 실패했습니다.","t22":"구독 상태","t23":"총 코인","t24":"활성","t25":"비활성","t26":"구독 세부 정보","t27":"축하합니다","t28":"이제 플랜을 업그레이드할 수 있습니다","t29":"그리고","t30":"코인을 사용하여 할인을 받을 수 있습니다.","t31":"지금 업그레이드","t32":"아직 구독을 업그레이드하기에 충분한 코인을 모으지 못했습니다.","t33":"충분한 코인을 모았을 때 업그레이드 옵션이 제공됩니다.","t34":"CodeQuick에서 잠시 휴식을 취하고 싶다면 구독을 쉽게 취소할 수 있습니다","t35":"구독 취소","t36":"구독이 취소되었습니다. 사이트의 콘텐츠는 다음까지 이용 가능합니다.","t37":"구독 재활성화","t38":"청구 내역 (과거 송장을 보려면 확장하세요)","t39":"날짜","t40":"송장 ID (링크)","t41":"송장 지불됨","t42":"아직 송장이 없습니다.","t43":"CodeQuick 구독을 취소하시겠습니까?","t44":"구독을 취소하면 지금까지 모은 모든 코인이 삭제됩니다.","t45":"송장 상태","t46":"구독 플랜을 업그레이드하는 데 코인을 사용하는 것을 잊지 마세요.","t47":"현재 플랜","t48":"그리고","t49":"가격은","t50":"구독이 비활성화되었습니다.","t51":"플랜 업그레이드","t52":"사용자 사용량을 가져오는 데 실패했습니다.","t53":"더 많은 크레딧이 필요합니다","t54":"AI 지원 크레딧: 일회성 결제, 언제든지 사용 가능.","t55":"AI 기반 코딩 도움: 실시간 지원 및 전문가 안내.","t56":"24/7 가능: 언제든지 AI 지원에 접근 가능.","t57":"즉각적인 오류 감지: 코딩 오류를 빠르게 식별하고 수정.","t58":"개인화된 솔루션: 진행 상황과 스타일에 맞는 맞춤형 코드 제안.","t59":"향상된 학습 효율성: 동적 피드백으로 학습 속도를 높입니다.","t60":"당신의 AI 코딩 어시스턴트","t61":"AI 기반 코딩 지원: 학습 경험을 높이세요","t62":"크레딧 구매","t63":"지금 구매","t64":"비밀번호는 최소 6자 이상이어야 합니다","t65":"비밀번호가 필요합니다","t66":"비밀번호가 일치해야 합니다","t67":"비밀번호 반복이 필요합니다","t68":"비밀번호가 성공적으로 업데이트되었습니다","t69":"입력한 현재 비밀번호가 올바르지 않습니다.","t70":"Facebook/Google 사용자로서 비밀번호를 변경할 수 없습니다.","t71":"요청 처리 중 오류가 발생했습니다. 나중에 다시 시도해주세요.","t72":"현재 비밀번호","t73":"새 비밀번호","t74":"새 비밀번호 반복","t75":"비밀번호 변경","t76":"쿠폰이 성공적으로 생성되었습니다.","t77":"쿠폰 생성에 실패했습니다. 나중에 다시 시도해주세요.","t78":"CodeQuick의 추천으로 벌기","t79":"CodeQuick 커뮤니티를 확장하는 데 도움을 주시면 감사하겠습니다.","t80":"어떤 이점이 있습니까?","t81":"개인화된 쿠폰을 생성하여 친구들과 공유하고 쿠폰을 사용하여 새로운 구독자를 모집할 때마다 10,000코인을 벌 수 있습니다. 또한 쿠폰을 받는 사람은 CodeQuick에 가입할 때 10% 할인을 받습니다. 최대 10개의 쿠폰을 생성하여 공유하고 상당한 코인을 벌어보세요!","t82":"사용됨","t83":"아직 쿠폰을 생성하지 않았습니다.","t84":"내 쿠폰","t85":"쿠폰 생성","t86":"프로필 사진","t87":"확실합니까?","t88":"유감스럽게도 신용카드를 사용한 결제 처리가 불가능했습니다.","t89":"유감스럽게도 제공된 신용카드를 사용한 거래 처리 중 어려움을 겪었습니다.","t90":"결과적으로 요금이 부과되지 않았습니다.","t91":"거래를 다시 시도해주시기 바랍니다. 계속 어려움을 겪는 경우 다른 카드로 전환하는 것을 권장합니다.","t92":"질문이 있으시면 이메일을 통해 직접 문의해주시기 바랍니다.","t93":"감사합니다, Codequick 팀 드림.","t94":"결제 진행","t95":"Codequick에 가입해주셔서 감사합니다.","t96":"질문이 있으시면 언제든지 이메일로 직접 문의해주세요.","t97":"학습 계속하기","t98":"이제 CodeQuick의 전체 코스 콘텐츠를 즐기며 코딩 여정을 시작할 수 있습니다!","t99":"청구 섹션의 계정 설정에 접근하여 언제든지 구독을 취소할 수 있습니다."},"auth":{"t1":"메일 확인","t2":"비밀번호 복구 지침을 귀하의 이메일로 보냈습니다.","t3":"홈","t4":"온라인 코딩 문제로 상호작용하며 배우기","t5":"코드퀵 AI 선생님과 함께하는 AI 솔루션","t6":"코인 획득 및 성과 비교하기","t7":"상호작용적인 도전과 실제 프로젝트를 통해 코딩 마스터하기.","t8":"코드퀵과 함께하는 AI 파워드 개인 교사 및 코딩 지원 받기.","t9":"코드퀵 코인을 얻고, 할인을 잠금 해제하고, 다른 사람들과 성과를 비교하세요.","t10":"비밀번호를 잊으셨나요?","t11":"아래에 이메일 주소를 입력하시면 비밀번호 재설정 링크를 보내드립니다.","t12":"이미 계정이 있으신가요?","t13":"비밀번호 재설정 링크를 확인하기 위해 메일을 확인해주세요","t14":"유효한 이메일이어야 합니다","t15":"이메일이 필요합니다","t16":"이메일 주소","t17":"메일 보내기","t18":"안녕하세요, 다시 오신 것을 환영합니다","t19":"계속하려면 자격 증명을 입력하세요","t20":"계정이 없으신가요?","t21":"유효한 이메일이어야 합니다","t22":"이메일이 필요합니다","t23":"비밀번호가 필요합니다","t24":"잘못된 이메일 또는 비밀번호입니다. 다시 시도해 주세요.","t25":"문제가 발생했습니다. 나중에 다시 시도해 주세요.","t26":"이메일 주소","t27":"비밀번호","t28":"비밀번호를 잊으셨나요?","t29":"로그인","t30":"비밀번호 재설정","t31":"새 비밀번호를 선택해 주세요","t32":"비밀번호가 필요합니다","t33":"비밀번호는 최소 6자 이상이어야 합니다","t34":"두 비밀번호가 일치해야 합니다","t35":"비밀번호 확인이 필요합니다","t36":"보내드린 재설정 링크를 다시 클릭해 보세요.","t37":"비밀번호","t38":"비밀번호 확인","t39":"비밀번호 재설정","t40":"회원가입","t41":"계속하려면 자격 증명을 입력하세요","t42":"이미 계정이 있으신가요?","t43":"이메일 주소로 가입하기","t44":"유효한 이메일이어야 합니다","t45":"이메일이 필요합니다","t46":"비밀번호가 필요합니다","t47":"사용 중인 사용자입니다. 다른 이메일을 선택해 주세요.","t48":"귀하의 등록이 성공적으로 완료되었습니다.","t49":"이메일 주소","t50":"비밀번호","t51":"로그인함으로써 귀하는","t52":"서비스 약관","t53":"및","t54":"개인정보 처리방침에","t55":"동의합니다."},"donation":{"t1":"코딩 교육에 도움을 주세요","t2":"❤️ 모든 기부가 중요합니다. ❤️","t3":"여러분의 지원은 전 세계 학습자들에게 닿는 교육 자원을 직접 향상시킵니다.","t4":"기부 금액 입력","t5":"금액","t6":"기부하기","t7":"감사합니다! ❤️🙏","t8":"넉넉한 지원에 감사드립니다 ❤️🙏","t9":"CodeQuick.io에서 여러분의 기여는 우리에게 세상을 의미합니다. 여러분의 관대함 덕분에 우리는 접근 가능하고 흥미로운 코딩 교육을 통해 학습자를 지원하는 사명을 계속할 수 있습니다.","t10":"여러분의 지원은 우리의 교육 자원의 질과 범위에 직접적인 영향을 미쳐, 전 세계 학습자들의 삶에 중요한 변화를 만들어내는 데 도움을 줍니다.","t11":"학습 계속하기","t12":"다시 기부하기"}},"en":{"general":{"h1":"welcome to codequick in English!","login":"Login","signup":"Sign Up","back":"Back","myProfile":"My Profile","courses":"Courses","nickname":"Nickname","accountSettings":"Account Settings","logout":"Logout","learnToCode":"Learn to Code","withAITeacher":"with AI Teacher","atCodequick":"At Codequick","stepIntoCoding":"Step into the world of coding with Codequick. From HTML, CSS, and Javascript to Node.js, our AI-assisted lessons are suitable for all skill levels.","beginTechJourney":"Begin your tech journey today.","signUpFree":"Sign Up Free","codingQuestions":"Coding Questions","solvedQuestions":"Solved Questions","learners":"Learners","countries":"Countries","earnedCoins":"Earned Coins","unlockYourCodingPotential":"Unlock Your Coding Potential","t1":"Revolutionize Your Code Learning with Cody AI","t2":"Explore the future of coding with CodeQuick.","t3":"Meet Cody, your AI teacher, for interactive learning. Supercharge your coding journey.","t4":"Track Your Progress","t5":"Online Coding Questions","t6":"Interactive Guidance","t7":"AI Private Teacher","t8":"Cody AI For The Help","t9":"Revolutionary Learning Curve","t10":"24/7 AI Assistants","t11":"Track Your Private AI Teacher Usage","t12":"Courses","t13":"Empowering Your Coding Future","t14":"From a diverse course range, interactive coding exercises, top-notch educators to flexible learning options, we provide the skills you need for your tech career journey.","t15":"AI Assistance: Receive real-time coding question support powered by advanced AI.","t16":"Wide Course Range: Our diverse courses cover everything from HTML, CSS and Javascript to React, Node.js and MongoDB.","t17":"Interactive: Enhance your understanding with fun coding exercises and challenges.","t18":"Reward System: Earn 'Codequick Coins' as you learn and rise as a top learner.","t19":"Boost Your Skills with Codequick's Advanced Learning","t20":"Track progress, earn rewards, compete with peers, receive AI assistance, and save with learner discounts.","t21":"Progress Tracking: Monitor your growth and maintain motivation with Codequick.","t22":"Flexible Learning: Study at your pace, on your schedule.","t23":"Community Comparison: Gauge your progress against the Codequick community.","t24":"Learner Discounts: Learn more, spend less with 'Codequick Coins' discounts.","t25":"What do we do differently?","t26":"Embrace the Codequick Difference: Unique, Interactive, and Rewarding Coding Learning Experience","t27":"Advanced AI Assistance","t28":"Diverse Courses","t29":"Gamified Learning","t30":"Community Engagement","t31":"Learner Incentives","t32":"Customized Progress Tracking","t33":"By integrating AI technology, Codequick offers learners real-time assistance on coding questions, emulating the support of a personal instructor.","t34":"Codequick provides a diverse range of courses covering not just basic HTML and CSS, but also advanced topics like Node.js, React, and MongoDB.","t35":"With a unique reward system, Codequick turns learning into a fun, interactive game, where learners earn 'Codequick Coins' as they progress.","t36":"Codequick promotes a sense of community among learners, providing anonymous nicknames to compare progress and encourage friendly competition.","t37":"Codequick motivates learners with the opportunity to use 'Codequick Coins' for discounts on the platform, rewarding diligent students with financial benefits.","t38":"Unlike many platforms, Codequick tracks each user's progress individually, providing detailed feedback and encouragement for learners to reach their potential.","t39":"Good students Pay less!","t40":"At Codequick, your progress earns you Coins.","t41":"These Coins can reduce the cost of our premium plans. So, the more and better you learn, the less you pay.","t42":"Transform your learning into a rewarding adventure with us!","t43":"How it works?","t44":"Answered a question without solution. (up to 3 attempts to solve)","t45":"Answered a question without solution. (more then 3 attempts to solve)","t46":"Answered a question with a usage of our suggested solution.","t47":"Have you peek at the solution once or more? we only reduce once.","t48":"When utilizing our AI assistant Cody to solve a question, you will receive only 15 coins.","t49":"*Complex questions on Codequick offer larger coin rewards due to their increased difficulty.","t50":"What will you get?","t51":"Coins","t52":"Plan","t53":"Monthly Discount","t54":"Why Codequick?","t55":"Interactive Lessons","t56":"AI Assistance","t57":"Wide Curriculum","t58":"Quality Content","t59":"Flexible Learning","t60":"Career Skills","t61":"Progress Tracking","t62":"Reward System","t63":"Learner Discounts","t64":"About Codequick","t65":"Codequick: Empowering you with interactive coding questions, video lessons, and AI assistance for effortless mastery of programming. Track progress, receive rankings, and embark on personalized coding journeys to unlock your full potential.","t66":"About Us","t67":"Privacy Policy","t68":"Terms Of Service","t69":"Help","t70":"Resources","t71":"Contact Us","t72":"FAQ","t73":"Learn Code","t74":"Pricing","t75":"Courses","t76":"Coding Platform","t77":"Good Morning","t78":"Good Afternoon","t79":"Good Evening","t80":"Good Night","t81":"Coins","t82":"Join Now","t83":"Private AI Teacher Credit","t84":"Private AI Teacher","t85":"Get Cody, your AI private coding teacher.","t86":"Buy credits and elevate your coding skills.","t87":"Buy Credit","t88":"Start Course","t89":"lessons and","t90":"online coding questions","t91":"Lessons","t92":"Syllabus","t93":"What topics will be covered in the course?","t94":"No available credit yet","t95":"Cody AI usage","t96":"Ai Usage","t97":"Step into the exciting world of coding with Codequick - take advantage of our special promotional pricing and begin your journey to expertise.","t98":"Full Access","t99":"Monthly","t100":"Access to all the code questions on codequick","t101":"Get access to all future courses.","t102":"Get code solutions and save your code with us.","t103":"Collecting codequick coins.","t104":"Statistics on your solutions.","t105":"Cancel subscription at any time.","t106":"Get free $5 AI private (Cody) teacher credit to your account.","t107":"Get access to all course content.","t108":"Get code solutions and save your code with us.","t109":"Collecting codequick coins.","t110":"Statistics on your solutions.","t111":"Get 2 months free with a 1-year subscription.","t112":"Upgrade your plan","t113":"Go Premium","t114":"$2 discount each month","t115":"$5 discount each month","t116":"$8 discount each month","t117":"Select your language","t118":"Your Coding Journey Starts Here","t119":"Want to have access to all our courses content?","t120":"Choose Your Plan","t121":"Ready For The Challenge?","t122":"Well Done!","t123":"Click to copy the HTML element text!","t124":"Check your code!","t125":"Click Me","t126":"Click to start","t127":"Solve your first coding question","t128":"Get Full Access","t129":"Get full access to course videos and coding questions","t130":"Lifetime access to course content","t131":"Buy course now","t132":"Course Price","t133":"One-Time Payment"},"courses":{"t1":"Exercise","t2":"Coding Question","t3":"Are you sure you want to use the solution?","t4":"Cancel","t5":"Yes","t6":"Question","t7":"out of","t8":"Show Solution","t9":"Previous","t10":"Next","t11":"Solution","t12":"Note: Solution display deducts coins.","t13":"Lesson","t14":"Question Instructions","t15":"Please switch to a desktop for better coding experience.","t16":"In this question you can Earn up to","t17":"Coins.","t18":"Code Results","t19":"You haven't run a code test yet","t20":"Ai Teacher","t21":"Hey there! I'm Cody, your helpful AI assistant. How can I assist you today? 😊","t22":"Ask cody AI for help","t23":"Run Code","t24":"Save","t25":"Your Server Address","t26":"Click on the Run Code button, and you will get a real server endpoint that codequick website setup for you.","t27":"Perform requests to the address, and you will receive real-time feedback for your server. Please note that the server will be available for only 10 seconds. If the server is not available, check the code again, and a new server will be built for you.","t28":"Your","t29":"address","t30":"Once the server is up and running, you will see a link here with access to the MongoDB that we set up for you.","t31":"Click on the link, and you will receive full access to MongoDB for your server. Please note that with each test run, your MongoDB will be reset.","t32":"You can add print statements in the code to identify bugs.","t33":"Clear Log","t34":"Want to track your progress? Sign Up to codequick, It's free.","t35":"Server is up and running.","t36":"Failed run the server.","t37":"There is a communication problem, please try again later.","t38":"Cody having an issue answering your question.","t39":"Code Submission Received","t40":"Analyzing Your Code","t41":"Preparing Code Analysis Results","t42":"Due to heavy loads, will get back to you soon with an answer.","t43":"Question Solution","t44":"Upgrade your plan","t45":"Join codequick today"},"rating":{"t1":"Get free 50 coins answering a short survey","t2":"Please rate the ","t3":"module","t4":"Something went wrong when rating, please try later.","t5":"Your full name","t6":"Full Name","t7":"No Thanks","t8":"Collect Coins","t9":"Rate","t10":"What are your thoughts on the instructional videos provided by Codequick?","t11":"Are the videos sufficiently informative and well-produced?","t12":"Do you find the video durations appropriate, or do you think they are too short or too long?","t13":"Would you appreciate more coding examples incorporated into the instructional videos?","t14":"Are you interested in having Codequick translated into other languages? If yes, which language(s) would you prefer?","t15":"How would you describe the clarity and accuracy of the language used in the videos? Have you noticed any linguistic errors or inconsistencies?","t16":"Rate the overall language on the Codequick website. Is it clear, concise, and professional?","t17":"Share aspects you enjoyed or positive experiences.","t18":"Was the material generally easy to comprehend?","t19":"Did you find the coding questions clear and understandable?","t20":"Do you have suggestions for enhancing the system? Feel free to share!","t21":"How has your learning experience been so far?","t22":"Would you recommend us to others?","t23":"What was your online coding experience with Codequick like?","t24":"Do you find the Coins model challenging?","t25":"Tell us about your programming background.","t26":"Are you currently studying programming? If yes, where?","t27":"Have you attended a college or bootcamp for programming in the past?","t28":"Could you provide your age?","t29":"Have you ever referred Codequick to someone?","t30":"How did you first hear about Codequick?","t31":"Is there a specific course you'd like us to offer on Codequick?","t32":"How often do you interact with Cody for assistance?","t33":"Rate your satisfaction with Cody's responses (1 to 5).","t34":"Have Cody's responses helped you? Please share an example.","t35":"Suggestions to improve Cody?","t36":"Would you recommend Cody? Why or why not?","t37":"Full Name is required","t38":"Answer is required","t39":"Rating is required","t40":"Full Name is required"},"account-settings":{"t1":"Profile","t2":"AI Teacher","t3":"General Settings","t4":"Coupons","t5":"Billing","t6":"Something went wrong, please try later.","t7":"Your nickname updated succesfully.","t8":"Something went wrong, please try later.","t9":"Your avatar is derived from your unique nickname. Keep in mind, every time you change your nickname, your avatar will also be refreshed to match the new identity.","t10":"Want a new identity on CodeQuick? Just hit the refresh button to generate a unique nickname that reflects your achievements.","t11":"Remember, your nickname represents you and your coding journey, so embrace the change! Once you click, your new nickname will be set, offering a fresh facet to your coding persona. Go ahead, give it a spin!","t12":"Are you sure you want to generate a new nickname? This will replace your current nickname as well as your profile picture.","t13":"Cancel","t14":"Change Nickname","t15":"Email","t16":"Nick Name","t17":"Account","t18":"Edit Account Details","t19":"Your plan has been updated succesfully.","t20":"Failed upgrade subscription plan.","t21":"Failed upgrade subscription plan.","t22":"Subscription Status","t23":"Total coins","t24":"Active","t25":"Inactive","t26":"Subscription Details","t27":"Congrats","t28":"You can now upgrade your plan to","t29":"and have a","t30":"discount by using your earned coins.","t31":"Upgrade Now","t32":"You haven't accumulated enough coins yet to upgrade your subscription,","t33":"Once you have accumulated enough coins, upgrade options will become available.","t34":"If you want to take a break from codequick, you can easily cancel your subscription","t35":"Cancel Subscription","t36":"Your subscription has been canceled, the site's contents will be available to you until,","t37":"Reactivate Subscription","t38":"Billing History (Expand to see your past invoices)","t39":"Date","t40":"Invoice Id (link)","t41":"Invoice Paid","t42":"You don't have any invoices yet.","t43":"Are you sure you want to cancel the Codequick subscription?","t44":"Please note, canceling the subscription will delete all the coins you have accumulated so far.","t45":"Invoice Status","t46":"Remember to use your coins for upgrading your subscription plan.","t47":"Your current plan","t48":"and the","t49":"price is","t50":"Your subscription is Inactive.","t51":"Upgrade Plan","t52":"Failed get user usage","t53":"Need more credit","t54":"AI Assistance Credits: One-Time Payment, Use Anytime.'","t55":"AI-Powered Coding Help: Real-time support and expert guidance.'","t56":"24/7 Availability: Access AI assistance anytime, day or night.'","t57":"Instant Error Detection: Quickly identify and fix coding errors.'","t58":"Personalized Solutions: Tailored code suggestions for your progress and style.'","t59":"Enhanced Learning Efficiency: Speed up learning with dynamic feedback.","t60":"Your AI Coding Assistant","t61":"AI-Powered Coding Assistance: Elevate Your Learning Experience","t62":"Credit Purchase","t63":"Buy Now","t64":"Password must be at least 6 characters long","t65":"Password is required","t66":"Passwords must match","t67":"Repeat Password is require","t68":"Your password has been updated successfully","t69":"Your current password you entered is incorrect.","t70":"As a Facebook/Google user, we can't change your password.","t71":"Oops! An error occurred while processing your request. Please try again later.","t72":"Current Password","t73":"New Password","t74":"Repeat New Password","t75":"Change Password","t76":"A Coupon created successfully.","t77":"Failed create a coupon, please try later.","t78":"Earn with CodeQuick's Referrals","t79":"We'd love your help in expanding the CodeQuick community.","t80":"How does it benefit you?","t81":"By generating personalized coupons, sharing them with your friends, and earning 10,000 coins for every new subscriber who uses your coupon. Additionally, the recipient of your coupon gets a 10% discount on joining CodeQuick. Create up to 10 coupons, share them, and earn substantial coins!","t82":"Used","t83":"You have not created any coupons yet.","t84":"My Coupons","t85":"Create a coupon","t86":"Profile Picture","t87":"Are you you sure?","t88":"Unfortunately, we were not able to process the payment using your credit card.","t89":"Regrettably, we encountered difficulties processing the transaction using the provided credit card,","t90":"resulting in no charges being applied.","t91":"We kindly request that you attempt the transaction again. Should you encounter further difficulties, we recommend switching to an alternate card.","t92":"If you have any questions, feel free to reach out to us directly through email at","t93":"Best regards, the Codequick team.","t94":"Proceed to payment","t95":"Thank you, we are excited that you chose to join Codequick.","t96":"For any question you can contact us directly at","t97":"Continue Learning","t98":"You can now enjoy the entire course content on CodeQuick and embark on your coding journey!","t99":"You have the option to cancel your subscription at any time by accessing the Account Settings in the billing section."},"auth":{"t1":"Check Mail","t2":"We have sent a password recover instructions to your email.","t3":"Home","t4":"Learn Interactively With Online Coding Questions","t5":"AI Solutions with Cody your private AI teacher","t6":"Earn Coins and Compare Achievements","t7":"Master coding through interactive challenges and real-world projects.","t8":"Get AI-powered private teacher and coding assistance with Cody.","t9":"Gain CodeQuick coins, unlock discounts, and compare your achievements with others.","t10":"Forgot password?","t11":"Enter your email address below and we will send a link to password reset.","t12":"Already have an account?","t13":"Check mail for reset password link","t14":"Must be a valid email","t15":"Email is required","t16":"Email Address","t17":"Send Mail","t18":"Hi, Welcome Back","t19":"Enter your credentials to continue","t20":"Dont have an account?","t21":"Must be a valid email","t22":"Email is required","t23":"Password is required","t24":"Invalid email or password, Please try again.","t25":"Something went wrong, please try later.","t26":"Email Address","t27":"Password","t28":"Forgot Password?","t29":"Login","t30":"Reset Password","t31":"Please choose your new password","t32":"Password is required","t33":"Password must be at least 6 characters long","t34":"Both passwords must match","t35":"Confirm Password is required","t36":"Please try click on the reset link we sent you again.","t37":"Password","t38":"Confirm Password","t39":"Reset Password","t40":"Sign up","t41":"Enter your credentials to continue","t42":"Already have an account?","t43":"Sign up with Email address","t44":"Must be a valid email","t45":"Email is required","t46":"Password is required","t47":"User is taken, choose another email.","t48":"Your registration has been successfully completed.","t49":"Email Address","t50":"Password","t51":"By signing in you agree with","t52":"Terms Of Service","t53":"and","t54":"Privacy Policy.","t55":"Sign up"},"donation":{"t1":"Help Us Teach Coding","t2":"❤️ Every donation matters. ❤️","t3":"Your support directly enhances our educational resources, reaching learners worldwide.","t4":"Enter Your Donation Amount","t5":"Amount","t6":"Donate","t7":"Thank You! ❤️🙏","t8":"Thank You for Your Generous Support ❤️🙏","t9":"Your contribution means the world to us at CodeQuick.io. Thanks to your generosity, we can continue our mission to empower learners through accessible and engaging coding education.","t10":"Your support directly impacts the quality and reach of our educational resources, helping us make a significant difference in the lives of learners worldwide.","t11":"Continue Learning","t12":"Donate Again"}}},"initialLocale":"ko","ns":["general","courses","rating","account-settings","auth","donation"],"userConfig":{"i18n":{"defaultLocale":"en","locales":["en","es","fr","pt","id","de","it","hi","nl","sv","pl","ar","ru","ko","ja","zh-CN"]},"languages":[{"locale":"en","language":"English"},{"locale":"es","language":"Spanish"},{"locale":"fr","language":"French"},{"locale":"de","language":"German"},{"locale":"pt","language":"Portuguese"},{"locale":"id","language":"Indonesian"},{"locale":"it","language":"Italian"},{"locale":"hi","language":"Hindi"},{"locale":"nl","language":"Dutch"},{"locale":"sv","language":"Swedish"},{"locale":"pl","language":"Polish"},{"locale":"ar","language":"Arabic"},{"locale":"ru","language":"Russian"},{"locale":"ko","language":"Korean"},{"locale":"ja","language":"Japanese"},{"locale":"zh-CN","language":"Mandarin"}],"default":{"i18n":{"defaultLocale":"en","locales":["en","es","fr","pt","id","de","it","hi","nl","sv","pl","ar","ru","ko","ja","zh-CN"]},"languages":[{"locale":"en","language":"English"},{"locale":"es","language":"Spanish"},{"locale":"fr","language":"French"},{"locale":"de","language":"German"},{"locale":"pt","language":"Portuguese"},{"locale":"id","language":"Indonesian"},{"locale":"it","language":"Italian"},{"locale":"hi","language":"Hindi"},{"locale":"nl","language":"Dutch"},{"locale":"sv","language":"Swedish"},{"locale":"pl","language":"Polish"},{"locale":"ar","language":"Arabic"},{"locale":"ru","language":"Russian"},{"locale":"ko","language":"Korean"},{"locale":"ja","language":"Japanese"},{"locale":"zh-CN","language":"Mandarin"}]}}}},"__N_SSP":true},"page":"/resources/[resourceId]","query":{"resourceId":"html"},"buildId":"WjgVlT5Xr5WeokzEM6kuD","isFallback":false,"gssp":true,"locale":"ko","locales":["en","es","fr","pt","id","de","it","hi","nl","sv","pl","ar","ru","ko","ja","zh-CN"],"defaultLocale":"en","scriptLoader":[{"strategy":"afterInteractive","children":"\n function parseUrlParams(url) {\n var params = {};\n var queryString = url.split('?')[1];\n if (queryString) {\n var pairs = queryString.split('\u0026');\n pairs.forEach(pair =\u003e {\n var [key, value] = pair.split('=');\n params[key] = decodeURIComponent(value || '');\n });\n }\n return params;\n }\n\n function shouldAddShareASaleImage() {\n if (typeof window != 'undefined') {\n var params = parseUrlParams(window.location.href);\n if (params.success === 'true' \u0026\u0026 params.session_id \u0026\u0026 params.amount) {\n return true;\n }\n }\n return false;\n };\n\n function buildShareASaleImageLinkSrc() {\n if (typeof window != 'undefined') {\n var params = parseUrlParams(window.location.href);\n if (params.success === 'true' \u0026\u0026 params.session_id \u0026\u0026 params.amount) {\n return 'https://www.shareasale.com/sale.cfm?tracking=' + params.session_id + '\u0026amount=' + params.amount + '\u0026merchantID=151416\u0026transtype=lead';\n }\n }\n return '';\n };\n\n if (shouldAddShareASaleImage() \u0026\u0026 window.location.origin === 'https://codequick.io' \u0026\u0026 window.location.href.includes('/thank-you') \u0026\u0026 window.location.search !== '?testim=true') {\n var imgElement = document.createElement('img');\n imgElement.src = buildShareASaleImageLinkSrc();\n imgElement.width = 1;\n imgElement.height = 1;\n var head = document.head || document.getElementsByTagName('head')[0];\n head.appendChild(imgElement);\n }\n "},{"strategy":"afterInteractive","children":"\n function parseUrlParams(url) {\n var params = {};\n var queryString = url.split('?')[1];\n if (queryString) {\n var pairs = queryString.split('\u0026');\n pairs.forEach(pair =\u003e {\n var [key, value] = pair.split('=');\n params[key] = decodeURIComponent(value || '');\n });\n }\n return params;\n }\n\n function shouldAddShareASaleImage() {\n if (typeof window != 'undefined') {\n var params = parseUrlParams(window.location.href);\n if (params.success === 'true' \u0026\u0026 params.session_id) {\n return true;\n }\n }\n return false;\n };\n\n if (window.location.origin === 'https://codequick.io' \u0026\u0026 window.location.search !== '?testim=true') {\n var scriptElement = document.createElement('script');\n scriptElement.src = 'https://www.dwin1.com/72837.js';\n scriptElement.type = 'text/javascript';\n scriptElement.defer = true;\n var head = document.head || document.getElementsByTagName('head')[0];\n head.appendChild(scriptElement);\n }\n "},{"strategy":"afterInteractive","children":"\n if (window.location.origin === 'https://codequick.io' \u0026\u0026 window.location.search !== '?testim=true') {\n (function(f,b){if(!b.__SV){var e,g,i,h;window.mixpanel=b;b._i=[];b.init=function(e,f,c){function g(a,d){var b=d.split(\".\");2==b.length\u0026\u0026(a=a[b[0]],d=b[1]);a[d]=function(){a.push([d].concat(Array.prototype.slice.call(arguments,0)))}}var a=b;\"undefined\"!==typeof c?a=b[c]=[]:c=\"mixpanel\";a.people=a.people||[];a.toString=function(a){var d=\"mixpanel\";\"mixpanel\"!==c\u0026\u0026(d+=\".\"+c);a||(d+=\" (stub)\");return d};a.people.toString=function(){return a.toString(1)+\".people (stub)\"};i=\"disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking start_batch_senders people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove\".split(\" \");\n for(h=0;h\u003ci.length;h++)g(a,i[h]);var j=\"set set_once union unset remove delete\".split(\" \");a.get_group=function(){function b(c){d[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));a.push([e,call2])}}for(var d={},e=[\"get_group\"].concat(Array.prototype.slice.call(arguments,0)),c=0;c\u003cj.length;c++)b(j[c]);return d};b._i.push([e,f,c])};b.__SV=1.2;e=f.createElement(\"script\");e.type=\"text/javascript\";e.async=!0;e.src=\"undefined\"!==typeof MIXPANEL_CUSTOM_LIB_URL?\n MIXPANEL_CUSTOM_LIB_URL:\"file:\"===f.location.protocol\u0026\u0026\"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js\".match(/^\\/\\//)?\"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js\":\"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js\";g=f.getElementsByTagName(\"script\")[0];g.parentNode.insertBefore(e,g)}})(document,window.mixpanel||[]);\n if (window.mixpanel) {\n mixpanel.init('9e9e98da611c906fd5288a482bef6452', { debug: true, track_pageview: true, persistence: 'localStorage' });\n }\n }\n "},{"id":"facebook-tracker","strategy":"afterInteractive","children":"\n if (window.location.origin === 'https://codequick.io' \u0026\u0026 window.location.search !== '?testim=true') { \n !function(f,b,e,v,n,t,s)\n {if(f.fbq)return;n=f.fbq=function(){n.callMethod?\n n.callMethod.apply(n,arguments):n.queue.push(arguments)};\n if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\n n.queue=[];t=b.createElement(e);t.async=!0;\n t.src=v;s=b.getElementsByTagName(e)[0];\n s.parentNode.insertBefore(t,s)}(window, document,'script',\n 'https://connect.facebook.net/en_US/fbevents.js');\n fbq('init', '339970801713459');\n fbq('track', 'PageView');\n }\n "},{"src":"https://www.googletagmanager.com/gtag/js?id=G-Q6C1HFXBDM","strategy":"afterInteractive"},{"id":"google-analytics","strategy":"afterInteractive","children":"\n if (window.location.origin === 'https://codequick.io' \u0026\u0026 window.location.search !== '?testim=true') { \n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n \n gtag('config', 'G-Q6C1HFXBDM');\n }\n "}]}</script></body></html>