Update article.md
"Although, " to "However,".
This commit is contained in:
parent
cc3795f5f4
commit
f6ead73b4e
1 changed files with 1 additions and 1 deletions
|
@ -496,4 +496,4 @@ Main DOM node properties are:
|
|||
|
||||
DOM nodes also have other properties depending on their class. For instance, `<input>` elements (`HTMLInputElement`) support `value`, `type`, while `<a>` elements (`HTMLAnchorElement`) support `href` etc. Most standard HTML attributes have a corresponding DOM property.
|
||||
|
||||
Although, HTML attributes and DOM properties are not always the same, as we'll see in the next chapter.
|
||||
However, HTML attributes and DOM properties are not always the same, as we'll see in the next chapter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue