Categories

HTML Tags Reference

Complete reference guide for all standard HTML5 tags with categories and descriptions

Filter HTML tags by category

Filter tags by name (partial match supported)

Choose the output format

API Documentation

Request Endpoint

POST /en/api/tools/html-tags

Request Parameters

Parameter Name Type Required Description
category select No Filter HTML tags by category
search text No Filter tags by name (partial match supported)
format select No Choose the output format

Response Format

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-html-tags": {
      "name": "html-tags",
      "description": "Complete reference guide for all standard HTML5 tags with categories and descriptions",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=html-tags",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]