Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
question_id: string
topic: string
subtopic: string
difficulty: string
question: string
starter_code: string
response: string
code: string
verified: bool
is_passed: bool
variables: struct<source: string, topic: string, subtopic: string, examples_count: int64, functions: list<item: (... 44 chars omitted)
  child 0, source: string
  child 1, topic: string
  child 2, subtopic: string
  child 3, examples_count: int64
  child 4, functions: list<item: string>
      child 0, item: string
  child 5, php_variables: list<item: string>
      child 0, item: string
source_url: string
has_tiy: bool
category: string
to
{'question_id': Value('string'), 'category': Value('string'), 'topic': Value('string'), 'difficulty': Value('string'), 'question': Value('string'), 'starter_code': Value('string'), 'response': Value('string'), 'code': Value('string'), 'verified': Value('bool'), 'is_passed': Value('bool'), 'variables': {'source': Value('string'), 'category': Value('string'), 'topic': Value('string'), 'examples_count': Value('int64'), 'has_tiy': Value('bool'), 'keywords': List(Value('string')), 'css_properties': List(Value('string'))}, 'source_url': Value('string'), 'has_tiy': Value('bool')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 295, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2281, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2227, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              question_id: string
              topic: string
              subtopic: string
              difficulty: string
              question: string
              starter_code: string
              response: string
              code: string
              verified: bool
              is_passed: bool
              variables: struct<source: string, topic: string, subtopic: string, examples_count: int64, functions: list<item: (... 44 chars omitted)
                child 0, source: string
                child 1, topic: string
                child 2, subtopic: string
                child 3, examples_count: int64
                child 4, functions: list<item: string>
                    child 0, item: string
                child 5, php_variables: list<item: string>
                    child 0, item: string
              source_url: string
              has_tiy: bool
              category: string
              to
              {'question_id': Value('string'), 'category': Value('string'), 'topic': Value('string'), 'difficulty': Value('string'), 'question': Value('string'), 'starter_code': Value('string'), 'response': Value('string'), 'code': Value('string'), 'verified': Value('bool'), 'is_passed': Value('bool'), 'variables': {'source': Value('string'), 'category': Value('string'), 'topic': Value('string'), 'examples_count': Value('int64'), 'has_tiy': Value('bool'), 'keywords': List(Value('string')), 'css_properties': List(Value('string'))}, 'source_url': Value('string'), 'has_tiy': Value('bool')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1925, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

question_id
string
category
string
topic
string
difficulty
string
question
string
starter_code
string
response
string
code
string
verified
bool
is_passed
bool
variables
dict
source_url
string
has_tiy
bool
css_cssintroduction_000
CSS
cssintroduction
beginner
Explique o conceito de CSSIntroduction em CSS
~MSG~ Aprenda sobre: CSSIntroduction Categoria: CSS ~/MSG~
~MSG~ CSS Introduction ❮ Previous CSS Introduction ❮ Previous Next ❯ What is CSS? CSS is the language we use to style a Web page. CSS stands for Cascading Style Sheets CSS describes how HTML elements are to be displayed on screen, paper, or in other media CSS saves a lot of work. It can control the layout of mu...
false
false
{ "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": [ "tex...
https://www.w3schools.com/css/css_intro.asp
false
css_csssyntax_001
CSS
csssyntax
beginner
Explique o conceito de CSSSyntax em CSS
~MSG~ Aprenda sobre: CSSSyntax Categoria: CSS ~/MSG~
~MSG~ CSS Syntax ❮ Previous CSS Syntax ❮ Previous Next ❯ CSS Syntax A CSS rule consists of a selector and a declaration block: The selector points to the HTML element you want to style. The declaration block contains one or more declarations separated by semicolons. Each declaration includes a CSS property name and a...
~FILE[example_4.code]~ ~LANG[Code]~ ~CODE~ text-align ~/CODE~
false
false
{ "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": [ "blo...
https://www.w3schools.com/css/css_syntax.asp
false
css_cssselectors_002
CSS
cssselectors
beginner
Como funciona CSSSelectors?
~MSG~ Aprenda sobre: CSSSelectors Categoria: CSS ~/MSG~
~MSG~ CSS Selectors ❮ Previous CSS Selectors ❮ Previous Next ❯ CSS Selectors CSS selectors are used to "find" (or select) the HTML elements you want to style. We can divide CSS selectors into five categories: Simple selectors (select elements based on name, id, class) Combinator selectors (select elements based o...
false
false
{ "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": [...
https://www.w3schools.com/css/css_selectors.asp
false
css_cssgroupingselectors_003
CSS
cssgroupingselectors
beginner
Qual e a diferenca entre CSSGroupingSelectors e outros elementos?
~MSG~ Aprenda sobre: CSSGroupingSelectors Categoria: CSS ~/MSG~
~MSG~ CSS Grouping Selectors CSS Grouping Selectors ❮ Previous Next ❯ The CSS Universal Selector The universal selector (*) selects all HTML elements on the page. Example The CSS rule below will affect every HTML element on the page: * { text-align: center; color: blue; } Try it Yourself » The CSS Grouping Selector Th...
~FILE[example_1.sql]~ ~LANG[Sql]~ ~CODE~ universal selector (*) ~/CODE~
false
false
{ "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": ...
https://www.w3schools.com/css/css_selectors_grouping.asp
false
css_cssselectors_code_challenge_004
CSS
cssselectors_code_challenge
beginner
Descreva CSSSelectors Code Challenge com exemplos praticos
~MSG~ Aprenda sobre: CSSSelectors Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Selectors Code Challenge ❮ Previous CSS Selectors Code Challenge ❮ Previous Next ❯ Challenge: Group Headings and Paragraphs Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "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_p...
https://www.w3schools.com/css/css_challenges_selectors.asp
false
css_how_to_add_css_005
CSS
how_to_add_css
beginner
Como funciona How To Add CSS?
~MSG~ Aprenda sobre: How To Add CSS Categoria: CSS ~/MSG~
~MSG~ How To Add CSS ❮ Previous Next ❯ How To Add CSS ❮ Previous Next ❯ How to Add CSS When a browser reads a style sheet, it will format the HTML document according to the information in the style sheet. There are three ways of inserting a style sheet: External CSS - link to an external .css file Internal CSS - use t...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ margin-left: 20 px; ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "how_to_add_css", "examples_count": 2, "has_tiy": false, "keywords": [ "browser", "elements", "style", "three", "internal", "information", "document", "website", "entire", "reads" ], "css_properties": [ "mar...
https://www.w3schools.com/css/css_howto.asp
false
css_how_to_add_internal_css_006
CSS
how_to_add_internal_css
beginner
Qual e a funcao de How To Add Internal CSS em CSS?
~MSG~ Aprenda sobre: How To Add Internal CSS Categoria: CSS ~/MSG~
~MSG~ How To Add Internal CSS ❮ Previous Next ❯ How To Add Internal CSS ❮ Previous Next ❯ Internal CSS An internal style sheet may be used if one single HTML page has a unique style. The internal style is defined inside the <style> element, inside the head section. Example Internal styles are defined within the <styl...
false
false
{ "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": [ "...
https://www.w3schools.com/css/css_howto_internal.asp
false
css_how_to_add_inline_css_007
CSS
how_to_add_inline_css
beginner
Explique o conceito de How To Add Inline CSS em CSS
~MSG~ Aprenda sobre: How To Add Inline CSS Categoria: CSS ~/MSG~
~MSG~ How To Add Inline CSS ❮ Previous Next ❯ How To Add Inline CSS ❮ Previous Next ❯ Inline CSS An inline style may be used to apply a unique style for a single element. To use inline styles, add the style attribute to the relevant element. The style attribute can contain any CSS property. Example Inline styles are d...
false
false
{ "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": [ ...
https://www.w3schools.com/css/css_howto_inline.asp
false
css_multiple_style_sheets_&_cascading_order_008
CSS
multiple_style_sheets_&_cascading_order
beginner
Qual e a funcao de Multiple Style Sheets & Cascading Order em CSS?
~MSG~ Aprenda sobre: Multiple Style Sheets & Cascading Order Categoria: CSS ~/MSG~
~MSG~ Multiple Style Sheets & Cascading Order ❮ Previous Next ❯ Multiple Style Sheets & Cascading Order ❮ Previous Next ❯ Multiple Style Sheets If some properties have been defined for the same selector (element) in different style sheets, the value from the last read style sheet will be used. Assume that an external...
false
false
{ "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" ], ...
https://www.w3schools.com/css/css_howto_multiple_cascade.asp
false
css_csshow_to_code_challenge_009
CSS
csshow_to_code_challenge
beginner
Qual e a diferenca entre CSSHow To Code Challenge e outros elementos?
~MSG~ Aprenda sobre: CSSHow To Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS How To Code Challenge ❮ Previous CSS How To Code Challenge ❮ Previous Next ❯ Challenge: How To Add CSS Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "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_properti...
https://www.w3schools.com/css/css_challenges_howto.asp
false
css_csscomments_010
CSS
csscomments
beginner
Como funciona CSSComments?
~MSG~ Aprenda sobre: CSSComments Categoria: CSS ~/MSG~
~MSG~ CSS Comments ❮ Previous CSS Comments ❮ Previous Next ❯ CSS Comments Comments are used to explain the CSS code, and may help when you edit the source code at a later date. Comments are also used to temporarily disable sections of CSS code within a stylesheet. Comments are ignored by browsers! A CSS comment is p...
~FILE[example_4.code]~ ~LANG[Code]~ ~CODE~ <!--...--> ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csscomments", "examples_count": 1, "has_tiy": false, "keywords": [ "placed", "example", "ignored", "starts", "comment", "yourself", "within", "source", "later", "previous" ], "css_properties": [ "lines", ...
https://www.w3schools.com/css/css_comments.asp
false
css_csserrors_011
CSS
csserrors
beginner
Explique o conceito de CSSErrors em CSS
~MSG~ Aprenda sobre: CSSErrors Categoria: CSS ~/MSG~
~MSG~ CSS Errors ❮ Previous CSS Errors ❮ Previous Next ❯ CSS Errors Errors in CSS can lead to unexpected behavior or styles not being applied correctly. This page shows common CSS mistakes, and how to avoid them. Missing Semicolons Forgetting a semicolon at the end of a property declaration can break the style rule. E...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csserrors", "examples_count": 0, "has_tiy": false, "keywords": [ "yourself", "semicolons", "values", "style", "missing", "avoid", "being", "simply", "unexpected", "previous" ], "css_properties": [ "padding"...
https://www.w3schools.com/css/css_errors.asp
false
css_csscolors_012
CSS
csscolors
beginner
Qual e a diferenca entre CSSColors e outros elementos?
~MSG~ Aprenda sobre: CSSColors Categoria: CSS ~/MSG~
~MSG~ CSS Colors ❮ Previous CSS Colors ❮ Previous Next ❯ CSS Colors In CSS, colors are specified by using a predefined color name, or with a RGB, HEX, HSL, RGBA, HSLA value. CSS Color Names In CSS, a color can be specified by using a predefined color name: Tomato Orange DodgerBlue MediumSeaGreen Gray SlateBlue Violet ...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csscolors", "examples_count": 0, "has_tiy": false, "keywords": [ "dolor", "world", "yourself", "dodgerblue", "colors", "violet", "orange", "laoreet", "nonummy", "color" ], "css_properties": [ "transparent",...
https://www.w3schools.com/css/css_colors.asp
false
css_cssrgb_colors_013
CSS
cssrgb_colors
beginner
Explique o conceito de CSSRGB Colors em CSS
~MSG~ Aprenda sobre: CSSRGB Colors Categoria: CSS ~/MSG~
~MSG~ CSS RGB Colors ❮ Previous CSS RGB Colors ❮ Previous Next ❯ RGB Value An RGB color value represents RED, GREEN, and BLUE light sources. In CSS, a color can be specified as an RGB value, using this formula: rgb( red, green , blue ) Each parameter (red, green, and blue) defines the intensity of the color between 0...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssrgb_colors", "examples_count": 0, "has_tiy": false, "keywords": [ "parameters", "colors", "color", "parameter", "highest", "specified", "value", "previous", "green", "represents" ], "css_properties": [ "...
https://www.w3schools.com/css/css_colors_rgb.asp
false
css_csshex_colors_014
CSS
csshex_colors
beginner
Explique o conceito de CSSHEX Colors em CSS
~MSG~ Aprenda sobre: CSSHEX Colors Categoria: CSS ~/MSG~
~MSG~ CSS HEX Colors ❮ Previous CSS HEX Colors ❮ Previous Next ❯ HEX Value A hexadecimal color is specified with: #RRGGBB. In CSS, a color can be specified using a hexadecimal value in the form: # rrggbb Where rr (red), gg (green) and bb (blue) are hexadecimal values between 00 and ff (same as decimal 0-255). For exam...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csshex_colors", "examples_count": 0, "has_tiy": false, "keywords": [ "values", "colors", "color", "highest", "specified", "rrggbb", "value", "previous", "displayed", "decimal" ], "css_properties": [ "source...
https://www.w3schools.com/css/css_colors_hex.asp
false
css_csshsl_colors_015
CSS
csshsl_colors
beginner
Qual e a funcao de CSSHSL Colors em CSS?
~MSG~ Aprenda sobre: CSSHSL Colors Categoria: CSS ~/MSG~
~MSG~ CSS HSL Colors ❮ Previous CSS HSL Colors ❮ Previous Next ❯ HSL Value HSL stands for hue, saturation, and lightness. In CSS, a color can be specified using hue, saturation, and lightness (HSL) in the form: hsl( hue , saturation , lightness ) Hue is a degree on the color wheel (from 0 to 360): 0 (or 360) is red 12...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csshsl_colors", "examples_count": 0, "has_tiy": false, "keywords": [ "degree", "lightness", "percentage", "colors", "mixing", "color", "wheel", "neither", "specified", "value" ], "css_properties": [ "below"...
https://www.w3schools.com/css/css_colors_hsl.asp
false
css_csscolors_code_challenge_016
CSS
csscolors_code_challenge
beginner
Como funciona CSSColors Code Challenge?
~MSG~ Aprenda sobre: CSSColors Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Colors Code Challenge ❮ Previous CSS Colors Code Challenge ❮ Previous Next ❯ Challenge: Colors Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csscolors_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "colors", "track", "previous", "completing", "small", "coding", "progress" ], "css_properties"...
https://www.w3schools.com/css/css_challenges_colors.asp
false
css_cssbackgrounds_017
CSS
cssbackgrounds
beginner
Qual e a funcao de CSSBackgrounds em CSS?
~MSG~ Aprenda sobre: CSSBackgrounds Categoria: CSS ~/MSG~
~MSG~ CSS Backgrounds ❮ Previous CSS Backgrounds ❮ Previous Next ❯ CSS Backgrounds The CSS background properties are used to add background effects for elements. In these chapters, you will learn about the following CSS background properties: background-color background-image background-repeat background-attachment ba...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ background-color ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssbackgrounds", "examples_count": 5, "has_tiy": false, "keywords": [ "following", "example", "color", "backgrounds", "valid", "yourself", "specified", "often", "these", "value" ], "css_properties": [ "tran...
https://www.w3schools.com/css/css_background.asp
false
css_cssbackground_image_018
CSS
cssbackground_image
beginner
Qual e a funcao de CSSBackground Image em CSS?
~MSG~ Aprenda sobre: CSSBackground Image Categoria: CSS ~/MSG~
~MSG~ CSS Background Image ❮ Previous CSS Background Image ❮ Previous Next ❯ CSS background-image The background-image property specifies an image to use as the background of an element. By default, the image is repeated so it covers the entire element. Example Set the background image for a page: body { background-im...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ background-image ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssbackground_image", "examples_count": 1, "has_tiy": false, "keywords": [ "repeated", "image", "example", "disturb", "combination", "yourself", "entire", "shows", "using", "previous" ], "css_properties": [ ...
https://www.w3schools.com/css/css_background_image.asp
false
css_cssbackground_image_repeat_019
CSS
cssbackground_image_repeat
beginner
Descreva CSSBackground Image Repeat com exemplos praticos
~MSG~ Aprenda sobre: CSSBackground Image Repeat Categoria: CSS ~/MSG~
~MSG~ CSS Background Image Repeat ❮ Previous CSS Background Image Repeat ❮ Previous Next ❯ CSS background-repeat The background-repeat property sets if/how a background image will be repeated. By default, a background-image is repeated both vertically and horizontally. Some images should be repeated only horizontally...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ background-repeat ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssbackground_image_repeat", "examples_count": 5, "has_tiy": false, "keywords": [ "repeated", "image", "should", "example", "above", "yourself", "images", "previous", "vertically", "property" ], "css_properties...
https://www.w3schools.com/css/css_background_repeat.asp
false
css_cssbackground_attachment_020
CSS
cssbackground_attachment
beginner
Qual e a funcao de CSSBackground Attachment em CSS?
~MSG~ Aprenda sobre: CSSBackground Attachment Categoria: CSS ~/MSG~
~MSG~ CSS Background Attachment ❮ Previous CSS Background Attachment ❮ Previous Next ❯ CSS background-attachment The background-attachment property specifies whether the background image should scroll or be fixed (will not scroll with the rest of the page): Example Specify that the background image should be fixed: ...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ background-attachment ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssbackground_attachment", "examples_count": 1, "has_tiy": false, "keywords": [ "should", "image", "description", "attachment", "example", "yourself", "scroll", "previous", "fixed", "right" ], "css_properties":...
https://www.w3schools.com/css/css_background_attachment.asp
false
css_cssbackground_shorthand_021
CSS
cssbackground_shorthand
beginner
Descreva CSSBackground Shorthand com exemplos praticos
~MSG~ Aprenda sobre: CSSBackground Shorthand Categoria: CSS ~/MSG~
~MSG~ CSS Background Shorthand ❮ Previous CSS Background Shorthand ❮ Previous Next ❯ CSS background - Shorthand property To shorten the code, it is possible to specify all the background properties in one single property. This is called a shorthand property. Instead of writing: body { background-color: #ffffff; backg...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ background ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssbackground_shorthand", "examples_count": 5, "has_tiy": false, "keywords": [ "following", "example", "instead", "shorthand", "possible", "shorten", "yourself", "called", "previous", "right" ], "css_properties...
https://www.w3schools.com/css/css_background_shorthand.asp
false
css_cssbackgrounds_code_challenge_022
CSS
cssbackgrounds_code_challenge
beginner
Qual e a diferenca entre CSSBackgrounds Code Challenge e outros elementos?
~MSG~ Aprenda sobre: CSSBackgrounds Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Backgrounds Code Challenge ❮ Previous CSS Backgrounds Code Challenge ❮ Previous Next ❯ Challenge: Backgrounds Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssbackgrounds_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "backgrounds", "track", "previous", "completing", "small", "coding", "progress" ], "css_p...
https://www.w3schools.com/css/css_challenges_background.asp
false
css_cssborders_023
CSS
cssborders
beginner
Qual e a diferenca entre CSSBorders e outros elementos?
~MSG~ Aprenda sobre: CSSBorders Categoria: CSS ~/MSG~
~MSG~ CSS Borders ❮ Previous CSS Borders ❮ Previous Next ❯ CSS Borders The CSS border properties allow you to specify the style, width, and color of an element's border. I have borders on all sides. I have a red, bottom border. I have rounded borders. I have a blue, left border. CSS Border Style The border-style prope...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ border-style ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssborders", "examples_count": 1, "has_tiy": false, "keywords": [ "bottom", "effect", "values", "dashed", "solid", "depends", "style", "specifies", "color", "following" ], "css_properties": [ "esult", "...
https://www.w3schools.com/css/css_border.asp
false
css_cssborder_width_024
CSS
cssborder_width
beginner
Descreva CSSBorder Width com exemplos praticos
~MSG~ Aprenda sobre: CSSBorder Width Categoria: CSS ~/MSG~
~MSG~ CSS Border Width ❮ Previous CSS Border Width ❮ Previous Next ❯ CSS Border Width The border-width property specifies the width of the four borders. The width can be set as a specific size (in px, pt, cm, em, etc) or by using one of the three pre-defined values: thin, medium, or thick: Example Demonstration of th...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ border-width ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssborder_width", "examples_count": 2, "has_tiy": false, "keywords": [ "example", "widths", "yourself", "medium", "specific", "border", "using", "thick", "previous", "different" ], "css_properties": [ "esul...
https://www.w3schools.com/css/css_border_width.asp
false
css_cssborder_color_025
CSS
cssborder_color
beginner
Qual e a funcao de CSSBorder Color em CSS?
~MSG~ Aprenda sobre: CSSBorder Color Categoria: CSS ~/MSG~
~MSG~ CSS Border Color ❮ Previous CSS Border Color ❮ Previous Next ❯ CSS Border Color The border-color property is used to set the color of the four borders. The color can be set by: name - specify a color name, like "red" HEX - specify a HEX value, like "#ff0000" RGB - specify a RGB value, like "rgb(255,0,0)" HSL - s...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ border-color ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssborder_color", "examples_count": 3, "has_tiy": false, "keywords": [ "example", "transparent", "inherits", "border", "previous", "different", "property", "demonstration", "color", "specify" ], "css_properties...
https://www.w3schools.com/css/css_border_color.asp
false
css_cssborder_sides_026
CSS
cssborder_sides
beginner
Explique o conceito de CSSBorder Sides em CSS
~MSG~ Aprenda sobre: CSSBorder Sides Categoria: CSS ~/MSG~
~MSG~ CSS Border Sides ❮ Previous CSS Border Sides ❮ Previous Next ❯ CSS Border - Individual Sides From the examples on the previous pages, you have seen that it is possible to specify a different border for each side. In CSS, there are also properties for specifying each of the borders (top, right, bottom, and left...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ border-top-style ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssborder_sides", "examples_count": 5, "has_tiy": false, "keywords": [ "yourself", "style", "shorthand", "borders", "sides", "previous", "different", "specify", "individual", "possible" ], "css_properties": [ ...
https://www.w3schools.com/css/css_border_sides.asp
false
css_cssshorthand_border_property_027
CSS
cssshorthand_border_property
beginner
Como funciona CSSShorthand Border Property?
~MSG~ Aprenda sobre: CSSShorthand Border Property Categoria: CSS ~/MSG~
~MSG~ CSS Shorthand Border Property ❮ Previous CSS Shorthand Border Property ❮ Previous Next ❯ CSS Border - Shorthand Property Like you saw in the previous page, there are many properties to consider when dealing with borders. To shorten the code, it is also possible to specify all the individual border properties in ...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ border-width ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssshorthand_border_property", "examples_count": 3, "has_tiy": false, "keywords": [ "following", "there", "example", "possible", "consider", "dealing", "shorten", "individual", "border", "solid" ], "css_propert...
https://www.w3schools.com/css/css_border_shorthand.asp
false
css_cssrounded_borders_028
CSS
cssrounded_borders
beginner
Qual e a funcao de CSSRounded Borders em CSS?
~MSG~ Aprenda sobre: CSSRounded Borders Categoria: CSS ~/MSG~
~MSG~ CSS Rounded Borders ❮ Previous CSS Rounded Borders ❮ Previous Next ❯ CSS Rounded Borders The border-radius property is used to add rounded borders to an element: Normal border Round border Rounder border Roundest border Example p { border: 2px solid red; border-radius: 5px; } Try it Yourself » More Examples All ...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ border-radius ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssrounded_borders", "examples_count": 1, "has_tiy": false, "keywords": [ "bottom", "yourself", "demonstrates", "solid", "style", "shorthand", "width", "round", "borders", "roundest" ], "css_properties": [ ...
https://www.w3schools.com/css/css_border_rounded.asp
false
css_cssborders_code_challenge_029
CSS
cssborders_code_challenge
beginner
Como funciona CSSBorders Code Challenge?
~MSG~ Aprenda sobre: CSSBorders Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Borders Code Challenge ❮ Previous CSS Borders Code Challenge ❮ Previous Next ❯ Challenge: Borders Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssborders_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "borders", "track", "previous", "completing", "small", "coding", "progress" ], "css_propertie...
https://www.w3schools.com/css/css_challenges_border.asp
false
css_cssmargins_030
CSS
cssmargins
beginner
Qual e a diferenca entre CSSMargins e outros elementos?
~MSG~ Aprenda sobre: CSSMargins Categoria: CSS ~/MSG~
~MSG~ CSS Margins ❮ Previous CSS Margins ❮ Previous Next ❯ CSS Margins The CSS margin properties are used to create space around elements, outside of any defined borders. Margins define the distance between an element's border and the surrounding elements. With CSS, you have full control over the margins. CSS has pr...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ margin-top ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssmargins", "examples_count": 4, "has_tiy": false, "keywords": [ "yourself", "define", "shorthand", "defined", "distance", "margins", "surrounding", "setting", "element", "sides" ], "css_properties": [ "wo...
https://www.w3schools.com/css/css_margin.asp
false
css_cssmargin_collapse_031
CSS
cssmargin_collapse
beginner
Explique o conceito de CSSMargin Collapse em CSS
~MSG~ Aprenda sobre: CSSMargin Collapse Categoria: CSS ~/MSG~
~MSG~ CSS Margin Collapse ❮ Previous CSS Margin Collapse ❮ Previous Next ❯ CSS Margin Collapse Margin collapse is when two margins collapse into a single margin. Top and bottom margins of elements are sometimes collapsed into a single margin that is equal to the largest of the two margins. Note: Margin collapse only ...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssmargin_collapse", "examples_count": 0, "has_tiy": false, "keywords": [ "equal", "bottom", "largest", "elements", "sometimes", "right", "happens", "following", "margins", "would" ], "css_properties": [ "m...
https://www.w3schools.com/css/css_margin_collapse.asp
false
css_cssmargins_code_challenge_032
CSS
cssmargins_code_challenge
beginner
Como funciona CSSMargins Code Challenge?
~MSG~ Aprenda sobre: CSSMargins Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Margins Code Challenge ❮ Previous CSS Margins Code Challenge ❮ Previous Next ❯ Challenge: Margins Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssmargins_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "margins", "track", "previous", "completing", "small", "coding", "progress" ], "css_propertie...
https://www.w3schools.com/css/css_challenges_margin.asp
false
css_csspadding_033
CSS
csspadding
beginner
Descreva CSSPadding com exemplos praticos
~MSG~ Aprenda sobre: CSSPadding Categoria: CSS ~/MSG~
~MSG~ CSS Padding ❮ Previous CSS Padding ❮ Previous Next ❯ CSS Padding The CSS padding properties are used to generate space around an element's content, inside of any defined borders. With CSS, you have full control over the padding. There are properties for setting the padding for each side of an element (top, rig...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ padding-top ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csspadding", "examples_count": 4, "has_tiy": false, "keywords": [ "padding", "there", "around", "generate", "setting", "individual", "yourself", "specifying", "element", "sides" ], "css_properties": [ "work...
https://www.w3schools.com/css/css_padding.asp
false
css_csspaddingand_box-sizing_034
CSS
csspaddingand_box-sizing
beginner
Como funciona CSSPaddingand box-sizing?
~MSG~ Aprenda sobre: CSSPaddingand box-sizing Categoria: CSS ~/MSG~
~MSG~ CSS Padding and box-sizing CSS Padding and box-sizing ❮ Previous Next ❯ Padding and Element Width The CSS width property specifies the width of the element's content area. The content area is the portion inside the padding, border, and margin of an element ( the box model ). So, if an element has a specified w...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ box-sizing ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csspaddingand_box-sizing", "examples_count": 4, "has_tiy": false, "keywords": [ "often", "inside", "given", "specifies", "width", "specified", "element", "previous", "added", "total" ], "css_properties": [ ...
https://www.w3schools.com/css/css_padding_box-sizing.asp
false
css_csspadding_code_challenge_035
CSS
csspadding_code_challenge
beginner
Explique o conceito de CSSPadding Code Challenge em CSS
~MSG~ Aprenda sobre: CSSPadding Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Padding Code Challenge ❮ Previous CSS Padding Code Challenge ❮ Previous Next ❯ Challenge: Padding Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csspadding_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "padding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress" ], "css_propertie...
https://www.w3schools.com/css/css_challenges_padding.asp
false
css_cssheight_and_width_036
CSS
cssheight_and_width
beginner
Qual e a funcao de CSSHeight and Width em CSS?
~MSG~ Aprenda sobre: CSSHeight and Width Categoria: CSS ~/MSG~
~MSG~ CSS Height and Width ❮ Previous CSS Height and Width ❮ Previous Next ❯ CSS Height and Width The CSS height and width properties are used to set the height and width of an element. This element has a height of 70 pixels and a width of 100%. Try it Yourself » CSS Set height and width The height and width propertie...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssheight_and_width", "examples_count": 0, "has_tiy": false, "keywords": [ "height", "pixels", "yourself", "element", "previous", "properties", "include", "inside", "margin", "width" ], "css_properties": [ ...
https://www.w3schools.com/css/css_height_width.asp
false
css_cssmin/max_height_and_width_037
CSS
cssmin/max_height_and_width
beginner
Qual e a funcao de CSSMin/Max Height and Width em CSS?
~MSG~ Aprenda sobre: CSSMin/Max Height and Width Categoria: CSS ~/MSG~
~MSG~ CSS Min/Max Height and Width ❮ Previous CSS Min/Max Height and Width ❮ Previous Next ❯ CSS Min/Max Height and Width The min-width and max-width properties are used to set the minimum and maximum width of an element. The min-height and max-height properties are used to set the minimum and maximum height of an ele...
~FILE[example_3.code]~ ~LANG[Code]~ ~CODE~ min-height ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssmin/max_height_and_width", "examples_count": 2, "has_tiy": false, "keywords": [ "following", "height", "defines", "larger", "using", "element", "previous", "allowed", "properties", "property" ], "css_propert...
https://www.w3schools.com/css/css_height_width_min_max.asp
false
css_cssheight_and_width_code_challenge_038
CSS
cssheight_and_width_code_challenge
beginner
Qual e a diferenca entre CSSHeight and Width Code Challenge e outros elementos?
~MSG~ Aprenda sobre: CSSHeight and Width Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Height and Width Code Challenge ❮ Previous CSS Height and Width Code Challenge ❮ Previous Next ❯ Challenge: Height/Width Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssheight_and_width_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "height", "color", "track", "previous", "completing", "small", "coding", "progress" ], "css_p...
https://www.w3schools.com/css/css_challenges_height_width.asp
false
css_cssbox_model_039
CSS
cssbox_model
beginner
Qual e a diferenca entre CSSBox Model e outros elementos?
~MSG~ Aprenda sobre: CSSBox Model Categoria: CSS ~/MSG~
~MSG~ CSS Box Model ❮ Previous CSS Box Model ❮ Previous Next ❯ The CSS Box Model In CSS, the term "box model" is used when talking about web design and layout. The CSS box model is essentially a box that wraps around every HTML element. Every box consists of four parts: content, padding, borders and margins. The image...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssbox_model", "examples_count": 0, "has_tiy": false, "keywords": [ "outermost", "every", "parts", "talking", "borders", "essentially", "previous", "different", "consists", "about" ], "css_properties": [ "p...
https://www.w3schools.com/css/css_boxmodel.asp
false
css_cssbox_model_code_challenge_040
CSS
cssbox_model_code_challenge
beginner
Como funciona CSSBox Model Code Challenge?
~MSG~ Aprenda sobre: CSSBox Model Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Box Model Code Challenge ❮ Previous CSS Box Model Code Challenge ❮ Previous Next ❯ Challenge: Box Model Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssbox_model_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "coding", "track", "previous", "completing", "small", "model", "progress" ], "css_propertie...
https://www.w3schools.com/css/css_challenges_boxmodel.asp
false
css_cssoutline_041
CSS
cssoutline
beginner
Qual e a diferenca entre CSSOutline e outros elementos?
~MSG~ Aprenda sobre: CSSOutline Categoria: CSS ~/MSG~
~MSG~ CSS Outline ❮ Previous CSS Outline ❮ Previous Next ❯ CSS Outline An outline is a line that is drawn around elements, OUTSIDE the borders, to make the element "stand out". This element has a black border and a green outline with a width of 5px. Try it Yourself » Note: Outline differs from borders ! The outline is...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ outline-style ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssoutline", "examples_count": 4, "has_tiy": false, "keywords": [ "yourself", "specifies", "differs", "width", "following", "borders", "element", "previous", "black", "green" ], "css_properties": [ "esult",...
https://www.w3schools.com/css/css_outline.asp
false
css_cssoutline_width_042
CSS
cssoutline_width
beginner
Descreva CSSOutline Width com exemplos praticos
~MSG~ Aprenda sobre: CSSOutline Width Categoria: CSS ~/MSG~
~MSG~ CSS Outline Width ❮ Previous CSS Outline Width ❮ Previous Next ❯ CSS Outline Width The outline-width property specifies the width of the outline, and can have one of the following values: thin (typically 1px) medium (typically 3px) thick (typically 5px) A specific size (in px, pt, cm, em, etc) CSS Outline Width...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ outline-width ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssoutline_width", "examples_count": 1, "has_tiy": false, "keywords": [ "following", "outline", "example", "medium", "specific", "outlines", "thick", "previous", "examples", "different" ], "css_properties": [ ...
https://www.w3schools.com/css/css_outline_width.asp
false
css_cssoutline_color_043
CSS
cssoutline_color
beginner
Qual e a funcao de CSSOutline Color em CSS?
~MSG~ Aprenda sobre: CSSOutline Color Categoria: CSS ~/MSG~
~MSG~ CSS Outline Color ❮ Previous CSS Outline Color ❮ Previous Next ❯ CSS Outline Color The outline-color property is used to set the color of the outline. The color can be set by: name - specify a color name, like "red" HEX - specify a hex value, like "#ff0000" RGB - specify a RGB value, like "rgb(255,0,0)" HSL - sp...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ outline-color ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssoutline_color", "examples_count": 1, "has_tiy": false, "keywords": [ "ensures", "outline", "performs", "outlines", "regardless", "these", "elements", "previous", "invert", "inversion" ], "css_properties": [ ...
https://www.w3schools.com/css/css_outline_color.asp
false
css_cssoutline_shorthand_044
CSS
cssoutline_shorthand
beginner
Explique o conceito de CSSOutline Shorthand em CSS
~MSG~ Aprenda sobre: CSSOutline Shorthand Categoria: CSS ~/MSG~
~MSG~ CSS Outline Shorthand ❮ Previous CSS Outline Shorthand ❮ Previous Next ❯ CSS Outline - Shorthand property The outline property is a shorthand property for setting the following individual outline properties: outline-width outline-style (required) outline-color You can specify one, two, or three values from the ...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ outline-width ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssoutline_shorthand", "examples_count": 3, "has_tiy": false, "keywords": [ "values", "dashed", "solid", "three", "shorthand", "following", "setting", "specified", "previous", "different" ], "css_properties": [...
https://www.w3schools.com/css/css_outline_shorthand.asp
false
css_cssoutline_offset_045
CSS
cssoutline_offset
beginner
Como funciona CSSOutline Offset?
~MSG~ Aprenda sobre: CSSOutline Offset Categoria: CSS ~/MSG~
~MSG~ CSS Outline Offset ❮ Previous CSS Outline Offset ❮ Previous Next ❯ CSS Outline Offset The outline-offset property adds a space between an outline and the edge/border of an element. The space between an element and its outline is transparent. The following example specifies an outline 15px outside the border ed...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ outline-offset ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssoutline_offset", "examples_count": 1, "has_tiy": false, "keywords": [ "following", "paragraph", "outline", "example", "offset", "yourself", "solid", "border", "shows", "element" ], "css_properties": [ "p...
https://www.w3schools.com/css/css_outline_offset.asp
false
css_cssoutline_code_challenge_046
CSS
cssoutline_code_challenge
beginner
Como funciona CSSOutline Code Challenge?
~MSG~ Aprenda sobre: CSSOutline Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Outline Code Challenge ❮ Previous CSS Outline Code Challenge ❮ Previous Next ❯ Challenge: Outline Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssoutline_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "outline", "color", "picker", "track", "previous", "completing", "small", "coding", "progress" ], "css_propertie...
https://www.w3schools.com/css/css_challenges_outline.asp
false
css_csstext_color_047
CSS
csstext_color
beginner
Qual e a funcao de CSSText Color em CSS?
~MSG~ Aprenda sobre: CSSText Color Categoria: CSS ~/MSG~
~MSG~ CSS Text Color ❮ Previous CSS Text Color ❮ Previous Next ❯ CSS Text Formatting CSS has a lot of properties for styling and formatting text. text formatting This text is styled with some of the text formatting properties. The heading uses the text-align, text-transform, and color properties. The paragraph is inde...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ background-color ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstext_color", "examples_count": 1, "has_tiy": false, "keywords": [ "heading", "styled", "formatting", "paragraph", "yourself", "characters", "styling", "underline", "removed", "specified" ], "css_properties":...
https://www.w3schools.com/css/css_text.asp
false
css_csstext_alignment_048
CSS
csstext_alignment
beginner
Descreva CSSText Alignment com exemplos praticos
~MSG~ Aprenda sobre: CSSText Alignment Categoria: CSS ~/MSG~
~MSG~ CSS Text Alignment ❮ Previous CSS Text Alignment ❮ Previous Next ❯ CSS Text Alignment and Text Direction In this chapter you will learn about the following properties: text-align text-align-last vertical-align direction unicode-bidi Text Alignment The text-align property is used to set the horizontal alignment o...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ text-align ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstext_alignment", "examples_count": 4, "has_tiy": false, "keywords": [ "center", "equal", "lines", "alignment", "justify", "right", "chapter", "default", "width", "following" ], "css_properties": [ "text-...
https://www.w3schools.com/css/css_text_align.asp
false
css_csstext_decoration_049
CSS
csstext_decoration
beginner
Descreva CSSText Decoration com exemplos praticos
~MSG~ Aprenda sobre: CSSText Decoration Categoria: CSS ~/MSG~
~MSG~ CSS Text Decoration ❮ Previous CSS Text Decoration ❮ Previous Next ❯ CSS Text Decoration The CSS text-decoration property is used to control the appearance of decorative lines on text. It is a shorthand property for the following individual properties: text-decoration-line text-decoration-color text-decoration-s...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ text-decoration ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstext_decoration", "examples_count": 5, "has_tiy": false, "keywords": [ "following", "under", "displayed", "default", "lines", "individual", "decorative", "underline", "appearance", "decoration" ], "css_prope...
https://www.w3schools.com/css/css_text_decoration.asp
false
css_csstext_decoration_styles_050
CSS
csstext_decoration_styles
beginner
Qual e a diferenca entre CSSText Decoration Styles e outros elementos?
~MSG~ Aprenda sobre: CSSText Decoration Styles Categoria: CSS ~/MSG~
~MSG~ CSS Text Decoration Styles ❮ Previous CSS Text Decoration Styles ❮ Previous Next ❯ Specify a Style for the Decoration Line The CSS text-decoration-style property sets the style of the decoration line. This property can have one of the following values: solid - Default value. Single line double - Double line dot...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ text-decoration-style ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstext_decoration_styles", "examples_count": 1, "has_tiy": false, "keywords": [ "following", "example", "dashed", "solid", "single", "decoration", "style", "previous", "double", "different" ], "css_properties"...
https://www.w3schools.com/css/css_text_decoration_styles.asp
false
css_csstext_transformation_051
CSS
csstext_transformation
beginner
Como funciona CSSText Transformation?
~MSG~ Aprenda sobre: CSSText Transformation Categoria: CSS ~/MSG~
~MSG~ CSS Text Transformation ❮ Previous CSS Text Transformation ❮ Previous Next ❯ CSS Text Transformation The CSS text-transform property is used to control the capitalization of text in an element. It can be used to transform a text into uppercase or lowercase letters, or capitalize the first letter of each word, ...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ text-transform ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstext_transformation", "examples_count": 2, "has_tiy": false, "keywords": [ "lowercase", "following", "capitalize", "character", "without", "previous", "transformation", "changing", "demonstration", "transforms" ...
https://www.w3schools.com/css/css_text_transformation.asp
false
css_csstext_spacing_052
CSS
csstext_spacing
beginner
Explique o conceito de CSSText Spacing em CSS
~MSG~ Aprenda sobre: CSSText Spacing Categoria: CSS ~/MSG~
~MSG~ CSS Text Spacing ❮ Previous CSS Text Spacing ❮ Previous Next ❯ CSS Text Spacing CSS has several properties to control text spacing. In this chapter you will learn about the following properties: text-indent letter-spacing line-height word-spacing white-space CSS Text Indentation The CSS text-indent property is u...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ text-indent ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstext_spacing", "examples_count": 5, "has_tiy": false, "keywords": [ "yourself", "values", "chapter", "following", "value", "previous", "indented", "about", "specify", "spacing" ], "css_properties": [ "te...
https://www.w3schools.com/css/css_text_spacing.asp
false
css_csstext_shadow_053
CSS
csstext_shadow
beginner
Explique o conceito de CSSText Shadow em CSS
~MSG~ Aprenda sobre: CSSText Shadow Categoria: CSS ~/MSG~
~MSG~ CSS Text Shadow ❮ Previous CSS Text Shadow ❮ Previous Next ❯ CSS Text Shadow The text-shadow property adds shadow to text. In its simplest use, you only specify the horizontal and the vertical shadow. In addition, you can add a shadow color and blur effect. Text shadow effect! Example Horizontal and vertical sha...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ text-shadow ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstext_shadow", "examples_count": 2, "has_tiy": false, "keywords": [ "simplest", "example", "yourself", "effect", "previous", "vertical", "property", "shadow", "horizontal", "color" ], "css_properties": [ ...
https://www.w3schools.com/css/css_text_shadow.asp
false
css_csstext_code_challenge_054
CSS
csstext_code_challenge
beginner
Como funciona CSSText Code Challenge?
~MSG~ Aprenda sobre: CSSText Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Text Code Challenge ❮ Previous CSS Text Code Challenge ❮ Previous Next ❯ Challenge: Text Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstext_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge" ], "css_properties...
https://www.w3schools.com/css/css_challenges_text.asp
false
css_cssfonts_055
CSS
cssfonts
beginner
Explique o conceito de CSSFonts em CSS
~MSG~ Aprenda sobre: CSSFonts Categoria: CSS ~/MSG~
~MSG~ CSS Fonts ❮ Previous CSS Fonts ❮ Previous Next ❯ Font Selection is Important Choosing the right font has a huge impact on how the readers experience a website. The right font can create a strong identity for your brand. Choosing a font that is easy to read is important. It is also important to choose a good col...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ font-family ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfonts", "examples_count": 2, "has_tiy": false, "keywords": [ "readers", "browser", "right", "tries", "specifies", "color", "impact", "previous", "choose", "names" ], "css_properties": [ "like", "fami...
https://www.w3schools.com/css/css_font.asp
false
css_cssweb_safe_fonts_056
CSS
cssweb_safe_fonts
beginner
Descreva CSSWeb Safe Fonts com exemplos praticos
~MSG~ Aprenda sobre: CSSWeb Safe Fonts Categoria: CSS ~/MSG~
~MSG~ CSS Web Safe Fonts ❮ Previous CSS Web Safe Fonts ❮ Previous Next ❯ What are Web Safe Fonts? Web safe fonts are fonts that are universally installed across all browsers and devices. Fallback Fonts However, there are no 100% completely web safe fonts. There is always a chance that a font is not found or is not in...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ font-family ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssweb_safe_fonts", "examples_count": 1, "has_tiy": false, "keywords": [ "should", "fonts", "there", "completely", "similar", "browsers", "first", "browser", "always", "previous" ], "css_properties": [ "fon...
https://www.w3schools.com/css/css_font_websafe.asp
false
css_cssfont_fallbacks_057
CSS
cssfont_fallbacks
beginner
Como funciona CSSFont Fallbacks?
~MSG~ Aprenda sobre: CSSFont Fallbacks Categoria: CSS ~/MSG~
~MSG~ CSS Font Fallbacks ❮ Previous CSS Font Fallbacks ❮ Previous Next ❯ Commonly Used Font Fallbacks Below are some commonly used font fallbacks, organized by the 5 generic font families: Serif Sans-serif Monospace Cursive Fantasy Serif Fonts font-family Example text Code "Times New Roman", Times, serif This is a Hea...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfont_fallbacks", "examples_count": 0, "has_tiy": false, "keywords": [ "heading", "fonts", "example", "generic", "below", "fantasy", "commonly", "fallbacks", "cursive", "previous" ], "css_properties": [ "...
https://www.w3schools.com/css/css_font_fallbacks.asp
false
css_cssfont_style_058
CSS
cssfont_style
beginner
Como funciona CSSFont Style?
~MSG~ Aprenda sobre: CSSFont Style Categoria: CSS ~/MSG~
~MSG~ CSS Font Style ❮ Previous CSS Font Style ❮ Previous Next ❯ CSS Font Style The CSS font-style property specifies the font style for a text.. This property can have one of the following values: normal - The text is shown normally italic - The text is shown in italics oblique - The text is "leaning" (oblique is ve...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ font-style ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfont_style", "examples_count": 2, "has_tiy": false, "keywords": [ "following", "should", "example", "oblique", "similar", "italics", "yourself", "characters", "italic", "style" ], "css_properties": [ "va...
https://www.w3schools.com/css/css_font_style.asp
false
css_cssfont_size_059
CSS
cssfont_size
beginner
Descreva CSSFont Size com exemplos praticos
~MSG~ Aprenda sobre: CSSFont Size Categoria: CSS ~/MSG~
~MSG~ CSS Font Size ❮ Previous CSS Font Size ❮ Previous Next ❯ CSS Font Size The CSS font-size property is used to specify the size of the text/font. Being able to manage the text size is very important in web design. However, you should not use font size adjustments to make paragraphs look like headings, or headin...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfont_size", "examples_count": 0, "has_tiy": false, "keywords": [ "adjustments", "always", "headings", "proper", "being", "pixels", "previous", "manage", "offers", "specify" ], "css_properties": [ "sizes"...
https://www.w3schools.com/css/css_font_size.asp
false
css_cssgoogle_fonts_060
CSS
cssgoogle_fonts
beginner
Qual e a funcao de CSSGoogle Fonts em CSS?
~MSG~ Aprenda sobre: CSSGoogle Fonts Categoria: CSS ~/MSG~
~MSG~ CSS Google Fonts ❮ Previous CSS Google Fonts ❮ Previous Next ❯ Google Fonts If you do not want to use any of the standard fonts in HTML, you can use Google Fonts. Google Fonts are free to use, and have more than 1000 fonts to choose from. How To Use Google Fonts Just add a special style sheet link in the <head> ...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ effect=effectname ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssgoogle_fonts", "examples_count": 3, "has_tiy": false, "keywords": [ "fonts", "special", "example", "sofia", "dolor", "named", "sheet", "style", "previous", "ipsum" ], "css_properties": [ "esult", "fo...
https://www.w3schools.com/css/css_font_google.asp
false
css_cssgreat_font_pairings_061
CSS
cssgreat_font_pairings
beginner
Qual e a funcao de CSSGreat Font Pairings em CSS?
~MSG~ Aprenda sobre: CSSGreat Font Pairings Categoria: CSS ~/MSG~
~MSG~ CSS Great Font Pairings ❮ Previous CSS Great Font Pairings ❮ Previous Next ❯ Font Pairing Rules Great font pairings are essential to great design! Here are some basic rules to create great font pairings: 1. Complement It is always safe to find font pairings that complement one another. A great font combination s...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssgreat_font_pairings", "examples_count": 0, "has_tiy": false, "keywords": [ "combination", "always", "within", "pairing", "superfamilies", "being", "following", "rules", "pairings", "without" ], "css_properti...
https://www.w3schools.com/css/css_font_pairings.asp
false
css_cssfont_property_062
CSS
cssfont_property
beginner
Como funciona CSSFont Property?
~MSG~ Aprenda sobre: CSSFont Property Categoria: CSS ~/MSG~
~MSG~ CSS Font Property ❮ Previous CSS Font Property ❮ Previous Next ❯ The CSS Font Shorthand Property To shorten the code, it is possible to specify all the individual font properties in one declaration. The CSS font property is a shorthand property for: font-style font-variant font-weight font-stretch font-size lin...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ font-style ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfont_property", "examples_count": 4, "has_tiy": false, "keywords": [ "rules", "possible", "shorten", "individual", "values", "precede", "preceded", "their", "value", "previous" ], "css_properties": [ "th...
https://www.w3schools.com/css/css_font_shorthand.asp
false
css_cssfonts_code_challenge_063
CSS
cssfonts_code_challenge
beginner
Qual e a funcao de CSSFonts Code Challenge em CSS?
~MSG~ Aprenda sobre: CSSFonts Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Fonts Code Challenge ❮ Previous CSS Fonts Code Challenge ❮ Previous Next ❯ Challenge: Fonts Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfonts_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "fonts", "color", "picker", "track", "previous", "completing", "small", "coding", "progress" ], "css_properties": ...
https://www.w3schools.com/css/css_challenges_font.asp
false
css_css_icons_-font_awesome_064
CSS
css_icons_-font_awesome
beginner
Explique o conceito de CSS Icons -Font Awesome em CSS
~MSG~ Aprenda sobre: CSS Icons -Font Awesome Categoria: CSS ~/MSG~
~MSG~ CSS Icons - Font Awesome ❮ Previous CSS Icons - Font Awesome ❮ Previous Next ❯ How To Add Icons Icons can easily be added to your HTML page, by using an icon library. Just add the name of the icon class to any inline HTML element (like <i> or <span> ). Icons from icon libraries are scalable vectors that can be c...
~FILE[example_4.code]~ ~LANG[Code]~ ~CODE~ <script src="https://kit.fontawesome.com/yourcode.js" crossorigin="anonymous"></script> ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "css_icons_-font_awesome", "examples_count": 1, "has_tiy": false, "keywords": [ "awesome", "libraries", "class", "yourcode", "scalable", "looks", "using", "element", "customized", "previous" ], "css_properties":...
https://www.w3schools.com/css/css_icons.asp
false
css_css_icons_-bootstrap_065
CSS
css_icons_-bootstrap
beginner
Descreva CSS Icons -Bootstrap com exemplos praticos
~MSG~ Aprenda sobre: CSS Icons -Bootstrap Categoria: CSS ~/MSG~
~MSG~ CSS Icons - Bootstrap ❮ Previous CSS Icons - Bootstrap ❮ Previous Next ❯ Bootstrap Icons To use the Bootstrap glyphicons, add the following line inside the <head> section of your HTML page: <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> Note: No downloading ...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "css_icons_-bootstrap", "examples_count": 1, "has_tiy": false, "keywords": [ "following", "example", "color", "picker", "yourself", "track", "installation", "previous", "inside", "downloading" ], "css_properties...
https://www.w3schools.com/css/css_icons_bootstrap.asp
false
css_css_icons_-google_066
CSS
css_icons_-google
beginner
Explique o conceito de CSS Icons -Google em CSS
~MSG~ Aprenda sobre: CSS Icons -Google Categoria: CSS ~/MSG~
~MSG~ CSS Icons - Google ❮ Previous CSS Icons - Google ❮ Previous Next ❯ Google Icons To use the Google icons, add the following line inside the <head> section of your HTML page: <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> Note: No downloading or installation is required! Exa...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "css_icons_-google", "examples_count": 1, "has_tiy": false, "keywords": [ "following", "example", "complete", "color", "picker", "yourself", "track", "installation", "previous", "tutorial" ], "css_properties": [...
https://www.w3schools.com/css/css_icons_google.asp
false
css_cssicons_code_challenge_067
CSS
cssicons_code_challenge
beginner
Descreva CSSIcons Code Challenge com exemplos praticos
~MSG~ Aprenda sobre: CSSIcons Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Icons Code Challenge ❮ Previous CSS Icons Code Challenge ❮ Previous Next ❯ Challenge: Icons Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssicons_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "track", "previous", "icons", "completing", "small", "coding", "progress" ], "css_properties": ...
https://www.w3schools.com/css/css_challenges_icons.asp
false
css_csslinks_068
CSS
csslinks
beginner
Como funciona CSSLinks?
~MSG~ Aprenda sobre: CSSLinks Categoria: CSS ~/MSG~
~MSG~ CSS Links ❮ Previous CSS Links ❮ Previous Next ❯ CSS Styling Links HTML links can be styled with many CSS properties, like color , text-decoration , background-color , font-size , font-weight , font-family , etc.). Example Style a link with a color, background-color, and a bold font-weight: a { color: hotpink; b...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ text-decoration ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csslinks", "examples_count": 3, "has_tiy": false, "keywords": [ "styled", "example", "depending", "yourself", "styling", "differently", "style", "visited", "previous", "states" ], "css_properties": [ "rules...
https://www.w3schools.com/css/css_link.asp
false
css_csslink_buttons_069
CSS
csslink_buttons
beginner
Qual e a diferenca entre CSSLink Buttons e outros elementos?
~MSG~ Aprenda sobre: CSSLink Buttons Categoria: CSS ~/MSG~
~MSG~ CSS Link Buttons ❮ Previous CSS Link Buttons ❮ Previous Next ❯ CSS Link Buttons CSS can be used to create HTML link buttons: Link Button Link Button Example Combine several CSS properties to display links as boxes/buttons a:link, a:visited { background-color: #f44336; color: white; padding: 14px 25px; text-align...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csslink_buttons", "examples_count": 0, "has_tiy": false, "keywords": [ "another", "example", "several", "buttons", "display", "yourself", "solid", "button", "previous", "combine" ], "css_properties": [ "pad...
https://www.w3schools.com/css/css_link_buttons.asp
false
css_csslinks_code_challenge_070
CSS
csslinks_code_challenge
beginner
Descreva CSSLinks Code Challenge com exemplos praticos
~MSG~ Aprenda sobre: CSSLinks Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Links Code Challenge ❮ Previous CSS Links Code Challenge ❮ Previous Next ❯ Challenge: Links Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csslinks_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "links", "progress" ], "css_properties": ...
https://www.w3schools.com/css/css_challenges_link.asp
false
css_csslists_071
CSS
csslists
beginner
Explique o conceito de CSSLists em CSS
~MSG~ Aprenda sobre: CSSLists Categoria: CSS ~/MSG~
~MSG~ CSS Lists ❮ Previous CSS Lists ❮ Previous Next ❯ CSS Styling Lists In HTML, there are two main types of lists: <ul> - unordered lists (list items are marked with bullets) <ol> - ordered lists (list items are marked with numbers or letters) CSS has the following properties for styling HTML lists: list-style-type ...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ list-style-type ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csslists", "examples_count": 5, "has_tiy": false, "keywords": [ "style", "marker", "shorthand", "position", "specifies", "types", "following", "lists", "styling", "ordered" ], "css_properties": [ "image", ...
https://www.w3schools.com/css/css_list.asp
false
css_csslists_code_challenge_072
CSS
csslists_code_challenge
beginner
Qual e a funcao de CSSLists Code Challenge em CSS?
~MSG~ Aprenda sobre: CSSLists Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Lists Code Challenge ❮ Previous CSS Lists Code Challenge ❮ Previous Next ❯ Challenge: Lists Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csslists_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "lists", "picker", "color", "track", "previous", "completing", "small", "coding", "progress" ], "css_properties": ...
https://www.w3schools.com/css/css_challenges_list.asp
false
css_csstables_073
CSS
csstables
beginner
Como funciona CSSTables?
~MSG~ Aprenda sobre: CSSTables Categoria: CSS ~/MSG~
~MSG~ CSS Tables ❮ Previous CSS Tables ❮ Previous Next ❯ HTML tables can be greatly improved with CSS: Company Contact Country Alfreds Futterkiste Maria Anders Germany Berglunds snabbköp Christina Berglund Sweden Centro comercial Moctezuma Francisco Chang Mexico Ernst Handel Roland Mendel Austria Island Trading Helen ...
~FILE[example_3.code]~ ~LANG[Code]~ ~CODE~ border-width ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstables", "examples_count": 3, "has_tiy": false, "keywords": [ "essen", "centro", "yourself", "island", "italy", "futterkiste", "comercial", "roland", "anders", "maria" ], "css_properties": [ "for", "...
https://www.w3schools.com/css/css_table.asp
false
css_csstable_size_(width_and_height)_074
CSS
csstable_size_(width_and_height)
beginner
Como funciona CSSTable Size (Width and Height)?
~MSG~ Aprenda sobre: CSSTable Size (Width and Height) Categoria: CSS ~/MSG~
~MSG~ CSS Table Size (Width and Height) ❮ Previous CSS Table Size (Width and Height) ❮ Previous Next ❯ CSS Table Width The CSS width property is used to set the width of a table. The width can be set: in percent (%) as a fixed length (px) by the auto keyword CSS Table Width in Percent To create a table that spans the ...
~FILE[example_3.code]~ ~LANG[Code]~ ~CODE~ width: 100%; ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstable_size_(width_and_height)", "examples_count": 3, "has_tiy": false, "keywords": [ "lastname", "percent", "savings", "yourself", "width", "peter", "firstname", "entire", "previous", "griffin" ], "css_prope...
https://www.w3schools.com/css/css_table_size.asp
false
css_csstable_alignment_075
CSS
csstable_alignment
beginner
Explique o conceito de CSSTable Alignment em CSS
~MSG~ Aprenda sobre: CSSTable Alignment Categoria: CSS ~/MSG~
~MSG~ CSS Table Alignment ❮ Previous CSS Table Alignment ❮ Previous Next ❯ Horizontal Alignment The CSS text-align property is used to set the horizontal alignment of the content in <th> or <td>. This property can have one of the following values: left - Aligns the text to the left right - Aligns the text to the righ...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ text-align ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstable_alignment", "examples_count": 2, "has_tiy": false, "keywords": [ "table", "following", "firstname", "lastname", "peter", "aligns", "content", "center", "centers", "savings" ], "css_properties": [ "...
https://www.w3schools.com/css/css_table_align.asp
false
css_csstable_styling_076
CSS
csstable_styling
beginner
Qual e a diferenca entre CSSTable Styling e outros elementos?
~MSG~ Aprenda sobre: CSSTable Styling Categoria: CSS ~/MSG~
~MSG~ CSS Table Styling ❮ Previous CSS Table Styling ❮ Previous Next ❯ CSS Table Padding To add some more space between the inner borders and the content in a table, use the padding property on <td> and <th> elements: First Name Last Name Savings Peter Griffin $100 Lois Griffin $150 Joe Swanson $300 Example th, td { ...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ border-bottom ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstable_styling", "examples_count": 3, "has_tiy": false, "keywords": [ "savings", "yourself", "inner", "peter", "borders", "styling", "previous", "griffin", "horizontal", "create" ], "css_properties": [ "p...
https://www.w3schools.com/css/css_table_style.asp
false
css_cssresponsive_tables_077
CSS
cssresponsive_tables
beginner
Descreva CSSResponsive Tables com exemplos praticos
~MSG~ Aprenda sobre: CSSResponsive Tables Categoria: CSS ~/MSG~
~MSG~ CSS Responsive Tables ❮ Previous CSS Responsive Tables ❮ Previous Next ❯ CSS Responsive Tables A responsive table will display a horizontal scrollbar if the screen is too small to display the full content. Resize the browser window to see the effect: First Name Last Name Points Points Points Points Points Point...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ overflow-x ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssresponsive_tables", "examples_count": 1, "has_tiy": false, "keywords": [ "table", "responsive", "smith", "display", "browser", "window", "screen", "first", "resize", "previous" ], "css_properties": [ "it...
https://www.w3schools.com/css/css_table_responsive.asp
false
css_csstables_code_challenge_078
CSS
csstables_code_challenge
beginner
Descreva CSSTables Code Challenge com exemplos praticos
~MSG~ Aprenda sobre: CSSTables Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Tables Code Challenge ❮ Previous CSS Tables Code Challenge ❮ Previous Next ❯ Challenge: Tables Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csstables_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "tables" ], "css_properties"...
https://www.w3schools.com/css/css_challenges_table.asp
false
css_cssthe_displayproperty_079
CSS
cssthe_displayproperty
beginner
Como funciona CSSThe displayProperty?
~MSG~ Aprenda sobre: CSSThe displayProperty Categoria: CSS ~/MSG~
~MSG~ CSS The display Property CSS The display Property ❮ Previous Next ❯ The CSS display Property The display property is an important CSS property for controlling layout. It specifies whether an HTML element is treated as a block or an inline element. Every HTML element has a default display value, depending on wh...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssthe_displayproperty", "examples_count": 0, "has_tiy": false, "keywords": [ "block", "always", "elements", "every", "specifies", "default", "width", "treated", "element", "value" ], "css_properties": [ "e...
https://www.w3schools.com/css/css_display.asp
false
css_csshideelements_080
CSS
csshideelements
beginner
Explique o conceito de CSSHideElements em CSS
~MSG~ Aprenda sobre: CSSHideElements Categoria: CSS ~/MSG~
~MSG~ CSS Hide Elements CSS Hide Elements ❮ Previous Next ❯ CSS display: none; When using display: none; the element is completely hidden from the document flow and does not take up any space. It is commonly used with JavaScript to hide or show elements without deleting and recreating them. Click to show hidden...
~FILE[example_1.css]~ ~LANG[Css]~ ~CODE~ display: none; ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csshideelements", "examples_count": 3, "has_tiy": false, "keywords": [ "click", "completely", "example", "document", "deleting", "elements", "using", "element", "commonly", "without" ], "css_properties": [ ...
https://www.w3schools.com/css/css_display_hide.asp
false
css_cssdisplay_code_challenge_081
CSS
cssdisplay_code_challenge
beginner
Como funciona CSSDisplay Code Challenge?
~MSG~ Aprenda sobre: CSSDisplay Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Display Code Challenge ❮ Previous CSS Display Code Challenge ❮ Previous Next ❯ Challenge: Display Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssdisplay_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "display", "color", "picker", "track", "previous", "completing", "small", "coding", "progress" ], "css_propertie...
https://www.w3schools.com/css/css_challenges_display.asp
false
css_cssthe_max-width_property_082
CSS
cssthe_max-width_property
beginner
Explique o conceito de CSSThe max-width Property em CSS
~MSG~ Aprenda sobre: CSSThe max-width Property Categoria: CSS ~/MSG~
~MSG~ CSS The max-width Property ❮ Previous CSS The max-width Property ❮ Previous Next ❯ The CSS max-width Property The max-width property defines the maximum width of an element. This property prevents the element's width from being larger than the specified value (it can be smaller, but not larger). This property i...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssthe_max-width_property", "examples_count": 0, "has_tiy": false, "keywords": [ "layouts", "various", "ensure", "creating", "prevents", "being", "width", "specified", "larger", "element" ], "css_properties": [...
https://www.w3schools.com/css/css_max-width.asp
false
css_cssmax-width_code_challenge_083
CSS
cssmax-width_code_challenge
beginner
Descreva CSSMax-width Code Challenge com exemplos praticos
~MSG~ Aprenda sobre: CSSMax-width Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Max-width Code Challenge ❮ Previous CSS Max-width Code Challenge ❮ Previous Next ❯ Challenge: Max-width Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssmax-width_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge" ], "css_prope...
https://www.w3schools.com/css/css_challenges_max-width.asp
false
css_cssthe_positionproperty_084
CSS
cssthe_positionproperty
beginner
Descreva CSSThe positionProperty com exemplos praticos
~MSG~ Aprenda sobre: CSSThe positionProperty Categoria: CSS ~/MSG~
~MSG~ CSS The position Property CSS The position Property ❮ Previous Next ❯ CSS Positioning CSS positioning is about controlling the placement of elements within a web page. With CSS positioning, you can override the normal document flow. The CSS position Property The position property specifies the positioning type ...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssthe_positionproperty", "examples_count": 0, "has_tiy": false, "keywords": [ "positioned", "positioning", "static", "elements", "within", "position", "specifies", "following", "document", "element" ], "css_pr...
https://www.w3schools.com/css/css_position.asp
false
css_cssfixed_and_absolute_positioning_085
CSS
cssfixed_and_absolute_positioning
beginner
Qual e a diferenca entre CSSFixed and Absolute Positioning e outros elementos?
~MSG~ Aprenda sobre: CSSFixed and Absolute Positioning Categoria: CSS ~/MSG~
~MSG~ CSS Fixed and Absolute Positioning ❮ Previous CSS Fixed and Absolute Positioning ❮ Previous Next ❯ CSS position: fixed An element with position: fixed; is positioned relative to the viewport, which means it always stays in the same place even if the page is scrolled. The top, right, bottom, and left properties...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ position: fixed; ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfixed_and_absolute_positioning", "examples_count": 3, "has_tiy": false, "keywords": [ "positioned", "positioning", "corner", "always", "stays", "final", "leave", "location", "would", "element" ], "css_proper...
https://www.w3schools.com/css/css_positioning_fixed_absolute.asp
false
css_csssticky_positioning_086
CSS
csssticky_positioning
beginner
Qual e a funcao de CSSSticky Positioning em CSS?
~MSG~ Aprenda sobre: CSSSticky Positioning Categoria: CSS ~/MSG~
~MSG~ CSS Sticky Positioning ❮ Previous CSS Sticky Positioning ❮ Previous Next ❯ CSS position: sticky An element with position: sticky; toggles between a relative and fixed position, depending on the scroll position. A sticky element is positioned relative until a certain scroll position is reached - then it "sticks...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ position: sticky; ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csssticky_positioning", "examples_count": 1, "has_tiy": false, "keywords": [ "sticky", "positioning", "positioned", "bottom", "right", "position", "sticks", "toggles", "element", "previous" ], "css_properties":...
https://www.w3schools.com/css/css_positioning_sticky.asp
false
css_cssposition_code_challenge_087
CSS
cssposition_code_challenge
beginner
Descreva CSSPosition Code Challenge com exemplos praticos
~MSG~ Aprenda sobre: CSSPosition Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Position Code Challenge ❮ Previous CSS Position Code Challenge ❮ Previous Next ❯ Challenge: Position Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssposition_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "position", "progress" ], "css_propert...
https://www.w3schools.com/css/css_challenges_position.asp
false
css_csspositionoffsets_088
CSS
csspositionoffsets
beginner
Como funciona CSSPositionOffsets?
~MSG~ Aprenda sobre: CSSPositionOffsets Categoria: CSS ~/MSG~
~MSG~ CSS Position Offsets CSS Position Offsets ❮ Previous Next ❯ Positioning with top, right, bottom, and left The top , right , bottom , and left properties are used to position elements. These properties only work on positioned elements (elements with position set to relative , absolute , fixed , or sticky ). Posit...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "csspositionoffsets", "examples_count": 0, "has_tiy": false, "keywords": [ "positioned", "positioning", "sticky", "bottom", "elements", "right", "position", "offsets", "previous", "centered" ], "css_properties":...
https://www.w3schools.com/css/css_position_offset.asp
false
css_cssposition_offsets_code_challenge_089
CSS
cssposition_offsets_code_challenge
beginner
Explique o conceito de CSSPosition Offsets Code Challenge em CSS
~MSG~ Aprenda sobre: CSSPosition Offsets Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Position Offsets Code Challenge ❮ Previous CSS Position Offsets Code Challenge ❮ Previous Next ❯ Challenge: Position Offsets Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssposition_offsets_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "offsets", "track", "previous", "completing", "small", "coding", "position" ], "css_...
https://www.w3schools.com/css/css_challenges_position_offset.asp
false
css_cssthe_z-indexproperty_090
CSS
cssthe_z-indexproperty
beginner
Como funciona CSSThe z-indexProperty?
~MSG~ Aprenda sobre: CSSThe z-indexProperty Categoria: CSS ~/MSG~
~MSG~ CSS The z-index Property CSS The z-index Property ❮ Previous Next ❯ The CSS z-index Property The z-index property specifies the stack order of positioned elements. The stack order defines which element should be placed in front or behind other elements. When elements are positioned, they can overlap other elem...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssthe_z-indexproperty", "examples_count": 0, "has_tiy": false, "keywords": [ "heading", "works", "positioned", "positive", "yourself", "elements", "specifies", "front", "element", "previous" ], "css_properties...
https://www.w3schools.com/css/css_z-index.asp
false
css_cssz-index_code_challenge_091
CSS
cssz-index_code_challenge
beginner
Como funciona CSSZ-index Code Challenge?
~MSG~ Aprenda sobre: CSSZ-index Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Z-index Code Challenge ❮ Previous CSS Z-index Code Challenge ❮ Previous Next ❯ Challenge: Z-index Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssz-index_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge" ], "css_propert...
https://www.w3schools.com/css/css_challenges_z-index.asp
false
css_cssthe_overflow_property_092
CSS
cssthe_overflow_property
beginner
Qual e a diferenca entre CSSThe overflow Property e outros elementos?
~MSG~ Aprenda sobre: CSSThe overflow Property Categoria: CSS ~/MSG~
~MSG~ CSS The overflow Property ❮ Previous CSS The overflow Property ❮ Previous Next ❯ The CSS overflow Property The CSS overflow property controls what happens to content that is too big to fit into an area. It specifies whether to clip the content or to add scrollbars when the content of an element is too big. The ...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssthe_overflow_property", "examples_count": 0, "has_tiy": false, "keywords": [ "specifies", "following", "visible", "content", "scroll", "element", "overflow", "previous", "outside", "property" ], "css_propert...
https://www.w3schools.com/css/css_overflow.asp
false
css_cssoverflow-x_and_overflow-y_093
CSS
cssoverflow-x_and_overflow-y
beginner
Descreva CSSoverflow-x and overflow-y com exemplos praticos
~MSG~ Aprenda sobre: CSSoverflow-x and overflow-y Categoria: CSS ~/MSG~
~MSG~ CSS overflow-x and overflow-y ❮ Previous CSS overflow-x and overflow-y ❮ Previous Next ❯ Overflow in Specific Directions The overflow-x and overflow-y properties allow you to control overflow behavior independently for horizontal and vertical directions. CSS overflow-x and overflow-y The overflow-x and overflow-...
~FILE[example_1.code]~ ~LANG[Code]~ ~CODE~ overflow-x ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssoverflow-x_and_overflow-y", "examples_count": 5, "has_tiy": false, "keywords": [ "better", "specifies", "happens", "allow", "previous", "independently", "horizontal", "edges", "whether", "change" ], "css_pro...
https://www.w3schools.com/css/css_overflow_xy.asp
false
css_cssoverflow_code_challenge_094
CSS
cssoverflow_code_challenge
beginner
Qual e a funcao de CSSOverflow Code Challenge em CSS?
~MSG~ Aprenda sobre: CSSOverflow Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Overflow Code Challenge ❮ Previous CSS Overflow Code Challenge ❮ Previous Next ❯ Challenge: Overflow Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssoverflow_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "track", "overflow", "previous", "completing", "small", "coding", "progress" ], "css_propert...
https://www.w3schools.com/css/css_challenges_overflow.asp
false
css_cssfloat_095
CSS
cssfloat
beginner
Explique o conceito de CSSFloat em CSS
~MSG~ Aprenda sobre: CSSFloat Categoria: CSS ~/MSG~
~MSG~ CSS Float ❮ Previous CSS Float ❮ Previous Next ❯ The CSS float Property The float property specifies how an element should float within its container. It places an element on the left or right side of its container, allowing text and inline elements to wrap around it. The float property can have one of the foll...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfloat", "examples_count": 0, "has_tiy": false, "keywords": [ "within", "elements", "right", "specifies", "following", "inherits", "element", "container", "previous", "inline" ], "css_properties": [ "valu...
https://www.w3schools.com/css/css_float.asp
false
css_cssclear_and_clearfix_hack_096
CSS
cssclear_and_clearfix_hack
beginner
Qual e a diferenca entre CSSclear and Clearfix Hack e outros elementos?
~MSG~ Aprenda sobre: CSSclear and Clearfix Hack Categoria: CSS ~/MSG~
~MSG~ CSS clear and Clearfix Hack ❮ Previous CSS clear and Clearfix Hack ❮ Previous Next ❯ The CSS clear Property The clear property specifies what should happen with the element that is NEXT to a floating element. The clear property prevents elements from wrapping around or beside the floated content. This property ...
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssclear_and_clearfix_hack", "examples_count": 0, "has_tiy": false, "keywords": [ "pushed", "elements", "clear", "right", "prevents", "specifies", "either", "clearfix", "following", "floated" ], "css_properties...
https://www.w3schools.com/css/css_float_clear.asp
false
css_cssfloat_examples_097
CSS
cssfloat_examples
beginner
Descreva CSSFloat Examples com exemplos praticos
~MSG~ Aprenda sobre: CSSFloat Examples Categoria: CSS ~/MSG~
~MSG~ CSS Float Examples ❮ Previous CSS Float Examples ❮ Previous Next ❯ Create Equal Width Boxes With the float property, it is easy to float boxes of content side by side: Box 1 Box 2 Box 1 Box 2 Box 3 Example * { box-sizing: border-box; } .box { float: left; width: 33.33%; /* three boxes (use 25% for four, and 5...
~FILE[example_2.code]~ ~LANG[Code]~ ~CODE~ box-sizing ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfloat_examples", "examples_count": 1, "has_tiy": false, "keywords": [ "example", "boxes", "equal", "content", "enlarges", "yourself", "images", "floating", "previous", "examples" ], "css_properties": [ "...
https://www.w3schools.com/css/css_float_examples.asp
false
css_cssfloat_code_challenge_098
CSS
cssfloat_code_challenge
beginner
Qual e a funcao de CSSFloat Code Challenge em CSS?
~MSG~ Aprenda sobre: CSSFloat Code Challenge Categoria: CSS ~/MSG~
~MSG~ CSS Float Code Challenge ❮ Previous CSS Float Code Challenge ❮ Previous Next ❯ Challenge: Float Test your understanding of CSS by completing a small coding challenge. ❮ Previous Next ❯ ★ +1 Sign in to track progress COLOR PICKER... ~/MSG~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssfloat_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": [ "understanding", "picker", "color", "coding", "track", "previous", "completing", "float", "small", "progress" ], "css_properties": ...
https://www.w3schools.com/css/css_challenges_float.asp
false
css_cssdisplay:_inline-block_099
CSS
cssdisplay:_inline-block
beginner
Descreva CSSdisplay: inline-block com exemplos praticos
~MSG~ Aprenda sobre: CSSdisplay: inline-block Categoria: CSS ~/MSG~
~MSG~ CSS display: inline-block ❮ Previous CSS display: inline-block ❮ Previous Next ❯ The CSS display: inline-block The display: inline-block property combines the features of both inline and block elements. An element with display: inline-block will appear on the same line as other inline or inline-block elements. ...
~FILE[example_1.css]~ ~LANG[Css]~ ~CODE~ display: inline-block ~/CODE~
false
false
{ "source": "w3schools", "category": "CSS", "topic": "cssdisplay:_inline-block", "examples_count": 3, "has_tiy": false, "keywords": [ "block", "combines", "solid", "features", "default", "width", "following", "element", "previous", "different" ], "css_properties":...
https://www.w3schools.com/css/css_inline-block.asp
false
End of preview.

Dataset Card for Dataset Name

This dataset card aims to be a base template for new datasets. It has been generated using this raw template.

Dataset Details

Dataset Description

  • Curated by: [More Information Needed]
  • Funded by [optional]: [More Information Needed]
  • Shared by [optional]: [More Information Needed]
  • Language(s) (NLP): [More Information Needed]
  • License: [More Information Needed]

Dataset Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

Direct Use

[More Information Needed]

Out-of-Scope Use

[More Information Needed]

Dataset Structure

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Data Collection and Processing

[More Information Needed]

Who are the source data producers?

[More Information Needed]

Annotations [optional]

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Bias, Risks, and Limitations

[More Information Needed]

Recommendations

Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.

Citation [optional]

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Glossary [optional]

[More Information Needed]

More Information [optional]

[More Information Needed]

Dataset Card Authors [optional]

[More Information Needed]

Dataset Card Contact

[More Information Needed]

Downloads last month
36