---
title: HTMLAudioElement
framework: webkitjs
role: symbol
role_heading: Class
path: webkitjs/htmlaudioelement
---

# HTMLAudioElement

A class representing the HTML audio element that plays a sound or audio stream in a webpage. All of the methods and properties in this class are inherited from HTMLMediaElement.

## Declaration

```data
interface HTMLAudioElement
```

## Relationships

### Inherits From

- [HTMLMediaElement](webkitjs/htmlmediaelement.md)
