# \<mark>

## \<mark> <a href="#mark" id="mark"></a>

The mark tag is disregarded by all VoiceXML interpreters.

### Attributes

<table><thead><tr><th width="164.33333333333331">Name</th><th width="151">Data type<select><option value="1caeb6a224c34bea9f4063a3ee3dcc34" label="String" color="blue"></option><option value="eb02b70f4ba94cbdbb27f5dc22db05d4" label="Integer" color="blue"></option><option value="e38d4227c43547cebc0574877ff7f2ca" label="Boolean" color="blue"></option></select></th><th>Description</th></tr></thead><tbody><tr><td>name</td><td><span data-option="1caeb6a224c34bea9f4063a3ee3dcc34">String</span></td><td>The name of the mark.</td></tr><tr><td>nameexpr</td><td><span data-option="1caeb6a224c34bea9f4063a3ee3dcc34">String</span></td><td>An ECMAScript expression which evaluates to the name of the mark.</td></tr></tbody></table>

### Notes

None

### Example

None

### Child Tags

None

### Parent Tags

[\<audio>](https://docs.plumvoice.com/dev/voicexml/tags/audio-tag), [\<emphasis>](https://docs.plumvoice.com/dev/voicexml/tags/emphasis-tag), [\<enumerate>](https://docs.plumvoice.com/dev/voicexml/tags/enumerate-tag), [\<foreach>](https://docs.plumvoice.com/dev/voicexml/tags/foreach-tag), [\<paragraph>](https://docs.plumvoice.com/dev/voicexml/tags/paragraph-tag), [\<prompt>](https://docs.plumvoice.com/dev/voicexml/tags/prompt-tag), [\<prosody>](https://docs.plumvoice.com/dev/voicexml/tags/prosody-tag), [\<sentence>](https://docs.plumvoice.com/dev/voicexml/tags/sentence-tag), [\<speak>](https://docs.plumvoice.com/dev/voicexml/tags/speak-tag), [\<voice>](https://docs.plumvoice.com/dev/voicexml/tags/voice-tag)


---

# 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://docs.plumvoice.com/dev/voicexml/tags/mark-tag.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.
