⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.25
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
libjs-codemirror
/
examples
/
Edit File: matchtags.html
<!doctype html> <title>CodeMirror: Tag Matcher Demo</title> <meta charset="utf-8"/> <link rel=stylesheet href="../html/docs.css"> <link rel="stylesheet" href="/usr/share/javascript/codemirror/lib/codemirror.css"> <script src="/usr/share/javascript/codemirror/lib/codemirror.js"></script> <script src="/usr/share/javascript/codemirror/addon/fold/xml-fold.js"></script> <script src="/usr/share/javascript/codemirror/addon/edit/matchtags.js"></script> <script src="/usr/share/javascript/codemirror/mode/xml/xml.js"></script> <style> .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;} </style> <div id=nav> <a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../html/logo.png"></a> <ul> <li><a href="../index.html">Home</a> <li><a href="../html/manual.html">Manual</a> <li><a href="https://github.com/codemirror/codemirror">Code</a> </ul> <ul> <li><a class=active href="#">Tag Matcher</a> </ul> </div> <article> <h2>Tag Matcher Demo</h2> <div id="editor"></div> <script> window.onload = function() { editor = CodeMirror(document.getElementById("editor"), { value: "<html>\n " + document.documentElement.innerHTML + "\n</html>", mode: "text/html", matchTags: {bothTags: true}, extraKeys: {"Ctrl-J": "toMatchingTag"} }); }; </script> <p>Put the cursor on or inside a pair of tags to highlight them. Press Ctrl-J to jump to the tag that matches the one under the cursor.</p> </article>
Simpan