{"id":15441490,"url":"https://github.com/garrying/deprecated-elements","last_synced_at":"2026-01-07T11:46:26.323Z","repository":{"id":145426406,"uuid":"255140710","full_name":"garrying/deprecated-elements","owner":"garrying","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-12T18:03:36.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T07:42:00.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garrying.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-12T18:03:01.000Z","updated_at":"2020-04-12T18:03:38.000Z","dependencies_parsed_at":"2023-09-08T06:00:45.602Z","dependency_job_id":null,"html_url":"https://github.com/garrying/deprecated-elements","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrying%2Fdeprecated-elements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrying%2Fdeprecated-elements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrying%2Fdeprecated-elements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrying%2Fdeprecated-elements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garrying","download_url":"https://codeload.github.com/garrying/deprecated-elements/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984556,"owners_count":20704794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T19:20:42.623Z","updated_at":"2026-01-07T11:46:26.296Z","avatar_url":"https://github.com/garrying.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Element | Description\n--- | ---\n`\u003cacronym\u003e` | The HTML Acronym Element (`\u003cacronym\u003e`) allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word.\n`\u003capplet\u003e` | The obsolete HTML Applet Element (`\u003capplet\u003e`) embeds a Java applet into the document; this element has been deprecated in favor of `\u003cobject\u003e`.\n`\u003cbasefont\u003e` | The obsolete HTML Base Font element (`\u003cbasefont\u003e`) sets a default font face, size, and color for the other elements which are descended from its parent element.\n`\u003cbgsound\u003e` | The Internet Explorer only HTML Background Sound element (`\u003cbgsound\u003e`) sets up a sound file to play in the background while the page is used; use `\u003caudio\u003e` instead.\n`\u003cbig\u003e` | The obsolete HTML Big Element (`\u003cbig\u003e`) renders the enclosed text at a font size one level larger than the surrounding text (medium becomes large, for example).\n`\u003cblink\u003e` | The HTML Blink Element (`\u003cblink\u003e`) is a non-standard element which causes the enclosed text to flash slowly.\n`\u003ccenter\u003e` | The obsolete HTML Center Element (`\u003ccenter\u003e`) is a block-level element that displays its block-level or inline contents centered horizontally within its containing element.\n`\u003ccommand\u003e` | The HTML Command element (`\u003ccommand\u003e`) represents a command which the user can invoke. Commands are often used as part of a context menu or toolbar.\n`\u003ccontent\u003e` | The HTML `\u003ccontent\u003e` element—an obsolete part of the Web Components suite of technologies—was used inside of Shadow DOM as an insertion point, and wasn't meant to be used in ordinary HTML.\n`\u003cdir\u003e` | The obsolete HTML Directory element (`\u003cdir\u003e`) is used as a container for a directory of files and/or folders, potentially with styles and icons applied by the user agent.\n`\u003celement\u003e` | The obsolete HTML `\u003celement\u003e` element was part of the Web Components specification; it was intended to be used to define new custom DOM elements.\n`\u003cfont\u003e` | The HTML Font Element (`\u003cfont\u003e`) defines the font size, color and face for its content.\n`\u003cframe\u003e` | `\u003cframe\u003e` is an HTML element which defines a particular area in which another HTML document can be displayed. A frame should be used within a `\u003cframeset\u003e`.\n`\u003cframeset\u003e` | The HTML `\u003cframeset\u003e` element is used to contain `\u003cframe\u003e` elements.\n`\u003cimage\u003e` | The obsolete HTML Image element (`\u003cimage\u003e`) is an obsolete remnant of an ancient version of HTML lost in the mists of time; use the standard `\u003cimg\u003e` element instead.\n`\u003cisindex\u003e` | `\u003cisindex\u003e` was an obsolete HTML element that put a text field in a page for querying the document.\n`\u003ckeygen\u003e` | The HTML `\u003ckeygen\u003e` element exists to facilitate generation of key material, and submission of the public key as part of an HTML form. This mechanism is designed for use with Web-based certificate management systems. It is expected that the `\u003ckeygen\u003e` element will be used in an HTML form along with other information needed to construct a certificate request, and that the result of the process will be a signed certificate.\n`\u003clisting\u003e` | The HTML Listing Element (`\u003clisting\u003e`) renders text between the start and end tags without interpreting the HTML in between and using a monospaced font. The HTML 2 standard recommended that lines shouldn't be broken when not greater than 132 characters.\n`\u003cmarquee\u003e` | The HTML `\u003cmarquee\u003e` element is used to insert a scrolling area of text. You can control what happens when the text reaches the edges of its content area using its attributes.\n`\u003cmenuitem\u003e` | The HTML `\u003cmenuitem\u003e` element represents a command that a user is able to invoke through a popup menu. This includes context menus, as well as menus that might be attached to a menu button.\n`\u003cmulticol\u003e` | The HTML Multi-Column Layout element (`\u003cmulticol\u003e`) was an experimental element designed to allow multi-column layouts and must not be used.\n`\u003cnextid\u003e` | `\u003cnextid\u003e` is an obsolete HTML element that served to enable the NeXT web designing tool to generate automatic NAME labels for its anchors.\n`\u003cnobr\u003e` | The non-standard, obsolete HTML `\u003cnobr\u003e` element prevents the text it contains from automatically wrapping across multiple lines, potentially resulting in the user having to scroll horizontally to see the entire width of the text.\n`\u003cnoembed\u003e` | The `\u003cnoembed\u003e` element is an obsolete, non-standard way to provide alternative, or \"fallback\", content for browsers that do not support the `\u003cembed\u003e` element or do not support the type of embedded content an author wishes to use.\n`\u003cnoframes\u003e` | The obsolete HTML No Frames or frame fallback element, `\u003cnoframes\u003e`, provides content to be presented in browsers that don't support (or have disabled support for) the `\u003cframe\u003e` element.\n`\u003cplaintext\u003e` | The HTML Plaintext Element (`\u003cplaintext\u003e`) renders everything following the start tag as raw text, ignoring any following HTML.\n`\u003cshadow\u003e` | The HTML `\u003cshadow\u003e` element—an obsolete part of the Web Components technology suite—was intended to be used as a shadow DOM insertion point.\n`\u003cspacer\u003e` | `\u003cspacer\u003e` is an obsolete HTML element which allowed insertion of empty spaces on pages. It was devised by Netscape to accomplish the same effect as a single-pixel layout image, which was something web designers used to use to add white spaces to web pages without actually using an image. However, `\u003cspacer\u003e` no longer supported by any major browser and the same effects can now be achieved using simple CSS.\n`\u003cstrike\u003e` | The HTML `\u003cstrike\u003e` element (or HTML Strikethrough Element) places a strikethrough (horizontal line) over text.\n`\u003ctt\u003e` | The obsolete HTML Teletype Text element (`\u003ctt\u003e`) creates inline text which is presented using the user agent's default monospace font face.\n`\u003cxmp\u003e` | The HTML Example Element (`\u003cxmp\u003e`) renders text between the start and end tags without interpreting the HTML in between and using a monospaced font. The HTML2 specification recommended that it should be rendered wide enough to allow 80 characters per line.\n\n\u003e https://developer.mozilla.org/en-US/docs/Web/HTML/Element#Obsolete_and_deprecated_elements","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrying%2Fdeprecated-elements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarrying%2Fdeprecated-elements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrying%2Fdeprecated-elements/lists"}