DevToys Web Pro
무료 웹 개발자 도구
블로그
번역:
LocalePack
평가하기:
브라우저 확장 프로그램을 사용해 보세요:
Toggle theme
CSS Selector Tester
Error
CSS Selector
DOMParser is not defined
HTML Input
<!DOCTYPE html> <html> <head><title>Sample Page</title></head> <body> <header> <nav> <a href="/" class="nav-link active">Home</a> <a href="/about" class="nav-link">About</a> <a href="/contact" class="nav-link">Contact</a> </nav> </header> <main> <h1 id="title">Welcome to Dev Toys</h1> <p class="intro">This is an <strong>example</strong> HTML document.</p> <ul class="list"> <li class="item">Item one</li> <li class="item">Item two</li> <li class="item active">Item three (active)</li> </ul> <section class="card"> <h2>Section Title</h2> <p>Some paragraph text inside a card.</p> <button type="button" class="btn btn-primary">Click me</button> </section> </main> <footer> <p>© 2024 Dev Toys</p> </footer> </body> </html>
Matches
DOMParser is not defined