From 51f1e5968cca783abc5aedad4735659e344f7a23 Mon Sep 17 00:00:00 2001 From: estelle Date: Tue, 8 Oct 2024 22:32:08 -0700 Subject: [PATCH 1/2] New pages: HTML
FormEnctype --- .../htmlbuttonelement/formenctype/index.md | 40 ++++++++++++++++++ .../api/htmlinputelement/formenctype/index.md | 42 +++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 files/en-us/web/api/htmlbuttonelement/formenctype/index.md create mode 100644 files/en-us/web/api/htmlinputelement/formenctype/index.md diff --git a/files/en-us/web/api/htmlbuttonelement/formenctype/index.md b/files/en-us/web/api/htmlbuttonelement/formenctype/index.md new file mode 100644 index 000000000000000..f0e89a9ecbc8083 --- /dev/null +++ b/files/en-us/web/api/htmlbuttonelement/formenctype/index.md @@ -0,0 +1,40 @@ +--- +title: "HTMLButtonElement: formEnctype property" +short-title: formEnctype +slug: Web/API/HTMLButtonElement/formEnctype +page-type: web-api-instance-property +browser-compat: api.HTMLButtonElement.formEnctype +--- + +{{APIRef("HTML DOM")}} + +The **`formEnctype`** property of the {{domxref("HTMLButtonElement")}} interface represents the {{Glossary("MIME_type", "MIME type")}} of the content sent to the server when the form is submitted. It reflects the value of the `