diff --git a/files/en-us/web/api/htmlanchorelement/type/index.md b/files/en-us/web/api/htmlanchorelement/type/index.md index 27beb01827406d1..8f89d0f6f3c5a95 100644 --- a/files/en-us/web/api/htmlanchorelement/type/index.md +++ b/files/en-us/web/api/htmlanchorelement/type/index.md @@ -36,8 +36,6 @@ console.log(anchorElement.type); // Output: "text/html" pTag.textContent = anchorElement.type; ``` -## Result - {{EmbedLiveSample("Example",100,100)}} ## Specifications