Computer Science, asked by hardesuwa4498, 1 year ago

How to get the innerHTML of a cell with JavaScript DOM?

Answers

Answered by khushi769
0

The innerHTML property is part of the Document Object Model (DOM) that allows Javascript code to manipulate a website being displayed. Specifically, it allows reading and replacing everything within a given DOM element (HTML tag).

Similar questions