JavaScript HTML DOM Example
- Previous Page JS Example
- Next Page JS HTML Input
Use JavaScript to access and manipulate instances of DOM objects.
Document Object
- Display all the name/value pairs of the cookies in the document
- Display the domain name of the server that loaded the document
- Display the date and time of the last modification of the document
- Display the URL of the document loaded
- Display the title of the document
- Display the complete URL of the document
- Replace the current document
- Open a new document and add some content
- Display the number of elements with a specific name
- Display the number of elements with a specific tag name
Anchors Collection
Links Collection
Forms Collection
Images Collection
CSS Operations
- Previous Page JS Example
- Next Page JS HTML Input