Text Selection
Select text in the sections below. The selected text and its source are displayed at the bottom.
Simple Paragraph
The quick brown fox jumps over the lazy dog. This sentence contains every letter of the English alphabet. Select any portion of this text to see it captured below.
Multi-Element Text
Text that spans across multiple inline elements (bold, italic, links).
List Items
Select text across list items.
- First item in the list
- Second item with bold content
- Third item with italic content
- Fourth and final item
Table Content
Select text within or across table cells.
| Name | Role | Department |
|---|---|---|
| Alice Johnson | Engineer | Platform |
| Bob Smith | Designer | Product |
| Carol Williams | Manager | Operations |
Code Block
Select text from a pre-formatted code block.
function greet(name) {
const message = "Hello, " + name + "!";
console.log(message);
return message;
}Selection Result
Select text in any section above to see it captured here.