{"id":12868,"date":"2023-07-27T13:50:36","date_gmt":"2023-07-27T13:50:36","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=12868"},"modified":"2025-05-03T07:09:57","modified_gmt":"2025-05-03T07:09:57","slug":"30-css-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/","title":{"rendered":"30 CSS Quiz Questions and Answers"},"content":{"rendered":"<p>CSS stands for Cascading Style Sheets. It is a programming language used for describing the presentation and style of a document written in HTML or XML. CSS provides a set of rules and properties that define how elements should be displayed on a web page.<\/p>\n<p>With CSS, web designers and developers can control various aspects of a website&#8217;s appearance, including layout, colors, fonts, spacing, and effects. By separating the style information from the content, CSS allows for a more efficient and flexible web development process.<\/p>\n<p>CSS operates on a cascading principle, where multiple style rules can be applied to an element, and the final style is determined by the order of specificity and the application of different selectors. This allows for easy customization and consistency across web pages.<\/p>\n<p>CSS selectors are used to target specific HTML elements or groups of elements to apply the desired styles. Selectors can be based on element types, class names, IDs, attributes, and more, providing great flexibility in styling.<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">You might like to know<\/p>\n<p class=\"refer_box_text\">Create an auto-grading quiz\/assessment without any coding &#8211; <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">try OnlineExamMaker today<\/a>!<\/p>\n<\/div>\n<p>CSS3, the latest version of CSS, introduced numerous new features, including advanced layout options, transitions, animations, gradients, and more, enabling even more creative and interactive web design.<\/p>\n<h3>Article outline<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#a\">Part 1: Create an amazing CSS quiz using AI instantly in OnlineExamMaker<\/a><\/li>\n<li><a href=\"#1\">Part 2: 30 CSS quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 3: Download CSS questions &#038; answers for free<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/css-quiz.webp\" alt=\"\" width=\"850\" height=\"501\" class=\"alignnone size-full wp-image-12869\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/css-quiz.webp 850w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/css-quiz-300x177.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/css-quiz-768x453.webp 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3 id=\"a\">Part 1: Create an amazing CSS quiz using AI instantly in OnlineExamMaker<\/h3>\n<p>The quickest way to assess the CSS skills of candidates is using an AI assessment platform like OnlineExamMaker. With OnlineExamMaker AI Question Generator,  you are able to input content\u2014like text, documents, or topics\u2014and then automatically generate questions in various formats (e.g., multiple-choice, true\/false, short answer). Its AI Exam Grader can automatically grade the exam and generate insightful reports after your candidate submit the assessment.<\/p>\n<p><strong>Overview of its key assessment-related features:<\/strong><br \/>\n\u25cf Create up to 10 question types, including multiple-choice, true\/false, fill-in-the-blank, matching, short answer, and essay questions.<br \/>\n\u25cf Automatically generates detailed reports\u2014individual scores, question report, and group performance.<br \/>\n\u25cf Instantly scores objective questions and subjective answers use rubric-based scoring for consistency.<br \/>\n\u25cf API and SSO help trainers integrate OnlineExamMaker with Google Classroom, Microsoft Teams, CRM and more.<\/p>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Automatically generate questions using AI<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/sign-up.html?refer=blog_btn\"> Create A Quiz<\/a><\/div>\n<div class=\"p-style-b\">100% free forever<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h3 id=\"1\">Part 2: 30 CSS quiz questions &#038; answers<\/h3>\n<p>1. What does CSS stand for?<br \/>\n   a) Cascading Script Style<br \/>\n   b) Cascading Style Sheets<br \/>\n   c) Computer Style Sheets<br \/>\n   d) Creative Styling Solutions<br \/>\n   Answer: b) Cascading Style Sheets<\/p>\n<p>2. How is CSS typically used in web development?<br \/>\n   a) To define the structure and content of a web page<br \/>\n   b) To add interactivity and functionality to a web page<br \/>\n   c) To describe the presentation and style of a web page<br \/>\n   d) To manage server-side operations of a web page<br \/>\n   Answer: c) To describe the presentation and style of a web page<\/p>\n<p>3. Which HTML attribute is used to apply CSS styles directly to an HTML element?<br \/>\n   a) style<br \/>\n   b) css<br \/>\n   c) class<br \/>\n   d) id<br \/>\n   Answer: a) style<\/p>\n<p>4. Which CSS property is used to control the size and layout of boxes in CSS?<br \/>\n   a) color<br \/>\n   b) font-family<br \/>\n   c) width<br \/>\n   d) background-color<br \/>\n   Answer: c) width<\/p>\n<p>5. What is the correct CSS syntax to select an element with a specific class?<br \/>\n   a) .class<br \/>\n   b) #class<br \/>\n   c) .class-name<br \/>\n   d) class:<br \/>\n   Answer: a) .class<\/p>\n<p>6. Which CSS property is used to control the spacing between lines of text?<br \/>\n   a) margin<br \/>\n   b) padding<br \/>\n   c) line-height<br \/>\n   d) font-size<br \/>\n   Answer: c) line-height<\/p>\n<p>7. What is the correct CSS syntax to select an element with a specific ID?<br \/>\n   a) .id<br \/>\n   b) #id<br \/>\n   c) #id-name<br \/>\n   d) id:<br \/>\n   Answer: b) #id<\/p>\n<p>8. Which CSS property is used to change the color of text?<br \/>\n   a) color<br \/>\n   b) background-color<br \/>\n   c) font-color<br \/>\n   d) text-color<br \/>\n   Answer: a) color<\/p>\n<p>9. How can you include an external CSS file in an HTML document?<br \/>\n   a) style tag<br \/>\n   b) <link> tag<br \/>\n   c) <css> tag<br \/>\n   d) <external> tag<br \/>\n   Answer: b) <link> tag<\/p>\n<p>10. What is the CSS property used to add a background image to an element?<br \/>\n    a) background-image<br \/>\n    b) image-url<br \/>\n    c) background-url<br \/>\n    d) image-background<br \/>\n    Answer: a) background-image<\/p>\n<p>11. Which CSS property is used to control the size of text?<br \/>\n    a) font-family<br \/>\n    b) font-weight<br \/>\n    c) font-size<br \/>\n    d) text-size<br \/>\n    Answer: c) font-size<\/p>\n<p>12. How do you apply a CSS style to all `<\/p>\n<h1>` elements?<br \/>\n    a) #h1 {}<br \/>\n    b) .h1 {}<br \/>\n    c) h1 {}<br \/>\n    d) <\/p>\n<h1> {}<br \/>\n    Answer: c) h1 {}<\/p>\n<p>13. Which CSS property is used to control the spacing between letters?<br \/>\n    a) margin<br \/>\n    b) padding<br \/>\n    c) line-spacing<br \/>\n    d) letter-spacing<br \/>\n    Answer: d) letter-spacing<\/p>\n<p>14. What is the correct CSS syntax to select all elements inside a specific element?<br \/>\n    a) parent-element all {}<br \/>\n    b) parent-element > {}<br \/>\n    c) parent-element ~ {}<br \/>\n    d) parent-element * {}<br \/>\n    Answer: d) parent-element * {}<\/p>\n<p>15. Which CSS property is used to create rounded corners on an element?<br \/>\n    a) border-radius<br \/>\n    b) corner-radius<br \/>\n    c) rounded-corners<br \/>\n    d) border-style<br \/>\n    Answer: a) border-radius<\/p>\n<h3 id=\"2\">Part 3: Download CSS questions &#038; answers for free<\/h3>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Download questions &#038; answers for free<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/thanks-for-downloading-questions.html?url=https:\/\/onlineexammaker.com\/questions-answers\/266-CSS.zip\">Free Download <\/a><\/div>\n<div class=\"p-style-b\">Download quiz questions<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>16. How do you apply multiple CSS classes to an element?<br \/>\n    a) .class1, .class2 {}<br \/>\n    b) #class1 .class2 {}<br \/>\n    c) class1 class2 {}<br \/>\n    d) class1 > class2 {}<br \/>\n    Answer: a) .class1, .class2 {}<\/p>\n<p>17. What is the CSS property used to add shadows to elements?<br \/>\n    a) shadow<br \/>\n    b) box-shadow<br \/>\n    c) text-shadow<br \/>\n    d) element-shadow<br \/>\n    Answer: b) box-shadow<\/p>\n<p>18. How do you select all elements of a specific type in CSS?<br \/>\n    a) .element-type {}<br \/>\n    b) #element-type {}<br \/>\n    c) * {}<br \/>\n    d) element-type {}<br \/>\n    Answer: d) element-type {}<\/p>\n<p>19. Which CSS property is used to control the vertical alignment of text within an element?<br \/>\n    a) text-align<br \/>\n    b) vertical-align<br \/>\n    c) line-height<br \/>\n    d) align-content<br \/>\n    Answer: b) vertical-align<\/p>\n<p>20. What is the CSS property used to control the display order of overlapping elements?<br \/>\n    a) z-index<br \/>\n    b) position<br \/>\n    c) order<br \/>\n    d) display<br \/>\n    Answer: a) z-index<\/p>\n<p>21. How do you apply a CSS style to a specific element based on its state, such as when it is hovered over or clicked?<br \/>\n    a) :state<br \/>\n    b) ::state<br \/>\n    c) .state<br \/>\n    d) :state{}<br \/>\n    Answer: d) :state{}<\/p>\n<p>22. Which CSS property is used to control the transparency of an element?<br \/>\n    a) opacity<br \/>\n    b) transparent<br \/>\n    c) visibility<br \/>\n    d) background-opacity<br \/>\n    Answer: a) opacity<\/p>\n<p>23. How do you apply a CSS style to the first child element of a parent element?<br \/>\n    a) first-child {}<br \/>\n    b) first-element {}<br \/>\n    c) :first-child {}<br \/>\n    d) :first-element {}<br \/>\n    Answer: c) :first-child {}<\/p>\n<p>24. What is the CSS property used to control the positioning of an element?<br \/>\n    a) position<br \/>\n    b) top<br \/>\n    c) left<br \/>\n    d) all of the above<br \/>\n    Answer: d) all of the above<\/p>\n<p>25. How do you select an element with a specific attribute value in CSS?<br \/>\n    a) attribute[value]<br \/>\n    b) attribute = value<br \/>\n    c) attribute:value<br \/>\n    d) attribute ~ value<br \/>\n    Answer: a) attribute[value]<\/p>\n<p>26. What is the CSS property used to create an underline effect on text?<br \/>\n    a) text-decoration<br \/>\n    b) underline<br \/>\n    c) text-underline<br \/>\n    d) line-decoration<br \/>\n    Answer: a) text-decoration<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Pro Tip<\/p>\n<p class=\"refer_box_text\">Want to assess your learners online? <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">Create an online quiz for free<\/a>!<\/p>\n<\/div>\n<p>27. How do you select the last element of a specific type in CSS?<br \/>\n    a) .element-type:last {}<br \/>\n    b) #element-type:last {}<br \/>\n    c) :last-child {}<br \/>\n    d) :last-element {}<br \/>\n    Answer: c) :last-child {}<\/p>\n<p>28. Which CSS property is used to control the positioning of background images within an element?<br \/>\n    a) background-position<br \/>\n    b) image-position<br \/>\n    c) background-align<br \/>\n    d) image-align<br \/>\n    Answer: a) background-position<\/p>\n<p>29. How do you apply a CSS style to an element when it is being clicked or activated?<br \/>\n    a) :active<br \/>\n    b) :hover<br \/>\n    c) :click<br \/>\n    d) :activate<br \/>\n    Answer: a) :active<\/p>\n<p>30. What is the CSS property used to control the spacing between words?<br \/>\n    a) word-spacing<br \/>\n    b) letter-spacing<br \/>\n    c) line-spacing<br \/>\n    d) text-spacing<br \/>\n    Answer: a) word-spacing<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CSS stands for Cascading Style Sheets. It is a programming language used for describing the presentation and style of a document written in HTML or XML. CSS provides a set of rules and properties that define how elements should be displayed on a web page. With CSS, web designers and developers can control various aspects [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":12869,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-12868","post","type-post","status-publish","format-standard","hentry","category-questions-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>30 CSS Quiz Questions and Answers - OnlineExamMaker Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"30 CSS Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"CSS stands for Cascading Style Sheets. It is a programming language used for describing the presentation and style of a document written in HTML or XML. CSS provides a set of rules and properties that define how elements should be displayed on a web page. With CSS, web designers and developers can control various aspects [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-27T13:50:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-03T07:09:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/css-quiz.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"850\" \/>\n\t<meta property=\"og:image:height\" content=\"501\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Willson Black\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Willson Black\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/\",\"name\":\"30 CSS Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-07-27T13:50:36+00:00\",\"dateModified\":\"2025-05-03T07:09:57+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 CSS Quiz Questions and Answers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/\",\"name\":\"OnlineExamMaker Blog\",\"description\":\"OnlineExamMaker\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\",\"name\":\"Willson Black\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"caption\":\"Willson Black\"},\"url\":\"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"30 CSS Quiz Questions and Answers - OnlineExamMaker Blog","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:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 CSS Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"CSS stands for Cascading Style Sheets. It is a programming language used for describing the presentation and style of a document written in HTML or XML. CSS provides a set of rules and properties that define how elements should be displayed on a web page. With CSS, web designers and developers can control various aspects [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-07-27T13:50:36+00:00","article_modified_time":"2025-05-03T07:09:57+00:00","og_image":[{"width":850,"height":501,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/css-quiz.webp","type":"image\/webp"}],"author":"Willson Black","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Willson Black","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/","name":"30 CSS Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-07-27T13:50:36+00:00","dateModified":"2025-05-03T07:09:57+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-css-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 CSS Quiz Questions and Answers"}]},{"@type":"WebSite","@id":"https:\/\/onlineexammaker.com\/kb\/#website","url":"https:\/\/onlineexammaker.com\/kb\/","name":"OnlineExamMaker Blog","description":"OnlineExamMaker","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b","name":"Willson Black","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","caption":"Willson Black"},"url":"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/12868"}],"collection":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/comments?post=12868"}],"version-history":[{"count":7,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/12868\/revisions"}],"predecessor-version":[{"id":57389,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/12868\/revisions\/57389"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/12869"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=12868"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=12868"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=12868"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}