{"id":17811,"date":"2023-09-08T08:40:37","date_gmt":"2023-09-08T08:40:37","guid":{"rendered":"https:\/\/www.prepbytes.com\/blog\/?p=17811"},"modified":"2023-09-08T08:40:37","modified_gmt":"2023-09-08T08:40:37","slug":"html-elements-and-html-attribute","status":"publish","type":"post","link":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/","title":{"rendered":"HTML Elements and HTML Attribute"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg\" alt=\"\" \/><\/p>\n<p>The web is a vast ecosystem of interconnected information, and at the heart of this digital realm are HTML elements and attributes. HTML, or Hypertext Markup Language, forms the foundation of every webpage you visit. HTML elements are the building blocks that structure content, while attributes provide additional information and functionality.HTML elements and their different attributes provide the foundation for creating rich and interactive web pages that people can access on the internet using multiple devices and technologies. HTML elements are also known as building blocks of  HTML enclosed by an angle bracket, further known as a tag.<br \/>\nHTML elements have attributes, which are additional values used to set the components or modify their behaviour in different ways according to user needs<\/p>\n<h2>What are HTML Elements?<\/h2>\n<p>HTML elements are the foundational building blocks of web pages. They are the structural components used to define and organize the content that appears on a webpage. Each HTML element is represented by a specific tag enclosed in angle brackets (&lt; &gt;) and typically consists of an opening tag, content, and a closing tag.<\/p>\n<h2>Here&#8217;s a breakdown of the key components of an HTML element:<\/h2>\n<p><strong>Opening Tag:<\/strong> This is the beginning of an HTML element and contains the element&#8217;s name, enclosed in angle brackets. For example, <\/p>\n<p> is the opening tag for a paragraph element.<\/p>\n<p><strong>Content:<\/strong> This is the actual content that the element represents. It can include text, images, links, and other types of media or information.<\/p>\n<p><strong>Closing Tag:<\/strong> This marks the end of the HTML element and is similar to the opening tag but includes a forward slash (\/) before the element&#8217;s name. For example, <\/p>\n<p> is the closing tag for a paragraph element.<\/p>\n<p>For Eg., &lt; p&gt;This is a paragraph.&lt; \/p&gt;.<\/p>\n<p><strong>Syntax :<\/strong><br \/>\nIt is the syntax of a tag that includes elements and attributes in it.<\/p>\n<p>&lt; element attribute=&quot;value&quot;&gt; content&lt; \/element&gt;<\/p>\n<p>Similarly, multiple such tags can be created for different elements of<br \/>\nour webpage and it contains multiple attributes.<\/p>\n<h2>Importance of HTML Elements and HTML Attributes:<\/h2>\n<p>HTML elements and attributes are two of the important components of creating an effective, functional, and structured web page or HTML document.<br \/>\nBy using these tools we can create impactful, engaging, and effective web experiences for users. Some of the reasons why they are important:<\/p>\n<ul>\n<li><strong>Structure<\/strong> &#8211; they define the structure of any HTML document, and they also make the structure organized and easy to understand.<\/li>\n<li><strong>Accessibility<\/strong> &#8211; HTML attributes such as \u2018alt\u2019 for images provide important information to people which makes the web content accessible to a wider range of audience<\/li>\n<li><strong>Styling<\/strong> &#8211; Attributes such as \u201cclass\u201d, \u201cid\u201d, and \u201ccolor\u201d allow the developers to style our content.<\/li>\n<li><strong>Interactivity<\/strong> -HTML attributes such as \u2018alt\u2019 for images provide important information to people which makes the web content accessible to a wider range of audiences.<\/li>\n<\/ul>\n<p>These are some of the importance of HTML elements and HTML attributes. Further, we will see some commonly used elements and attributes of HTML.<\/p>\n<h2>Commonly Used HTML elements are:<\/h2>\n<p>HTML elements are the building blocks of web pages. They are used to define the structure and content of a web page. HTML elements are defined by tags, some of the elements are &#8211;<\/p>\n<pre><code>**html** -> define the root element of an HTML document.\n**head** -> contains metadata about the document such as the title, links to external stylesheets, and scripts.\n**body** -> contains the content of the document such as text, images, and other elements.\n<h1>-<h6> -> heading elements used to define headings or subheadings.\n**p** -> defines a paragraph of text.\n**img** -> This element inserts an image into the documents.\n**a** -> creates a hyperlink to another webpage or resources.\n**ul and ol** -> create unordered and unordered lists respectively \n**tables** -> creates a table to display data.<\/code><\/pre>\n<p>These are some of the commonly used elements while creating any html document. There are multiple such elements that you will learn while making a project. <\/p>\n<h2>Commonly used HTML attributes are:<\/h2>\n<p>Here are some commonly use HTML attributes:<\/p>\n<ul>\n<li><strong>class:<\/strong> Used to define one or more CSS classes for an element <\/li>\n<li><strong>id:<\/strong> Used to give an element a unique identifier.<\/li>\n<li><strong>style:<\/strong> Used to define an inline style for an element.<br \/>\n&#8211;<strong> href:<\/strong> Used to specify the URL of a link or location of a resource.<\/li>\n<li><strong>src:<\/strong> Used to specify the URL of an image or other media file.<\/li>\n<li><strong>alt:<\/strong> Used to provide a title or tooltip for an element.<\/li>\n<li><strong>title:<\/strong> Used to provide a title or tooltip for an element.<\/li>\n<li><strong>target:<\/strong> Used to specify where to open the linked document.<\/li>\n<li><strong>type:<\/strong> Used to specify the type of information contained in an element, such as the type of input in a form field.<\/li>\n<li><strong>rel:<\/strong> Used to define the relationship between the current document and the linked document.<\/li>\n<\/ul>\n<p>These HTML attributes are used to provide beautiful styling on our webpage.<\/p>\n<p><strong>Conclusion:<\/strong><br \/>\nIn the ever-evolving landscape of the internet, HTML elements and attributes remain steadfast as the fundamental tools for web developers and designers. They provide the structure, semantics, and interactivity that breathe life into web pages. As you&#8217;ve journeyed through this article, you&#8217;ve gained insight into the rich world of HTML elements and the flexibility that attributes bring to web development.<\/p>\n<p>From the humble <\/p>\n<p> for paragraphs to the powerful <a> for links, these elements are the essence of web content organization. Attributes like href, src, and alt provide the details that make web pages functional and user-friendly. Armed with this knowledge, you&#8217;re ready to create, edit, and navigate web content with confidence.<\/p>\n<h2>Frequently Asked Questions (FAQs) Related to html elements list:<\/h2>\n<p>Here are some FAQs related to the html elements list.<\/p>\n<p><strong>1. What are HTML elements?<\/strong><br \/>\nHTML elements are the basic building blocks of a web page. They define the structure and content of a webpage, such as headings, paragraphs, lists, images, links, and more. Each element is represented by a specific tag enclosed in angle brackets (&lt; &gt;).<\/p>\n<p><strong>2. What are HTML attributes?<\/strong><br \/>\nHTML attributes provide additional information or properties for HTML elements. They are added within the opening tag of an element and can modify an element&#8217;s behavior or appearance. For example, the href attribute in the <a> tag specifies the URL to which a link points.<\/p>\n<p><strong>3. How do I use HTML elements and attributes in web development?<\/strong><br \/>\nTo use HTML elements and attributes, you create an HTML document using a plain text editor or an integrated development environment (IDE). You structure your content with HTML elements by placing them within angle brackets and add attributes to elements as needed to customise their behaviour or appearance.<\/p>\n<p><strong>4. Are there predefined lists of HTML elements and attributes?<\/strong><br \/>\nYes, there are standardised lists of HTML elements and attributes defined by the HTML specification (e.g., HTML5). These lists ensure consistency across web development and help developers create well-structured and semantically meaningful web content.<\/p>\n<p><strong>5. Can I create my own custom HTML elements and attributes?<\/strong><br \/>\nWhile it&#8217;s possible to create custom HTML attributes, it&#8217;s generally not recommended as it may lead to compatibility issues and hinder accessibility. Creating custom elements is typically done using JavaScript in conjunction with web components.<\/p>\n<p><strong>6. Where can I find a comprehensive list of HTML elements and attributes?<\/strong><br \/>\nYou can refer to official HTML documentation, such as the Mozilla Developer Network (MDN) or the W3C HTML specification, for comprehensive lists and detailed information about HTML elements and attributes. Additionally, many web development resources and tutorials provide handy references for HTML elements and attributes.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The web is a vast ecosystem of interconnected information, and at the heart of this digital realm are HTML elements and attributes. HTML, or Hypertext Markup Language, forms the foundation of every webpage you visit. HTML elements are the building blocks that structure content, while attributes provide additional information and functionality.HTML elements and their different [&hellip;]<\/p>\n","protected":false},"author":52,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[196],"tags":[],"class_list":["post-17811","post","type-post","status-publish","format-standard","hentry","category-html"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>HTML Elements and HTML Attribute<\/title>\n<meta name=\"description\" content=\"HTML elements are the foundational building blocks of web pages and are the structural components used to define and organize the content that appears on a webpage.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTML Elements and HTML Attribute\" \/>\n<meta property=\"og:description\" content=\"HTML elements are the foundational building blocks of web pages and are the structural components used to define and organize the content that appears on a webpage.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/\" \/>\n<meta property=\"og:site_name\" content=\"PrepBytes Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prepbytes0211\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-08T08:40:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg\" \/>\n<meta name=\"author\" content=\"Prepbytes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prepbytes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/\"},\"author\":{\"name\":\"Prepbytes\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\"},\"headline\":\"HTML Elements and HTML Attribute\",\"datePublished\":\"2023-09-08T08:40:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/\"},\"wordCount\":1161,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg\",\"articleSection\":[\"HTML\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/\",\"url\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/\",\"name\":\"HTML Elements and HTML Attribute\",\"isPartOf\":{\"@id\":\"http:\/\/43.205.93.38\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg\",\"datePublished\":\"2023-09-08T08:40:37+00:00\",\"description\":\"HTML elements are the foundational building blocks of web pages and are the structural components used to define and organize the content that appears on a webpage.\",\"breadcrumb\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#primaryimage\",\"url\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg\",\"contentUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/43.205.93.38\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML\",\"item\":\"https:\/\/prepbytes.com\/blog\/category\/html\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HTML Elements and HTML Attribute\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/43.205.93.38\/#website\",\"url\":\"http:\/\/43.205.93.38\/\",\"name\":\"PrepBytes Blog\",\"description\":\"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING\",\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/43.205.93.38\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/43.205.93.38\/#organization\",\"name\":\"Prepbytes\",\"url\":\"http:\/\/43.205.93.38\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"contentUrl\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"width\":160,\"height\":160,\"caption\":\"Prepbytes\"},\"image\":{\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/prepbytes0211\/\",\"https:\/\/www.instagram.com\/prepbytes\/\",\"https:\/\/www.linkedin.com\/company\/prepbytes\/\",\"https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\",\"name\":\"Prepbytes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"caption\":\"Prepbytes\"},\"url\":\"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTML Elements and HTML Attribute","description":"HTML elements are the foundational building blocks of web pages and are the structural components used to define and organize the content that appears on a webpage.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/","og_locale":"en_US","og_type":"article","og_title":"HTML Elements and HTML Attribute","og_description":"HTML elements are the foundational building blocks of web pages and are the structural components used to define and organize the content that appears on a webpage.","og_url":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/","og_site_name":"PrepBytes Blog","article_publisher":"https:\/\/www.facebook.com\/prepbytes0211\/","article_published_time":"2023-09-08T08:40:37+00:00","og_image":[{"url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg","type":"","width":"","height":""}],"author":"Prepbytes","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prepbytes","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#article","isPartOf":{"@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/"},"author":{"name":"Prepbytes","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e"},"headline":"HTML Elements and HTML Attribute","datePublished":"2023-09-08T08:40:37+00:00","mainEntityOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/"},"wordCount":1161,"commentCount":0,"publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg","articleSection":["HTML"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/","url":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/","name":"HTML Elements and HTML Attribute","isPartOf":{"@id":"http:\/\/43.205.93.38\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#primaryimage"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg","datePublished":"2023-09-08T08:40:37+00:00","description":"HTML elements are the foundational building blocks of web pages and are the structural components used to define and organize the content that appears on a webpage.","breadcrumb":{"@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#primaryimage","url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg","contentUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1694162353239-Topic%20%2812%29.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/prepbytes.com\/blog\/html-elements-and-html-attribute\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/43.205.93.38\/"},{"@type":"ListItem","position":2,"name":"HTML","item":"https:\/\/prepbytes.com\/blog\/category\/html\/"},{"@type":"ListItem","position":3,"name":"HTML Elements and HTML Attribute"}]},{"@type":"WebSite","@id":"http:\/\/43.205.93.38\/#website","url":"http:\/\/43.205.93.38\/","name":"PrepBytes Blog","description":"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING","publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/43.205.93.38\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/43.205.93.38\/#organization","name":"Prepbytes","url":"http:\/\/43.205.93.38\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/","url":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","contentUrl":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","width":160,"height":160,"caption":"Prepbytes"},"image":{"@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/prepbytes0211\/","https:\/\/www.instagram.com\/prepbytes\/","https:\/\/www.linkedin.com\/company\/prepbytes\/","https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA"]},{"@type":"Person","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e","name":"Prepbytes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","caption":"Prepbytes"},"url":"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/"}]}},"_links":{"self":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/17811","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/users\/52"}],"replies":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/comments?post=17811"}],"version-history":[{"count":2,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/17811\/revisions"}],"predecessor-version":[{"id":17819,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/17811\/revisions\/17819"}],"wp:attachment":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/media?parent=17811"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/categories?post=17811"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/tags?post=17811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}