Skip to content

Commit

Permalink
Neutralize link to non-existing <image> (#33015)
Browse files Browse the repository at this point in the history
* Neutralize link to non-existing <image>

* Update files/en-us/web/html/element/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
teoli2003 and github-actions[bot] committed Apr 9, 2024
1 parent d520011 commit 7baf5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Web Components is an HTML-related technology that makes it possible to, essentia
| {{HTMLElement("font")}} | Defines the font size, color and face for its content. |
| {{HTMLElement("frame")}} | Defines a particular area in which another HTML document can be displayed. A frame should be used within a {{HTMLElement("frameset")}}. |
| {{HTMLElement("frameset")}} | Used to contain {{HTMLElement("frame")}} elements. |
| {{HTMLElement("image")}} | An ancient and poorly supported precursor to the {{HTMLElement("img")}} element. It should not be used. |
| `<image>` | An ancient and poorly supported precursor to the {{HTMLElement("img")}} element. It should not be used. |
| {{HTMLElement("marquee")}} | 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. |
| {{HTMLElement("menuitem")}} | 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. |
| {{HTMLElement("nobr")}} | 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. |
Expand Down

0 comments on commit 7baf5fb

Please sign in to comment.