{"question_id": "css_cssintroduction_000", "category": "CSS", "topic": "cssintroduction", "difficulty": "beginner", "question": "Explique o conceito de CSSIntroduction em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSIntroduction\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Introduction ❮ Previous\n\nCSS\nIntroduction\n❮ Previous\nNext ❯\nWhat is CSS?\nCSS is the language we use to style a Web page.\nCSS stands for Cascading Style Sheets\nCSS describes how HTML elements are to be displayed on screen, \n paper, or in other media\nCSS saves a lot of work. It can control the layout of \n multiple web pages all at once\nExternal stylesheets are stored in CSS files\nCSS Demo - One HTML Page - Multiple Styles!\nHere we will show one HTML page displayed with four different stylesheets. \nClick on the \"Stylesh...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssintroduction", "examples_count": 0, "has_tiy": false, "keywords": ["introduction", "click", "language", "pages", "elements", "style", "media", "files", "multiple", "previous"], "css_properties": ["text-align", "font-size", "ideo", "background-color", "color"]}, "source_url": "https://www.w3schools.com/css/css_intro.asp", "has_tiy": false} {"question_id": "css_csssyntax_001", "category": "CSS", "topic": "csssyntax", "difficulty": "beginner", "question": "Explique o conceito de CSSSyntax em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSSyntax\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Syntax ❮ Previous\n\nCSS\nSyntax\n❮ Previous\nNext ❯\nCSS Syntax\nA CSS rule consists of a selector and a declaration block:\nThe selector points to the HTML element you want to style.\nThe declaration block contains one or more declarations separated by \nsemicolons.\nEach declaration includes a CSS property name and a value, separated by a colon.\nMultiple CSS declarations are separated with semicolons, and declaration \nblocks are surrounded by curly braces.\nExample\nIn this example all
elements will be center-aligned, w...\n~/MSG~", "code": "~FILE[example_4.code]~\n~LANG[Code]~\n~CODE~\ntext-align\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csssyntax", "examples_count": 1, "has_tiy": false, "keywords": ["block", "blocks", "yourself", "elements", "multiple", "declarations", "curly", "element", "selector", "previous"], "css_properties": ["block", "text-align", "style", "ideo", "color"]}, "source_url": "https://www.w3schools.com/css/css_syntax.asp", "has_tiy": false} {"question_id": "css_cssselectors_002", "category": "CSS", "topic": "cssselectors", "difficulty": "beginner", "question": "Como funciona CSSSelectors?", "starter_code": "~MSG~\nAprenda sobre: CSSSelectors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Selectors ❮ Previous\n\nCSS\nSelectors\n❮ Previous\nNext ❯\nCSS Selectors\nCSS selectors are used to \"find\" (or select) the HTML elements you \nwant to style.\nWe can divide CSS selectors into five categories:\nSimple selectors (select elements based on name, id, class)\nCombinator selectors\n(select \n elements based on a specific relationship between them)\nPseudo-class selectors\n(select elements based on a certain state)\nPseudo-elements selectors\n(select \n and style a part of an element)\nAttribute selectors\n(select elements ...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssselectors", "examples_count": 0, "has_tiy": false, "keywords": ["divide", "selectors", "relationship", "specific", "elements", "combinator", "style", "element", "selector", "previous"], "css_properties": ["text-align", "categories", "center-aligned", "ote", "color"]}, "source_url": "https://www.w3schools.com/css/css_selectors.asp", "has_tiy": false} {"question_id": "css_cssgroupingselectors_003", "category": "CSS", "topic": "cssgroupingselectors", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSGroupingSelectors e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSGroupingSelectors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Grouping Selectors\n\nCSS\nGrouping\nSelectors\n❮ Previous\nNext ❯\nThe CSS Universal Selector\nThe\nuniversal selector (*)\nselects all HTML elements on the page.\nExample\nThe CSS rule below will affect every HTML element on the page:\n*\n{\ntext-align: center;\ncolor: blue;\n}\nTry it Yourself »\nThe CSS Grouping Selector\nThe\ngrouping selector\nselects all the HTML elements with the same style \ndefinitions.\nLook at the following CSS code (the h1, h2, and p elements have the same \nstyle definitions):\nh1\n{\ntext-align: center;\ncolor: ...\n~/MSG~", "code": "~FILE[example_1.sql]~\n~LANG[Sql]~\n~CODE~\nuniversal selector (*)\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssgroupingselectors", "examples_count": 2, "has_tiy": false, "keywords": ["following", "example", "grouping", "below", "selectors", "yourself", "elements", "every", "element", "selector"], "css_properties": ["above", "text-align", "page", "ideo", "color"]}, "source_url": "https://www.w3schools.com/css/css_selectors_grouping.asp", "has_tiy": false} {"question_id": "css_cssselectors_code_challenge_004", "category": "CSS", "topic": "cssselectors_code_challenge", "difficulty": "beginner", "question": "Descreva CSSSelectors Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSSelectors Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Selectors Code Challenge ❮ Previous\n\nCSS\nSelectors Code Challenge\n❮ Previous\nNext ❯\nChallenge: Group Headings and Paragraphs\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n★\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssselectors_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "selectors", "headings", "track", "previous", "paragraphs", "completing", "small"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_selectors.asp", "has_tiy": false} {"question_id": "css_how_to_add_css_005", "category": "CSS", "topic": "how_to_add_css", "difficulty": "beginner", "question": "Como funciona How To Add CSS?", "starter_code": "~MSG~\nAprenda sobre: How To Add CSS\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nHow To Add CSS ❮ Previous Next ❯\n\nHow To Add CSS\n❮ Previous\nNext ❯\nHow to Add CSS\nWhen a browser reads a style sheet, it will format the HTML document according to the information in the style sheet.\nThere are three ways of inserting a style sheet:\nExternal CSS - link to an external .css file\nInternal CSS - use the \n\n
\nThis...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "how_to_add_internal_css", "examples_count": 0, "has_tiy": false, "keywords": ["styles", "unique", "example", "yourself", "sheet", "within", "style", "previous", "inside", "section"], "css_properties": ["margin-left", "background-color", "color", "page"]}, "source_url": "https://www.w3schools.com/css/css_howto_internal.asp", "has_tiy": false} {"question_id": "css_how_to_add_inline_css_007", "category": "CSS", "topic": "how_to_add_inline_css", "difficulty": "beginner", "question": "Explique o conceito de How To Add Inline CSS em CSS", "starter_code": "~MSG~\nAprenda sobre: How To Add Inline CSS\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nHow To Add Inline CSS ❮ Previous Next ❯\n\nHow To Add Inline CSS\n❮ Previous\nNext ❯\nInline CSS\nAn inline style may be used to apply a unique style for a single element.\nTo use inline styles, add the style attribute to the relevant element. The\nstyle attribute can contain any CSS property.\nExample\nInline styles are defined within the \"style\" attribute of the relevant \n element:\n\n\n
\nThis is a paragraph.
\n\n\nTr...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "how_to_add_inline_css", "examples_count": 0, "has_tiy": false, "keywords": ["advantages", "yourself", "within", "style", "loses", "mixing", "defined", "contain", "relevant", "previous"], "css_properties": ["color", "text-align", "ip", "element"]}, "source_url": "https://www.w3schools.com/css/css_howto_inline.asp", "has_tiy": false} {"question_id": "css_multiple_style_sheets_&_cascading_order_008", "category": "CSS", "topic": "multiple_style_sheets_&_cascading_order", "difficulty": "beginner", "question": "Qual e a funcao de Multiple Style Sheets & Cascading Order em CSS?", "starter_code": "~MSG~\nAprenda sobre: Multiple Style Sheets & Cascading Order\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nMultiple Style Sheets & Cascading Order ❮ Previous Next ❯\n\nMultiple Style Sheets & Cascading Order\n❮ Previous\nNext ❯\nMultiple Style Sheets\nIf some properties have been defined for the same selector (element) in different style sheets,\n the value from the last read style sheet will be used.\nAssume that an\nexternal style sheet\nhas the following style for the