# Text Formatting ❺🧪

## Words Separation

Purpose is to wrap each word in an individual `<span>` so that background can be applied that will wrap more tightly than a paragraph block wrap.  This solves the per-line issue that will fail responsive adjustments.

<https://codepen.io/memetican/pen/WNWydWp/8cc92df97ba3a883cc22f395d79c8e46>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://attr.sygnal.com/sa5-html/text-formatting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
