From 4b5bd03aaad0d8c1c1f2dc66409ebe3175461ae6 Mon Sep 17 00:00:00 2001 From: David Sennekool Date: Thu, 29 Oct 2020 07:34:16 +0100 Subject: [PATCH] Added Dutch translation for Python and Atom keywords (#167) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added Dutch Python keywords * Added Dutch Atom keywords Co-authored-by: David Thank you @davidsennekool for your contribution 🎉 --- locale/nl.yml | 1813 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1813 insertions(+) create mode 100644 locale/nl.yml diff --git a/locale/nl.yml b/locale/nl.yml new file mode 100644 index 0000000..4a02dd0 --- /dev/null +++ b/locale/nl.yml @@ -0,0 +1,1813 @@ +# Files in the locale directory are used for localization. +# If you want to use locales other than English, follow the instructions in legesher-translations guide. +# https://legesher.readme.io/docs/translation-guide +# +# THANK YOU FOR MAKING LEGESHER LARGER THAN US. + +# NOTE: "language-abbreviation" +language-abbreviation: "nl" + +# ---------------------- +# | SYSTEM: ATOM | +# ---------------------- +# << Keywords >> +# NOTE: All keywords are capitalized for Atom because it is used for +# key information found in comments within the editor + NOTE: "NOTITIE" + INFO: "INFORMATIE" + IDEA: "IDEE" + DEBUG: "DEBUG" + REMOVE: "VERWIJDER" + OPTIMIZE: "OPTIMALISEER" + REVIEW: "INSPECTEREN" + HACK: "" + UNDONE: "ONGEDAAN GEMAAKT" + TODO: "TE DOEN" + REFACTOR: "HERSTRUCTUREREN" + DEPRECATED: "VEROUDERD" + TASK: "TAAK" + CHGME: "" + NOTREACHED: "NIET GEHAALD" + WTF: "" + BUG: "BUG" + ERROR: "FOUT" + OMG: "OH MIJN GOD" + ERR: "" + OMFGRLY: "" + WARNING: "WAARSCHUWING" + WARN: "" + BROKEN: "KAPOT" + +# ---------------------- +# | LANGUAGE: AGDA | +# ---------------------- +# NOTE: https://agda.readthedocs.io/en/v2.5.4.2/index.html +# << Keywords >> + abstract: "" + codata: "" + coinductive: "" + constructor: "" + data: "" + do: "" + eta-equality: "" + field: "" + forall: "" + hiding: "" + import: "" + in: "" + inductive: "" + infix: "" + infixl: "" + infixr: "" + instance: "" + let: "" + macro: "" + module: "" + mutual: "" + no-eta-equality: "" + open: "" + overlap: "" + pattern: "" + postulate: "" + primitive: "" + private: "" + public: "" + quote: "" + quoteContext: "" + quoteGoal: "" + quoteTerm: "" + record: "" + renaming: "" + rewrite: "" + Set: "" # can appear with a number suffix, optionally suffixed, make sure we account for this + syntax: "" + tactic: "" + unquote: "" + unquoteDecl: "" + unquoteDef: "" + using: "" + where: "" + with: "" + +# << Error Messages >> + +# ---------------------- +# | LANGUAGE: AFL | +# ---------------------- +# Amibroker Formula Language +# NOTE: https://www.amibroker.com/guide/a_language.html + +# << Keywords >> +do: "" # (part of do-while statement) +while: "" +for: "" +if: "" # (part of if-else statement) +else: "" # (part of if-else statement) +switch: "" +break: "" # (part of the switch statement or for/while statements) +case: "" # (part of the switch statement) +continue: "" # (part of for/while statements) +default: "" # (part of switch statement) +function: "" +procedure: "" +return: "" +local: "" +global: "" +static: "" +typeof: "" +NOT: "" +AND: "" +OR: "" +Null: "" +# << Error Messages >> + +# ---------------------- +# | LANGUAGE: BASH | +# ---------------------- +# << Keywords >> +case: "" +do: "" +done: "" +elif: "" +else: "" +esac: "" +fi: "" +for: "" +function: "" +if: "" +in: "" +select: "" +then: "" +time: "" +until: "" +while: "" + +# << Error Messages >> + +# ---------------------- +# | LANGUAGE: C | +# ---------------------- +# << Keywords >> +auto: "" +double: "" +int: "" +struct: "" +break: "" +else: "" +long: "" +switch: "" +case: "" +enum: "" +register: "" +typedef: "" +char: "" +extern: "" +return: "" +union: "" +const: "" +float: "" +short: "" +unsigned: "" +continue: "" +for: "" +signed: "" +void: "" +default: "" +goto: "" +sizeof: "" +volatile: "" +do: "" +if: "" +static: "" +while: "" + +# << Error Messages >> + +# ---------------------- +# | LANGUAGE: C++ | +# ---------------------- +# << Keywords >> + +#define: "" +#defined: "" +#elif: "" +#else: "" +#endif: "" +#error: "" +#if: "" +#ifdef: "" +#ifndef: "" +#include: "" +#line: "" +#pragma: "" +#undef: "" +alignas: "" +alignof: "" +and: "" +and_eq: "" +asm: "" +atomic_cancel: "" +atomic_commit: "" +atomic_noexcept: "" +auto: "" +bitand: "" +bitor: "" +bool: "" +break: "" +case: "" +catch: "" +char: "" +char16_t: "" +char32_t: "" +class: "" +compl: "" +concept: "" +const: "" +constexpr: "" +const_cast: "" +continue: "" +decltype: "" +default: "" +delete: "" +do: "" +double: "" +dynamic_cast: "" +else: "" +enum: "" +explicit: "" +export: "" +extern: "" +false: "" +final: "" +float: "" +for: "" +friend: "" +goto: "" +if: "" +inline: "" +int: "" +import: "" +long: "" +module: "" +mutable: "" +namespace: "" +new: "" +noexcept: "" +not: "" +not_eq: "" +nullptr: "" +operator: "" +or: "" +or_eq: "" +override: "" +private: "" +protected: "" +public: "" +register: "" +reinterpret_cast: "" +requires: "" +return: "" +short: "" +signed: "" +sizeof: "" +static: "" +static_assert: "" +static_cast: "" +struct: "" +switch: "" +synchronized: "" +template: "" +this: "" +thread_local: "" +throw: "" +transaction_safe: "" +transaction_safe_dynamic: "" +true: "" +try: "" +typedef: "" +typeid: "" +typename: "" +union: "" +unsigned: "" +using: "" +virtual: "" +void: "" +volatile: "" +wchar_t: "" +while: "" +xor: "" +xor_eq: "" + +# << Error Messages >> + +# ---------------------- +# | LANGUAGE: C# | +# ---------------------- +# << Keywords >> +abstract: "" +add: "" +alias: "" +as: "" +ascending: "" +async: "" +await: "" +base: "" +bool: "" +break: "" +byte: "" +case: "" +catch: "" +char: "" +checked: "" +class: "" +const: "" +continue: "" +decimal: "" +default: "" +delegate: "" +descending: "" +do: "" +double: "" +dynamic: "" +else: "" +enum: "" +event: "" +explicit: "" +extern: "" +false: "" +finally: "" +fixed: "" +float: "" +for: "" +foreach: "" +from: "" +get: "" +global: "" +goto: "" +group: "" +if: "" +implicit: "" +in: "" +int: "" +interface: "" +internal: "" +into: "" +is: "" +join: "" +let: "" +lock: "" +long: "" +namespace: "" +new: "" +null: "" +object: "" +operator: "" +orderby: "" +out: "" +override: "" +params: "" +partial: "" +private: "" +protected: "" +public: "" +readonly: "" +ref: "" +remove: "" +return: "" +sbyte: "" +sealed: "" +select: "" +set: "" +short: "" +sizeof: "" +stackalloc: "" +static: "" +string: "" +struct: "" +switch: "" +this: "" +throw: "" +true: "" +try: "" +typeof: "" +uint: "" +ulong: "" +unchecked: "" +unsafe: "" +ushort: "" +using: "" +value: "" +var: "" +virtual: "" +void: "" +volatile: "" +where: "" +while: "" +yield: "" + +# << Error Messages >> + +# ---------------------- +# | LANGUAGE: CSS | +# ---------------------- +# This regex saved by butt: FIND = \n(@?)(\w+)(-\w+){0,3} REPLACE: \n$1$2$3: "" # + +# << Keywords >> +align-content: "" # Specifies the alignment between the lines inside a flexible container when the items do not use all available space +align-items: "" # Specifies the alignment for items inside a flexible container +align-self: "" # Specifies the alignment for selected items inside a flexible container +all: "" # Resets all properties (except unicode-bidi and direction) +animation: "" # A shorthand property for all the animation-* properties +animation-delay: "" # Specifies a delay for the start of an animation +animation-direction: "" # Specifies whether an animation should be played forwards, backwards or in alternate cycles +animation-duration: "" # Specifies how long an animation should take to complete one cycle +animation-mode: "" # Specifies a style for the element when the animation is not playing (before it starts, after it ends, or both) +animation-count: "" # Specifies the number of times an animation should be played +animation-name: "" # Specifies a name for the @keyframes animation +animation-state: "" # Specifies whether the animation is running or paused +animation-function: "" # Specifies the speed curve of an animation +backface-visibility: "" # Defines whether or not the back face of an element should be visible when facing the user +background: "" # A shorthand property for all the background-* properties +background-attachment: "" # Sets whether a background image scrolls with the rest of the page, or is fixed +background-mode: "" # Specifies the blending mode of each background layer (color/image) +background-clip: "" # Defines how far the background (color or image) should extend within an element +background-color: "" # Specifies the background color of an element +background-image: "" # Specifies one or more background images for an element +background-origin: "" # Specifies the origin position of a background image +background-position: "" # Specifies the position of a background image +background-repeat: "" # Sets if/how a background image will be repeated +background-size: "" # Specifies the size of the background images +border: "" # A shorthand property for border-width, border-style and border-color +border-bottom: "" # A shorthand property for border-bottom-width, border-bottom-style and border-bottom-color +border-color: "" # Sets the color of the bottom border +border-radius: "" # Defines the radius of the border of the bottom-left corner +border-radius: "" # Defines the radius of the border of the bottom-right corner +border-style: "" # Sets the style of the bottom border +border-width: "" # Sets the width of the bottom border +border-collapse: "" # Sets whether table borders should collapse into a single border or be separated +border-color: "" # Sets the color of the four borders +border-image: "" # A shorthand property for all the border-image-* properties +border-outset: "" # Specifies the amount by which the border image area extends beyond the border box +border-repeat: "" # Specifies whether the border image should be repeated, rounded or stretched +border-slice: "" # Specifies how to slice the border image +border-source: "" # Specifies the path to the image to be used as a border +border-width: "" # Specifies the width of the border image +border-left: "" # A shorthand property for all the border-left-* properties +border-color: "" # Sets the color of the left border +border-style: "" # Sets the style of the left border +border-width: "" # Sets the width of the left border +border-radius: "" # A shorthand property for the four border-*-radius properties +border-right: "" # A shorthand property for all the border-right-* properties +border-color: "" # Sets the color of the right border +border-style: "" # Sets the style of the right border +border-width: "" # Sets the width of the right border +border-spacing: "" # Sets the distance between the borders of adjacent cells +border-style: "" # Sets the style of the four borders +border-top: "" # A shorthand property for border-top-width, border-top-style and border-top-color +border-color: "" # Sets the color of the top border +border-radius: "" # Defines the radius of the border of the top-left corner +border-radius: "" # Defines the radius of the border of the top-right corner +border-style: "" # Sets the style of the top border +border-width: "" # Sets the width of the top border +border-width: "" # Sets the width of the four borders +bottom: "" # Sets the elements position, from the bottom of its parent element +box-break: "" # Sets the behavior of the background and border of an element at page-break, or, for in-line elements, at line-break. +box-shadow: "" # Attaches one or more shadows to an element +box-sizing: "" # Defines how the width and height of an element are calculated: should they include padding and borders, or not +break-after: "" # Specifies the page-, column-, or region-break behavior after the generated box +break-before: "" # Specifies the page-, column-, or region-break behavior before the generated box +break-inside: "" # Specifies the page-, column-, or region-break behavior inside the generated box +caption-side: "" # Specifies the placement of a table caption +caret-color: "" # Specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable +@charset: "" # Specifies the character encoding used in the style sheet +clear: "" # Specifies on which sides of an element floating elements are not allowed to float +clip: "" # Clips an absolutely positioned element +color: "" # Sets the color of text +column-count: "" # Specifies the number of columns an element should be divided into +column-fill: "" # Specifies how to fill columns, balanced or not +column-gap: "" # Specifies the gap between the columns +column-rule: "" # A shorthand property for all the column-rule-* properties +column-color: "" # Specifies the color of the rule between columns +column-style: "" # Specifies the style of the rule between columns +column-width: "" # Specifies the width of the rule between columns +column-span: "" # Specifies how many columns an element should span across +column-width: "" # Specifies the column width +columns: "" # A shorthand property for column-width and column-count +content: "" # Used with the :before and :after pseudo-elements, to insert generated content +counter-increment: "" # Increases or decreases the value of one or more CSS counters +counter-reset: "" # Creates or resets one or more CSS counters +cursor: "" # Specifies the mouse cursor to be displayed when pointing over an element +direction: "" # Specifies the text direction/writing direction +display: "" # Specifies how a certain HTML element should be displayed +empty-cells: "" # Specifies whether or not to display borders and background on empty cells in a table +filter: "" # Defines effects (e.g. blurring or color shifting) on an element before the element is displayed +flex: "" # A shorthand property for the flex-grow, flex-shrink, and the flex-basis properties +flex-basis: "" # Specifies the initial length of a flexible item +flex-direction: "" # Specifies the direction of the flexible items +flex-flow: "" # A shorthand property for the flex-direction and the flex-wrap properties +flex-grow: "" # Specifies how much the item will grow relative to the rest +flex-shrink: "" # Specifies how the item will shrink relative to the rest +flex-wrap: "" # Specifies whether the flexible items should wrap or not +float: "" # Specifies whether or not a box should float +font: "" # A shorthand property for the font-style, font-variant, font-weight, font-size/line-height, and the font-family properties +@font-face: "" # A rule that allows websites to download and use fonts other than the "web-safe" fonts +font-family: "" # Specifies the font family for text +font-settings: "" # Allows control over advanced typographic features in OpenType fonts +@font-values: "" # Allows authors to use a common name in font-variant-alternate for feature activated differently in OpenType +font-kerning: "" # Controls the usage of the kerning information (how letters are spaced) +font-override: "" # Controls the usage of language-specific glyphs in a typeface +font-size: "" # Specifies the font size of text +font-adjust: "" # Preserves the readability of text when font fallback occurs +font-stretch: "" # Selects a normal, condensed, or expanded face from a font family +font-style: "" # Specifies the font style for text +font-synthesis: "" # Controls which missing typefaces (bold or italic) may be synthesized by the browser +font-variant: "" # Specifies whether or not a text should be displayed in a small-caps font +font-alternates: "" # Controls the usage of alternate glyphs associated to alternative names defined in @font-feature-values +font-caps: "" # Controls the usage of alternate glyphs for capital letters +font-asian: "" # Controls the usage of alternate glyphs for East Asian scripts (e.g Japanese and Chinese) +font-ligatures: "" # Controls which ligatures and contextual forms are used in textual content of the elements it applies to +font-numeric: "" # Controls the usage of alternate glyphs for numbers, fractions, and ordinal markers +font-position: "" # Controls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font +font-weight: "" # Specifies the weight of a font +grid: "" # A shorthand property for the grid-template-rows, grid-template-columns, grid-template-areas, grid-auto-rows, grid-auto-columns, and the grid-auto-flow properties +grid-area: "" # Either specifies a name for the grid item, or this property is a shorthand property for the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties +grid-columns: "" # Specifies a default column size +grid-flow: "" # Specifies how auto-placed items are inserted in the grid +grid-rows: "" # Specifies a default row size +grid-column: "" # A shorthand property for the grid-column-start and the grid-column-end properties +grid-end: "" # Specifies where to end the grid item +grid-gap: "" # Specifies the size of the gap between columns +grid-start: "" # Specifies where to start the grid item +grid-gap: "" # A shorthand property for the grid-row-gap and grid-column-gap properties +grid-row: "" # A shorthand property for the grid-row-start and the grid-row-end properties +grid-end: "" # Specifies where to end the grid item +grid-gap: "" # Specifies the size of the gap between rows +grid-start: "" # Specifies where to start the grid item +grid-template: "" # A shorthand property for the grid-template-rows, grid-template-columns and grid-areas properties +grid-areas: "" # Specifies how to display columns and rows, using named grid items +grid-columns: "" # Specifies the size of the columns, and how many columns in a grid layout +grid-rows: "" # Specifies the size of the rows in a grid layout +hanging-punctuation: "" # Specifies whether a punctuation character may be placed outside the line box +height: "" # Sets the height of an element +hyphens: "" # Sets how to split words to improve the layout of paragraphs +image-rendering: "" # Gives a hint to the browser about what aspects of an image are most important to preserve when the image is scaled +@import: "" # Allows you to import a style sheet into another style sheet +isolation: "" # Defines whether an element must create a new stacking content +justify-content: "" # Specifies the alignment between the items inside a flexible container when the items do not use all available space +@keyframes: "" # Specifies the animation code +left: "" # Specifies the left position of a positioned element +letter-spacing: "" # Increases or decreases the space between characters in a text +line-break: "" # Specifies how/if to break lines +line-height: "" # Sets the line height +list-style: "" # Sets all the properties for a list in one declaration +list-image: "" # Specifies an image as the list-item marker +list-position: "" # Specifies the position of the list-item markers (bullet points) +list-type: "" # Specifies the type of list-item marker +margin: "" # Sets all the margin properties in one declaration +margin-bottom: "" # Sets the bottom margin of an element +margin-left: "" # Sets the left margin of an element +margin-right: "" # Sets the right margin of an element +margin-top: "" # Sets the top margin of an element +max-height: "" # Sets the maximum height of an element +max-width: "" # Sets the maximum width of an element +@media: "" # Sets the style rules for different media types/devices/sizes +min-height: "" # Sets the minimum height of an element +min-width: "" # Sets the minimum width of an element +mix-mode: "" # Specifies how an element's content should blend with its direct parent background +object-fit: "" # Specifies how the contents of a replaced element should be fitted to the box established by its used height and width +object-position: "" # Specifies the alignment of the replaced element inside its box +opacity: "" # Sets the opacity level for an element +order: "" # Sets the order of the flexible item, relative to the rest +orphans: "" # Sets the minimum number of lines that must be left at the bottom of a page when a page break occurs inside an element +outline: "" # A shorthand property for the outline-width, outline-style, and the outline-color properties +outline-color: "" # Sets the color of an outline +outline-offset: "" # Offsets an outline, and draws it beyond the border edge +outline-style: "" # Sets the style of an outline +outline-width: "" # Sets the width of an outline +overflow: "" # +Specifies: "" # what happens if content overflows an element's box +overflow-wrap: "" # Specifies whether or not the browser may break lines within words in order to prevent overflow (when a string is too long to fit its containing box) +overflow-x: "" # Specifies whether or not to clip the left/right edges of the content, if it overflows the element's content area +overflow-y: "" # Specifies whether or not to clip the top/bottom edges of the content, if it overflows the element's content area +padding: "" # A shorthand property for all the padding-* properties +padding-bottom: "" # Sets the bottom padding of an element +padding-left: "" # Sets the left padding of an element +padding-right: "" # Sets the right padding of an element +padding-top: "" # Sets the top padding of an element +page-after: "" # Sets the page-break behavior after an element +page-before: "" #: "" # Sets the page-break behavior before an element +page-inside: "" #: "" # Sets the page-break behavior inside an element +perspective: "" # Gives a 3D-positioned element some perspective +perspective-origin: "" # Defines at which position the user is looking at the 3D-positioned element +pointer-events: "" # Defines whether or not an element reacts to pointer events +position: "" # Specifies the type of positioning method used for an element (static, relative, absolute or fixed) +quotes: "" # Sets the type of quotation marks for embedded quotations +resize: "" # Defines if (and how) an element is resizable by the user +right: "" # Specifies the right position of a positioned element +scroll-behavior: "" # Specifies whether to smoothly animate the scroll position in a scrollable box, instead of a straight jump +tab-size: "" # Specifies the width of a tab character +table-layout: "" # Defines the algorithm used to lay out table cells, rows, and columns +text-align: "" # Specifies the horizontal alignment of text +text-last: "" # Describes how the last line of a block or a line right before a forced line break is aligned when text-align is "justify" +text-upright: "" # Specifies the combination of multiple characters into the space of a single character +text-decoration: "" # Specifies the decoration added to text +text-color: "" # Specifies the color of the text-decoration +text-line: "" # Specifies the type of line in a text-decoration +text-style: "" # Specifies the style of the line in a text decoration +text-indent: "" # Specifies the indentation of the first line in a text-block +text-justify: "" # Specifies the justification method used when text-align is "justify" +text-orientation: "" #: "" #Defines the orientation of the text in a line +text-overflow: "" #: "" #Specifies what should happen when text overflows the containing element +text-shadow: "" #: "" #Adds shadow to text +text-transform: "" #: "" #Controls the capitalization of text +text-position: "" #: "" # Specifies the position of the underline which is set using the text-decoration property +top: "" #: "" # Specifies the top position of a positioned element +transform: "" #: "" # Applies a 2D or 3D transformation to an element +transform-origin: "" # Allows you to change the position on transformed elements +transform-style: "" # Specifies how nested elements are rendered in 3D space +transition: "" # A shorthand property for all the transition-* properties +transition-delay: "" # Specifies when the transition effect will start +transition-duration: "" # Specifies how many seconds or milliseconds a transition effect takes to complete +transition-property: "" # Specifies the name of the CSS property the transition effect is for +transition-function: "" # Specifies the speed curve of the transition effect +unicode-bidi: "" # Used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document +user-select: "" # Specifies whether the text of an element can be selected +vertical-align: "" # Sets the vertical alignment of an element +visibility: "" # Specifies whether or not an element is visible +white-space: "" # Specifies how white-space inside an element is handled +widows: "" # Sets the minimum number of lines that must be left at the top of a page when a page break occurs inside an element +width: "" # Sets the width of an element +word-break: "" # Specifies how words should break when reaching the end of a line +word-spacing: "" # Increases or decreases the space between words in a text +word-wrap: "" # Allows long, unbreakable words to be broken and wrap to the next line +writing-mode: "" # Specifies whether lines of text are laid out horizontally or vertically +z-index: "" # Sets the stack order of a positioned element +# << Error Messages >> + +# ------------------------ +# | LANGUAGE: FLUENT | +# ------------------------ +# << Keywords >> +# << Error Messages >> + +# ------------------------ +# | LANGUAGE: GOLANG | +# ------------------------ +# << Keywords >> +break: "" +default: "" +func: "" +interface: "" +select: "" +case: "" +defer: "" +go: "" +map: "" +struct: "" +chan: "" +else: "" +goto: "" +package: "" +switch: "" +const: "" +fallthrough: "" +if: "" +range: "" +type: "" +continue: "" +for: "" +import: "" +return: "" +var: "" + +# << Error Messages >> + +# ------------------------- +# | LANGUAGE: HASKELL | +# ------------------------- +# << Keywords >> +as: "" +case: "" +of: "" +class: "" +data: "" +data family: "" +data instance: "" +default: "" +deriving: "" +deriving instance: "" +do: "" +forall: "" +foreign: "" +hiding: "" +if: "" +then: "" +else: "" +import: "" +infix: "" +infixl: "" +infixr: "" +instance: "" +let: "" +in: "" +mdo: "" +module: "" +newtype: "" +proc: "" +qualified: "" +rec: "" +type: "" +type family: "" +type instance: "" +where: "" + +# << Error Messages >> + +# ---------------------- +# | LANGUAGE: HTML | +# ---------------------- +# << Keywords >> +!DOCTYPE: "" # Defines the document type +a: "" # Defines a hyperlink +abbr: "" # Defines an abbreviation or an acronym +acronym: "" # Not supported in HTML5. Use instead. Defines an acronym +address: "" # Defines contact information for the author/owner of a document +applet: "" # Not supported in HTML5. Use or instead. Defines an embedded applet +area: "" # Defines an area inside an image-map +article: "" # Defines an article +aside: "" # Defines content aside from the page content +audio: "" # Defines sound content +b: "" # Defines bold text +base: "" # Specifies the base URL/target for all relative URLs in a document +basefont: "" # Not supported in HTML5. Use CSS instead. Specifies a default color, size, and font for all text in a document +bdi: "" # Isolates a part of text that might be formatted in a different direction from other text outside it +bdo: "" # Overrides the current text direction +big: "" # Not supported in HTML5. Use CSS instead. Defines big text +blockquote: "" # Defines a section that is quoted from another source +body: "" # Defines the document's body +br: "" # Defines a single line break +button: "" # Defines a clickable button +canvas: "" # Used to draw graphics, on the fly, via scripting (usually JavaScript) +caption: "" # Defines a table caption +center: "" # Not supported in HTML5. Use CSS instead. Defines centered text +cite: "" # Defines the title of a work +code: "" # Defines a piece of computer code +col: "" # Specifies column properties for each column within a element +colgroup: "" # Specifies a group of one or more columns in a table for formatting +data: "" # Links the given content with a machine-readable translation +datalist: "" # Specifies a list of pre-defined options for input controls +dd: "" # Defines a description/value of a term in a description list +del: "" # Defines text that has been deleted from a document +details: "" # Defines additional details that the user can view or hide +dfn: "" # Represents the defining instance of a term +dialog: "" # Defines a dialog box or window +dir: "" # Not supported in HTML5. Use
    instead. Defines a directory list +div: "" # Defines a section in a document +dl: "" # Defines a description list +dt: "" # Defines a term/name in a description list +em: "" # Defines emphasized text +embed: "" # Defines a container for an external (non-HTML) application +fieldset: "" # Groups related elements in a form +figcaption: "" # Defines a caption for a
    element +figure: "" # Specifies self-contained content +font: "" # Not supported in HTML5. Use CSS instead. Defines font, color, and size for text +footer: "" # Defines a footer for a document or section +form: "" # Defines an HTML form for user input +frame: "" # Not supported in HTML5. Defines a window (a frame) in a frameset +frameset: "" # Not supported in HTML5. Defines a set of frames +h1: "" # to
    Defines HTML headings +head: "" # Defines information about the document +header: "" # Defines a header for a document or section +hr: "" # Defines a thematic change in the content +html: "" # Defines the root of an HTML document +i: "" # Defines a part of text in an alternate voice or mood +iframe: "" # Defines an inline frame +img: "" # Defines an image +input: "" # Defines an input control +ins: "" # Defines a text that has been inserted into a document +kbd: "" # Defines keyboard input +label: "" # Defines a label for an element +legend: "" # Defines a caption for a
    element +li: "" # Defines a list item +link: "" # Defines the relationship between a document and an external resource (most used to link to style sheets) +main: "" # Specifies the main content of a document +map: "" # Defines a client-side image-map +mark: "" # Defines marked/highlighted text +meta: "" # Defines metadata about an HTML document +meter: "" # Defines a scalar measurement within a known range (a gauge) +nav: "" # Defines navigation links +noframes: "" # Not supported in HTML5. Defines an alternate content for users that do not support frames +noscript: "" # Defines an alternate content for users that do not support client-side scripts +object: "" # Defines an embedded object +ol: "" # Defines an ordered list +optgroup: "" # Defines a group of related options in a drop-down list +option: "" # Defines an option in a drop-down list +output: "" # Defines the result of a calculation +p: "" # Defines a paragraph +param: "" # Defines a parameter for an object +picture: "" # Defines a container for multiple image resources +pre: "" # Defines preformatted text +progress: "" # Represents the progress of a task +q: "" # Defines a short quotation +rp: "" # Defines what to show in browsers that do not support ruby annotations +rt: "" # Defines an explanation/pronunciation of characters (for East Asian typography) +ruby: "" # Defines a ruby annotation (for East Asian typography) +s: "" # Defines text that is no longer correct +samp: "" # Defines sample output from a computer program +script: "" # Defines a client-side script +section: "" # Defines a section in a document +select: "" # Defines a drop-down list +small: "" # Defines smaller text +source: "" # Defines multiple media resources for media elements (