HTML tags - that generally should not be supported¶ The HTML tags tested here should probably not be supported in Fediverse objects. Details¶ akkomafriendicagotosocialhollomastodonmisskeymitrapleromasharkey content content Example <body>body</body> body <html>html</html> html <head>head</head> head <title>title</title> title <meta>meta</meta> meta <script>script</script> script <article>article</article> article <header>header</header> header <footer>footer</footer> footer <form>form</form> form <input>input</input> input <select>select</select> select <button>button</button> button content content Example <body>body</body> body <html>html</html> html <head>head</head> head <title>title</title> ❌ <meta>meta</meta> meta <script>script</script> ❌ <article>article</article> article <header>header</header> header <footer>footer</footer> footer <form>form</form> form <input>input</input> input <select>select</select> select <button>button</button> button content content Example <body>body</body> body <html>html</html> html <head>head</head> head <title>title</title> <meta>meta</meta> meta <script>script</script> <article>article</article> <article>article</article> <header>header</header> header <footer>footer</footer> footer <form>form</form> form <input>input</input> input <select>select</select> select <button>button</button> button content content Example <body>body</body> <body>body</body> <html>html</html> <html>html</html> <head>head</head> <head>head</head> <title>title</title> <title>title</title> <meta>meta</meta> <meta>meta</meta> <script>script</script> <script>script</script> <article>article</article> <article>article</article> <header>header</header> <header>header</header> <footer>footer</footer> <footer>footer</footer> <form>form</form> <form>form</form> <input>input</input> <input>input</input> <select>select</select> <select>select</select> <button>button</button> <button>button</button> content content Example <body>body</body> body <html>html</html> html <head>head</head> head <title>title</title> title <meta>meta</meta> meta <script>script</script> <article>article</article> article <header>header</header> header <footer>footer</footer> footer <form>form</form> form <input>input</input> input <select>select</select> select <button>button</button> button content text Example <body>body</body> body <html>html</html> html <head>head</head> head <title>title</title> title <meta>meta</meta> meta <script>script</script> script <article>article</article> article <header>header</header> header <footer>footer</footer> footer <form>form</form> form <input>input</input> input <select>select</select> select <button>button</button> button content content Example <body>body</body> body <html>html</html> html <head>head</head> head <title>title</title> title <meta>meta</meta> meta <script>script</script> ❌ <article>article</article> <article>article</article> <header>header</header> <header>header</header> <footer>footer</footer> <footer>footer</footer> <form>form</form> form <input>input</input> input <select>select</select> select <button>button</button> button content content Example <body>body</body> body <html>html</html> html <head>head</head> head <title>title</title> title <meta>meta</meta> meta <script>script</script> script <article>article</article> article <header>header</header> header <footer>footer</footer> footer <form>form</form> form <input>input</input> input <select>select</select> select <button>button</button> button content content Example <body>body</body> <p>body</p> <html>html</html> <p>html</p> <head>head</head> <p>head</p> <title>title</title> <p>title</p> <meta>meta</meta> <p>meta</p> <script>script</script> <p>script</p> <article>article</article> <p>article</p> <header>header</header> <p>header</p> <footer>footer</footer> <p>footer</p> <form>form</form> <p>form</p> <input>input</input> <p>input</p> <select>select</select> <p>select</p> <button>button</button> <p>button</p>