You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2015-02-02-html-syntax.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Remember:
59
59
60
60
### Attributes
61
61
62
-
Attributes act like **extra** information tied to an HTML element. There are written _within_ an HTML _tag_. As such, they are not displayed by the browser either.
62
+
Attributes act like **extra** information tied to an HTML element. They are written _within_ an HTML _tag_. As such, they are not displayed by the browser either.
63
63
64
64
For example, the `href` attribute is used to define the target of a **link** (which uses an **a**nchor tag):
0 commit comments