minor fixes
This commit is contained in:
parent
153fd11a85
commit
a521d20055
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ The classes are:
|
|||
- [HTMLAnchorElement](https://html.spec.whatwg.org/multipage/semantics.html#htmlanchorelement) -- the class for `<a>` elements,
|
||||
- ...and so on.
|
||||
|
||||
There are many other tags with their own classes that may specific properties and methods, while some elements, such as `<span>`, `<section>`, `<article>` do not have any specific properties, so they are instances of `HTMLElement` class.
|
||||
There are many other tags with their own classes that may have specific properties and methods, while some elements, such as `<span>`, `<section>`, `<article>` do not have any specific properties, so they are instances of `HTMLElement` class.
|
||||
|
||||
So, the full set of properties and methods of a given node comes as the result of the inheritance.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue