Html viewer two way highlight
Online HTML viewer, HTML runner, HTML test tool with real-time two-way code-element highlight. Click code to highlight preview element, click element to jump back to code. Ideal for HTML beginners.From its SKILL.md
npx -y skills add XMM17879829028/html-viewer-two-way-highlightAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 315 tokens by cl100k_base, as published. Nobody here has run it
HTML Viewer with Two-Way Highlight (For Beginners)
Overview
This is a free online HTML viewer, HTML runner, HTML test and HTML preview tool built for HTML beginners. The core feature is real-time two-way code-element highlighting, which helps learners understand the relationship between code and rendered UI quickly and intuitively.
Key Features
- Two-way highlight: Click code to highlight the corresponding element in the preview. Click any element to jump to its source code.
- Instant HTML preview & run: Paste HTML code and see the result immediately as a real HTML runner.
- Simple & clean UI: No ads, no login, no installation.
- Lightweight & fast: Pure static website, works on any browser.
Ideal For
- HTML beginners learning tags and layout
- Quick HTML test and debugging
- Teaching HTML code-structure relationships
- Online HTML preview without local environment
How to Use
- Open https://html-viewer.org
- Paste or type your HTML code in the editor
- The preview shows instantly as an HTML previewer
- Click code on the left → element highlights on the right
- Click element on the right → code highlights on the left
Example
<!DOCTYPE html>
<html>
<head>
<title>Demo</title>
</head>
<body>
<h1>Hello HTML</h1>
<div>This box will highlight when clicked</div>
</body>
</html>
What ships with it: 2 files
231.8 KB alongside SKILL.md