{"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\n

This is a \n heading

\n

This...\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\n

This \n is a heading

\n

This 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

element:\nh1\n{\ncolor: navy;\n}\nThen, assume that an\ninternal style sheet\nalso has the following style for the

element:\nh1\n{\ncolor: orange;\n}\nExample\nIf the internal style is defined\nafter\nthe ...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "multiple_style_sheets_&_cascading_order", "examples_count": 0, "has_tiy": false, "keywords": ["elements", "style", "after", "multiple", "internal", "defined", "following", "selector", "previous", "different"], "css_properties": ["color", "priority", "element"]}, "source_url": "https://www.w3schools.com/css/css_howto_multiple_cascade.asp", "has_tiy": false} {"question_id": "css_csshow_to_code_challenge_009", "category": "CSS", "topic": "csshow_to_code_challenge", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSHow To Code Challenge e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSHow To Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS How To Code Challenge ❮ Previous\n\nCSS\nHow To Code Challenge\n❮ Previous\nNext ❯\nChallenge: How To Add CSS\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": "csshow_to_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_howto.asp", "has_tiy": false} {"question_id": "css_csscomments_010", "category": "CSS", "topic": "csscomments", "difficulty": "beginner", "question": "Como funciona CSSComments?", "starter_code": "~MSG~\nAprenda sobre: CSSComments\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Comments ❮ Previous\n\nCSS\nComments\n❮ Previous\nNext ❯\nCSS Comments\nComments are used to explain the CSS code, and may help when you edit the \nsource code at a later date.\nComments are also used to temporarily disable sections of CSS code within a \nstylesheet.\nComments are ignored by browsers!\nA CSS comment is placed inside the HTML\n\n\n...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssspecificity", "examples_count": 0, "has_tiy": false, "keywords": ["following", "rules", "example", "highest", "determines", "yourself", "ultimately", "declaration", "applied", "algorithm"], "css_properties": ["esult", "example", "red", "examples", "specificity"]}, "source_url": "https://www.w3schools.com/css/css_specificity.asp", "has_tiy": false} {"question_id": "css_cssspecificity_hierarchy_146", "category": "CSS", "topic": "cssspecificity_hierarchy", "difficulty": "beginner", "question": "Explique o conceito de CSSSpecificity Hierarchy em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSSpecificity Hierarchy\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Specificity Hierarchy ❮ Previous\n\nCSS\nSpecificity Hierarchy\n❮ Previous\nNext ❯\nSpecificity Hierarchy\nEach type of CSS selector has a position in the specificity hierarchy, and the selector types carry different \"weights\".\nSelector\nExample\nDescription\nWeight\nInline styles\n

\nHighest priority, will override all other selectors\nId selectors\n#navbar\nSecond highest priority\n1-0-0\nClasses, attribute selectors and pseudo-classes\n.test, [type=\"text\"], :hover\nThird highest priority\n0-1-0\nElements and pseudo-elements...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssspecificity_hierarchy", "examples_count": 0, "has_tiy": false, "keywords": ["elements", "three", "position", "types", "third", "highest", "priority", "selectors", "selector", "previous"], "css_properties": ["background-color", "scenarios", "applied", "weight", "specificity"]}, "source_url": "https://www.w3schools.com/css/css_specificity_hierarchy.asp", "has_tiy": false} {"question_id": "css_cssspecificity_code_challenge_147", "category": "CSS", "topic": "cssspecificity_code_challenge", "difficulty": "beginner", "question": "Descreva CSSSpecificity Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSSpecificity Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Specificity Code Challenge ❮ Previous\n\nCSS\nSpecificity Code Challenge\n❮ Previous\nNext ❯\nChallenge: Specificity\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": "cssspecificity_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "coding", "track", "previous", "completing", "small", "specificity", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_specificity.asp", "has_tiy": false} {"question_id": "css_css_the!important_rule_148", "category": "CSS", "topic": "css_the!important_rule", "difficulty": "beginner", "question": "Qual e a funcao de CSS The!important Rule em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSS The!important Rule\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS The !important Rule ❮ Previous\n\nCSS The\n!important Rule\n❮ Previous\nNext ❯\nCSS !important Rule\nThe\n!important\nrule is used to give the \nvalue of a specific property the highest priority.\nThe\n!important\nrule will override ALL previous styling rules for that \nspecific property on that element!\nThe\n!important\nkeyword is added to the end \nof a CSS declaration, before the semicolon.\nSyntax\nselector {\nproperty: value !important;\n}\nCSS !important Rule Example\nIn the following example, all three paragraphs will get a yellow background ...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\n!important\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "css_the!important_rule", "examples_count": 5, "has_tiy": false, "keywords": ["though", "higher", "three", "following", "rules", "highest", "styling", "value", "previous", "added"], "css_properties": ["like", "rule", "property", "background-color", "important"]}, "source_url": "https://www.w3schools.com/css/css_important.asp", "has_tiy": false} {"question_id": "css_css!important_code_challenge_149", "category": "CSS", "topic": "css!important_code_challenge", "difficulty": "beginner", "question": "Descreva CSS!important Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSS!important Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS !important Code Challenge ❮ Previous\n\nCSS\n!important Code Challenge\n❮ Previous\nNext ❯\nChallenge: !important\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": "css!important_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_important.asp", "has_tiy": false}