---
title: "web#html api"
description: "web#html API provides some basic functions and values for parser html file."
---
# [Available APIs](../../) >> web#html
- [Intro](#intro)
- [Functions](#functions)
## Intro
web#html API provides some basic functions and values for parser html file.
## Functions
| function name | description |
| ----------------- | --------------- |
| `parse(str)` | parser content |
| `parseFile(path)` | parse file path |
| `parseURL(url)` | parse url |