pull/798/merge
Wasit Ali 9 months ago committed by GitHub
commit 3a4a166170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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