REFERENCEhtml

html Documentation

LOADING ENGINE...

<noframes>

AI & DATA SCIENCE // noframes-tag

The HTML <noframes> element.

Syntax

<noframes>Content</noframes>

Deep Dive Course

Detailed overview of the <noframes> HTML concept.

1Understanding <noframes>

Welcome to this deep dive into <noframes>.

When building web interfaces, semantic HTML is the foundation of everything. The <noframes> element is a core building block that browsers use to construct the DOM tree. Let's explore its syntax and semantic meaning in a modern web context.

📌

Always ensure tags are properly closed to avoid DOM parsing errors.

editor.html
<!DOCTYPE html>
<html>
<body>
  <noframes>Example</noframes>
</body>
</html>
localhost:3000

2Example: Basic Usage

Now let's examine a practical implementation. In the following example, we demonstrate how to apply <noframes> effectively.

Pay close attention to the syntax and the resulting structure. By relying on native HTML elements, we ensure that the page remains accessible and SEO friendly.

💡

Notice how clean the syntax is.

editor.html
<!DOCTYPE html>
<html>
<body>
  <noframes>Example</noframes>
</body>
</html>
localhost:3000

3Example: Advanced Scenarios

Now let's examine a practical implementation. In the following example, we demonstrate how to apply <noframes> effectively.

Pay close attention to the syntax and the resulting structure. By relying on native HTML elements, we ensure that the page remains accessible and SEO friendly.

editor.html
<!-- Advanced use case for <noframes> -->
<div class="container">
  <noframes> Dynamic Content </noframes>
</div>
localhost:3000

4Best Practices & Semantics

To achieve true mastery over <noframes>, follow community best practices.

  • Use semantic tags where appropriate instead of generic <div>s.
  • Ensure accessibility (ARIA) attributes are added if the tag requires custom behavior.

By following these guidelines, you make the web more accessible and SEO-friendly.

⚠️

Semantic HTML is the easiest way to improve SEO and Accessibility without extra code.

editor.html
<!-- Semantic HTML -->
<noframes> Accessible Content </noframes>
localhost:3000

Examples

Example 01Basic Usage
<!DOCTYPE html>
<html>
<body>
  <noframes>Example</noframes>
</body>
</html>
Example 02Advanced Scenarios
<!-- Advanced use case for <noframes> -->
<div class="container">
  <noframes> Dynamic Content </noframes>
</div>

Best Practices

  • Use semantic tags where appropriate instead of generic
    s.
  • Ensure accessibility (ARIA) attributes are added if the tag requires custom behavior.

Frequently Asked Questions

When should I use <noframes>?

You should use whenever its semantic meaning matches the content you are wrapping.</p></div></details><details class="group bg-white border-2 border-black p-4 cursor-pointer shadow-[4px_4px_0px_0px_rgba(0,0,0,1)] hover:-translate-y-1 hover:shadow-[6px_6px_0px_0px_#00F0FF] transition-all" itemScope="" itemProp="mainEntity" itemType="https://schema.org/Question"><summary class="font-bold text-lg list-none flex justify-between items-center text-black" itemProp="name">Is &lt;noframes&gt; supported in all browsers?<span class="text-[#FF0099] group-open:rotate-180 transition-transform">▼</span></summary><div class="mt-4 pl-4 border-l-4 border-[#FF0099] text-gray-700" itemScope="" itemProp="acceptedAnswer" itemType="https://schema.org/Answer"><p itemProp="text">Yes, standard HTML elements are fully supported across all major modern browsers.</p></div></details></div></div></div></div></div><!--$--><!--/$--></div></div></div></div></main></div><footer class="bg-gray-800 text-white p-4 text-center group w-full"><h4 class="text-2xl font-bold my-4 hidden lg:block">Web Development Course</h4><div class="transition-all duration-300"><div class="bg-gray-900 text-white py-6 text-left"><div class="container mx-auto px-6 lg:px-20 border-b border-gray-800 pb-2 mb-8 flex justify-center"><div class="w-full max-w-md my-8 p-6 bg-gray-900 border border-gray-800 rounded-xl shadow-2xl relative overflow-hidden"><div class="absolute top-0 left-1/2 -translate-x-1/2 w-3/4 h-1 bg-gradient-to-r from-transparent via-blue-500 to-transparent opacity-50"></div><div class="text-left mb-6"><h3 class="text-2xl font-bold text-white mb-2 tracking-tight">Newsletter</h3><p class="text-gray-400 text-sm">Get the latest news, tutorials, and resources on web development delivered straight to your inbox. </p></div><form class="flex flex-col gap-3"><div class="relative"><input type="email" placeholder="tu@email.com" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg text-white placeholder-gray-500 focus:outline-none focus:border-blue-500 focus:ring-1 focus:ring-blue-500 transition-all disabled:opacity-50" required="" value=""/></div><button type="submit" class="w-full px-4 py-3 font-semibold text-white bg-blue-600 hover:bg-blue-700 rounded-lg transition-colors disabled:opacity-50 disabled:cursor-not-allowed flex items-center justify-center gap-2"><span>Suscribe Now!</span></button></form></div></div><div class="container mx-auto px-6 lg:px-20"><div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"><div><h3 class="text-xl font-semibold mb-4">Important Links</h3><ul class="space-y-2"><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/About-Us">About Us</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/blog">Blog</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/links">Links</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/courses">Courses</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/bootcamp/html">Projects</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/Contact">Contact</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/SiteMap">Sitemap</a></li></ul></div><div><h3 class="text-xl font-semibold mb-4">Course Categories</h3><ul class="space-y-2"><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/courses/frontend/html">HTML Tutorials</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/courses/frontend/css">CSS Tutorials</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/courses/frontend/javascript">JavaScript Guides</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/courses/frontend/react">React Framework</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/courses/backend/python">Python Programming</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/courses/cloud/aws">AWS Cloud</a></li><li><a class="hover:underline text-gray-400 hover:text-white transition-colors" href="/courses/artificialintelligence/foundations">AI Foundations</a></li></ul></div><div><h3 class="text-xl font-semibold mb-4">Follow Us</h3><div class="flex gap-4 mb-4"><a href="https://facebook.com" target="_blank" class="hover:text-blue-500 transition-all"><svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 fill-current" viewBox="0 0 24 24"><path d="M22.675 0H1.325C.593 0 0 .592 0 1.324v21.351C0 23.406.593 24 1.325 24H12.82v-9.294H9.692v-3.622h3.129V8.413c0-3.1 1.894-4.788 4.662-4.788 1.325 0 2.465.099 2.797.143v3.24h-1.92c-1.506 0-1.796.715-1.796 1.763v2.31h3.588l-.467 3.622h-3.121V24h6.116c.732 0 1.324-.594 1.324-1.325V1.324C24 .592 23.407 0 22.675 0z"></path></svg></a><a href="https://www.linkedin.com/company/codesyllabuscom" target="_blank" class="hover:text-blue-500 transition-all"><svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 fill-current" viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"></path></svg></a><a href="https://www.instagram.com/codesyllabus_/" target="_blank" class="hover:text-pink-500 transition-all"><svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 fill-current" viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"></path></svg></a></div></div><div><h3 class="text-xl font-semibold mb-4">Our Commitment to Quality</h3><p class="text-sm text-gray-400 leading-relaxed">Our mission is to provide accessible, high-quality web development education. All tutorials are crafted by seasoned industry professionals and rigorously reviewed for accuracy. We base our content on official documentation from sources like the Mozilla Developer Network (MDN) and W3C standards to ensure you learn the most current and correct information.</p></div></div></div></div></div><div class="container mx-auto text-center py-4 border-t border-gray-700 mt-4"><p class="text-xs text-gray-500">© 2025 codesyllabus. All rights reserved.<a class="text-blue-400 hover:underline ml-4" href="/Privacy-Policy">Privacy Policy</a><a class="text-blue-400 hover:underline ml-4" href="/Data-Protection">Data Protection</a><a class="text-blue-400 hover:underline ml-4" href="/terms-of-use">Terms of Use</a></p></div></footer><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"\n window.klaroConfig = {\n version: 1,\n elementID: 'klaro',\n styling: {\n theme: ['light'],\n },\n noAutoLoad: false,\n htmlTexts: true,\n embedded: false,\n groupByPurpose: true,\n storageMethod: 'cookie',\n cookieName: 'codesyllabus_klaro_consent',\n cookieExpiresAfterDays: 365,\n default: false,\n mustConsent: false,\n acceptAll: true,\n hideDeclineAll: false,\n hideLearnMore: false,\n noticeAsModal: false,\n translations: {\n en: {\n consentModal: {\n title: '🍪 Cookie & Privacy Consent',\n description: 'Here you can inspect and customize the information that we collect about you. We use cookies to enhance your learning experience, analyze site traffic, and provide secure authentication.',\n },\n privacyPolicy: {\n name: 'Privacy Policy',\n text: 'To learn more, please read our <a href=\"/privacy\" target=\"_blank\" class=\"underline font-bold text-[#FF0099]\">Privacy Policy</a>.',\n },\n purposes: {\n analytics: 'Analytics & Performance',\n security: 'Security & Authentication',\n marketing: 'Marketing & External Embeds',\n },\n },\n },\n services: [\n {\n name: 'analytics',\n title: 'Google Analytics / Traffic Analysis',\n description: 'Collects anonymous data about how visitors use our tutorials and documentation to help us improve the platform.',\n purposes: ['analytics'],\n cookies: ['_ga', '_gid', '_gat'],\n required: false,\n optOut: false,\n },\n {\n name: 'security',\n title: 'Authentication & Session Storage',\n description: 'Essential cookies and local storage required for user login, profile management, and progress tracking across interactive courses.',\n purposes: ['security'],\n required: true,\n },\n {\n name: 'embeds',\n title: 'External Media & Embeds',\n description: 'Allows embedding external media such as YouTube videos, interactive code sandboxes, and community widgets.',\n purposes: ['marketing'],\n required: false,\n }\n ],\n };\n ","id":"klaro-config"}])</script><script src="/_next/static/chunks/2d51a937cf5afab3.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[353882,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n3:I[370186,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n4:I[372178,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n5:I[646208,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"SidebarProvider\"]\n6:I[403265,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n7:I[263327,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n8:I[339756,[\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n9:I[837457,[\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\na:I[522016,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"\"]\n12:I[168027,[\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n13:I[55119,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"NewsletterForm\"]\n18:I[396068,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n19:I[92825,[\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"ClientSegmentRoot\"]\n1a:I[180401,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_"])</script><script>self.__next_f.push([1,"69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/d99f1a66d5b4cf2c.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/f35c706e899d45c1.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc24041857e0751d.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n1b:I[347257,[\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"ClientPageRoot\"]\n"])</script><script>self.__next_f.push([1,"1c:I[277305,[\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/d99f1a66d5b4cf2c.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/f35c706e899d45c1.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/cc24041857e0751d.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/b2bb05a87eaf0e0e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/e1419414650996bb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/4aaa86b2d335138f.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/0ae9bf1532d7b98a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/328a94ea4201b6a4.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/bcdfcb24425090d0.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/fcac58d527762826.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/c45188ffb618a96f.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/53e739770327cc81.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/42a4f4eec9e87455.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"1d:I[897367,[\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"OutletBoundary\"]\n1e:\"$Sreact.suspense\"\n20:I[897367,[\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"ViewportBoundary\"]\n22:I[897367,[\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\"],\"MetadataBoundary\"]\n:HL[\"/_next/static/chunks/7fbacc2db82cee4f.css?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"dU8bfOfYO7X5lWw14sRBq\",\"c\":[\"\",\"reference\",\"html\",\"noframes-tag\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"reference\",{\"children\":[[\"tech\",\"html\",\"d\"],{\"children\":[[\"slug\",\"noframes-tag\",\"d\"],{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/7fbacc2db82cee4f.css?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/4d4350434418076e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/aa8c31f78647e281.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/cc507e91dd653991.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/fc45e80b5f3d1adb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebSite\\\",\\\"name\\\":\\\"Code Syllabus\\\",\\\"url\\\":\\\"https://www.codesyllabus.com\\\",\\\"potentialAction\\\":{\\\"@type\\\":\\\"SearchAction\\\",\\\"target\\\":\\\"https://www.codesyllabus.com/search?q={search_term_string}\\\",\\\"query-input\\\":\\\"required name=search_term_string\\\"},\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"Code Syllabus\\\",\\\"logo\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https://www.codesyllabus.com/logo.png\\\"}}}\"}}],[\"$\",\"script\",null,{\"type\":\"text/plain\",\"data-type\":\"application/javascript\",\"data-name\":\"analytics\",\"src\":\"https://www.googletagmanager.com/gtag/js?id=G-JXEMVN36M7\"}],[\"$\",\"script\",null,{\"type\":\"text/plain\",\"data-type\":\"application/javascript\",\"data-name\":\"analytics\",\"dangerouslySetInnerHTML\":{\"__html\":\"\\n window.dataLayer = window.dataLayer || [];\\n window.gtag = function(){window.dataLayer.push(arguments);}\\n window.gtag('js', new Date());\\n window.gtag('config', 'G-JXEMVN36M7', {\\n page_path: window.location.pathname,\\n });\\n window.gtag('config', 'AW-18173917080');\\n \"}}]]}],[\"$\",\"body\",null,{\"className\":\"bg-[#fffbf0] text-black min-h-screen flex flex-col\",\"children\":[[\"$\",\"$L2\",null,{}],[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"children\":[[\"$\",\"$L6\",null,{}],[\"$\",\"div\",null,{\"className\":\"flex flex-grow w-full max-w-[1920px] mx-auto\",\"children\":[[\"$\",\"$L7\",null,{}],[\"$\",\"main\",null,{\"className\":\"flex-1 w-full min-h-screen\",\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"min-h-screen bg-[#fffbf0] flex flex-col items-center justify-center p-8 text-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"bg-white border-4 border-black p-12 shadow-[12px_12px_0px_#000] max-w-2xl transform -rotate-1\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-6xl font-black uppercase mb-4 text-red-500 drop-shadow-[4px_4px_0px_#000]\",\"children\":\"404: LOST_IN_LIP\"}],[\"$\",\"p\",null,{\"className\":\"font-mono font-bold text-xl mb-8 bg-black text-white p-4\",\"children\":\"Oops! The page you're looking for doesn't exist in our sweet universe.\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col md:flex-row gap-4 justify-center\",\"children\":[[\"$\",\"$La\",null,{\"href\":\"/\",\"children\":[\"$\",\"button\",null,{\"className\":\"bg-[#CCFF00] border-4 border-black px-8 py-4 font-black uppercase text-xl shadow-[4px_4px_0px_#000] hover:translate-x-[2px] hover:translate-y-[2px] hover:shadow-none transition-all\",\"children\":\"Back Home\"}]}],[\"$\",\"$La\",null,{\"href\":\"/tutorials\",\"children\":[\"$\",\"button\",null,{\"className\":\"bg-white border-4 border-black px-8 py-4 font-black uppercase text-xl shadow-[4px_4px_0px_#000] hover:translate-x-[2px] hover:translate-y-[2px] hover:shadow-none transition-all\",\"children\":\"View Tutorials\"}]}]]}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],\"$Lb\",\"$Lc\"]}]}]}]]}]]}]]}],{\"children\":[\"$Ld\",{\"children\":[\"$Le\",{\"children\":[\"$Lf\",{\"children\":[\"$L10\",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],\"$L11\",false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"S\":false}\n"])</script><script>self.__next_f.push([1,"b:[\"$\",\"footer\",null,{\"className\":\"bg-gray-800 text-white p-4 text-center group w-full\",\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-2xl font-bold my-4 hidden lg:block\",\"children\":\"Web Development Course\"}],[\"$\",\"div\",null,{\"className\":\"transition-all duration-300\",\"children\":[\"$\",\"div\",null,{\"className\":\"bg-gray-900 text-white py-6 text-left\",\"children\":[[\"$\",\"div\",null,{\"className\":\"container mx-auto px-6 lg:px-20 border-b border-gray-800 pb-2 mb-8 flex justify-center\",\"children\":[\"$\",\"$L13\",null,{}]}],[\"$\",\"div\",null,{\"className\":\"container mx-auto px-6 lg:px-20\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-4\",\"children\":\"Important Links\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/About-Us\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"About Us\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/blog\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"Blog\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/links\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"Links\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/courses\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"Courses\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/bootcamp/html\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"Projects\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/Contact\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"Contact\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/SiteMap\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"Sitemap\"}]}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-4\",\"children\":\"Course Categories\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/courses/frontend/html\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"HTML Tutorials\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/courses/frontend/css\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"CSS Tutorials\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/courses/frontend/javascript\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"JavaScript Guides\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/courses/frontend/react\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"React Framework\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/courses/backend/python\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"Python Programming\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/courses/cloud/aws\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"AWS Cloud\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$La\",null,{\"href\":\"/courses/artificialintelligence/foundations\",\"className\":\"hover:underline text-gray-400 hover:text-white transition-colors\",\"children\":\"AI Foundations\"}]}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-4\",\"children\":\"Follow Us\"}],[\"$\",\"div\",null,{\"className\":\"flex gap-4 mb-4\",\"children\":[[\"$\",\"a\",null,{\"href\":\"https://facebook.com\",\"target\":\"_blank\",\"className\":\"hover:text-blue-500 transition-all\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"className\":\"h-8 w-8 fill-current\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"d\":\"M22.675 0H1.325C.593 0 0 .592 0 1.324v21.351C0 23.406.593 24 1.325 24H12.82v-9.294H9.692v-3.622h3.129V8.413c0-3.1 1.894-4.788 4.662-4.788 1.325 0 2.465.099 2.797.143v3.24h-1.92c-1.506 0-1.796.715-1.796 1.763v2.31h3.588l-.467 3.622h-3.121V24h6.116c.732 0 1.324-.594 1.324-1.325V1.324C24 .592 23.407 0 22.675 0z\"}]}]}],\"$L14\",\"$L15\"]}]]}],\"$L16\"]}]}]]}]}],\"$L17\"]}]\n"])</script><script>self.__next_f.push([1,"c:[\"$\",\"$L18\",null,{}]\nd:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\ne:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/d99f1a66d5b4cf2c.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/f35c706e899d45c1.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/cc24041857e0751d.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L19\",null,{\"Component\":\"$1a\",\"slots\":{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]},\"serverProvidedParams\":{\"params\":{\"tech\":\"html\"},\"promises\":null}}]]}]\nf:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n"])</script><script>self.__next_f.push([1,"10:[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L1b\",null,{\"Component\":\"$1c\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{\"tech\":\"html\",\"slug\":\"noframes-tag\"},\"promises\":null}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/b2bb05a87eaf0e0e.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/e1419414650996bb.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/4aaa86b2d335138f.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0ae9bf1532d7b98a.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/328a94ea4201b6a4.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-5\",{\"src\":\"/_next/static/chunks/bcdfcb24425090d0.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-6\",{\"src\":\"/_next/static/chunks/fcac58d527762826.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-7\",{\"src\":\"/_next/static/chunks/c45188ffb618a96f.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-8\",{\"src\":\"/_next/static/chunks/53e739770327cc81.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-9\",{\"src\":\"/_next/static/chunks/42a4f4eec9e87455.js?dpl=dpl_69Kor2AyxcKuDbRt5WfF3iiSUG1q\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L1d\",null,{\"children\":[\"$\",\"$1e\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@1f\"}]}]]}]\n"])</script><script>self.__next_f.push([1,"11:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L20\",null,{\"children\":\"$L21\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L22\",null,{\"children\":[\"$\",\"$1e\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L23\"}]}]}],null]}]\n14:[\"$\",\"a\",null,{\"href\":\"https://www.linkedin.com/company/codesyllabuscom\",\"target\":\"_blank\",\"className\":\"hover:text-blue-500 transition-all\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"className\":\"h-8 w-8 fill-current\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"d\":\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z\"}]}]}]\n24:T426,M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z15:[\"$\",\"a\",null,{\"href\":\"https://www.instagram.com/codesyllabus_/\",\"target\":\"_blank\",\"className\":\"hover:text-pink-500 transition-all\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"className\":\"h-8 w-8 fill-current\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"d\":\"$24\"}]}]}]\n16:[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-4\",\"children\":\"Our Commitment to Quality\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-gray-400 leading-relaxed\",\"children\":\"Our mission is to provide accessible, high-quality web development education. All tutorials are crafted by seasoned industry professionals and rigorously reviewed for accuracy. We base our content on official documentation from sources like the Mozilla Developer Network (MDN) and W3C standards to ensure you learn the most current and correct information.\"}]]}]\n17:[\"$\",\"div\",null,{\"className\":\"container mx-auto text-center py-4 border-t border-gray-700 mt-4\",\"children\":[\"$\",\"p\",null,{\"className\":\"text-xs text-gray-500\",\"children\":[\"© 2025 codesyllabus. All rights reserved.\",[\"$\",\"$La\",null,{\"href\":\"/Privacy-Policy\",\"className\":\"text-blue-400 hover:underline ml-4\",\"children\":\"Privacy Policy\"}],[\"$\",\"$La\",null,{\"href\":\"/Data-Protection\",\"className\":\"text-blue-400 hover:underline ml-4\",\"children\":\"Data Protection\"}],[\"$\",\"$La\",null,{\"href\":\"/terms-of-use\",\"className\":\"text-blue-400 hover:underline ml-4\",\"children\":\"Terms of Use\"}]]}]}]\n21:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n1f:null\n23:[[\"$\",\"title\",\"0\",{\"children\":\"noframes tag in HTML | Reference Documentation | Code Syllabus\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Technical documentation, examples, and interactive reference for noframes tag in HTML.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"canonical\",\"href\":\"https://www.codesyllabus.com/reference/html/noframes-tag\"}],[\"$\",\"meta\",\"3\",{\"property\":\"og:title\",\"content\":\"noframes tag in HTML | Re"])</script><script>self.__next_f.push([1,"ference Documentation\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:description\",\"content\":\"Technical documentation, examples, and interactive reference for noframes tag in HTML.\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:url\",\"content\":\"https://www.codesyllabus.com/reference/html/noframes-tag\"}],[\"$\",\"meta\",\"6\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"7\",{\"name\":\"twitter:title\",\"content\":\"noframes tag in HTML | Reference Documentation\"}],[\"$\",\"meta\",\"8\",{\"name\":\"twitter:description\",\"content\":\"Technical documentation, examples, and interactive reference for noframes tag in HTML.\"}]]\n"])</script></body></html>