Fix typo in 21_day_dom.md

A small fix in the typo for better readability.
pull/798/head
Wasit Ali 2 years ago committed by GitHub
parent 55d8e3dbc0
commit 30a3657e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -203,7 +203,7 @@ titles[3].classList.remove('title', 'header-title')
### Adding Text to HTML element
An HTML is a build block of an opening tag, a closing tag and a text content. We can add a text content using the property _textContent_ or \*innerHTML.
An HTML element is a build block of an opening tag, a closing tag and a text content. We can add a text content using the property _textContent_ or \*innerHTML.
#### Adding Text content using textContent

Loading…
Cancel
Save